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: #a8d3e1;
}
.color-2 {
color: #f6a8a2;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f6a8a2;
--color-3: #f1c84b;
--color-4: #f39c12;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Celestial Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f6a8a2, #f1c84b, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f6a8a2, #f1c84b, #f39c12, #e74d3c);
}

Celestial Sunset color palette created on .