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: #ff6d1f;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa142;
--color-3: #ffd54d;
--color-4: #ffea8f;
--color-5: #ffcc00;
}

Celestial Flame background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa142, #ffd54d, #ffea8f, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa142, #ffd54d, #ffea8f, #ffcc00);
}

Celestial Flame color palette created on .