Celestial Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Sunset palette

Condividi questa palette a:

tavolozza dei colori Celestial Sunset CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e2a5;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #db6e00;
}
.color-5 {
color: #c44f8c;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e2a5;
--color-3: #ff6e61;
--color-4: #db6e00;
--color-5: #c44f8c;
}

CSS con gradiente di sfondo Celestial Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e2a5, #ff6e61, #db6e00, #c44f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e2a5, #ff6e61, #db6e00, #c44f8c);
}

Celestial Sunset color palette created on .