This library contains the color palette offered by Flexful UI. These colors can be used for modern web applications and websites.
To use our colors, simply add the following code to your project's CSS file:
@import "@flexful-ui/colors";
/* Now you can use the colors in your CSS */
.element {
background-color: var(--red-50);
color: var(--blue-500);
}
import colors from '@flexful-ui/colors';