Celestial Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Condividi questa palette a:

tavolozza dei colori Celestial Dawn CSS

/* CSS */
.color-1 {
color: #a8e3f0;
}
.color-2 {
color: #e3b5d5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #499c4b;
}

/* CSS Variables */
:root {
--color-1: #a8e3f0;
--color-2: #e3b5d5;
--color-3: #f6b83c;
--color-4: #ff6e61;
--color-5: #499c4b;
}

CSS con gradiente di sfondo Celestial Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e3f0, #e3b5d5, #f6b83c, #ff6e61, #499c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e3f0, #e3b5d5, #f6b83c, #ff6e61, #499c4b);
}

Celestial Dawn color palette created on .