Celestial Fire Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Fire Dance palette

Share this palette to:

Celestial Fire Dance color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffcf75;
}
.color-4 {
color: #f2e1a1;
}
.color-5 {
color: #f9f9c3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a4d;
--color-3: #ffcf75;
--color-4: #f2e1a1;
--color-5: #f9f9c3;
}

Celestial Fire Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a4d, #ffcf75, #f2e1a1, #f9f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a4d, #ffcf75, #f2e1a1, #f9f9c3);
}

Celestial Fire Dance color palette created on .