Colors in Blaze UI

Blaze UI comes with pre-defined colors, which are soft on eyes and consistent in nature. These colors can be accessed by pre-defined classes.



Default Palette

Below is the color palette, used by Blaze UI, listed with the hex-codes.

Primary Color

#fc7645ec
Secondary Color

#fca484ec
Black Color

#282828
Gray Color


#9a9a9a
Success Color

#62ce84
Danger Color

#fd5f5f
Warning Color

#fdcf79
Info Color


#85bbfd

Utility classes for colors

.bg-primary-color
.bg-secondary-color
.bg-black-color
.bg-gray-color
.bg-success-color
.bg-danger-color
.bg-warning-color
.bg-info-color