Celestial Flame Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Flame palette

Share this palette to:

Celestial Flame color palette CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f5d400;
}
.color-4 {
color: #f6e6b1;
}
.color-5 {
color: #f4fbf4;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f5a300;
--color-3: #f5d400;
--color-4: #f6e6b1;
--color-5: #f4fbf4;
}

Celestial Flame background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f5a300, #f5d400, #f6e6b1, #f4fbf4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f5a300, #f5d400, #f6e6b1, #f4fbf4);
}

Celestial Flame color palette created on .