Celestial Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Condividi questa palette a:

Scarica la tavolozza dei colori Celestial Dawn (PNG)

Download celestial dawn color palette PNG image (landscape)
Download celestial dawn color palette PNG image (square)

tavolozza dei colori Celestial Dawn CSS

/* CSS */
.color-1 {
color: #b3c2d5;
}
.color-2 {
color: #e6a3d2;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f9b14e;
}
.color-5 {
color: #f27c21;
}

/* CSS Variables */
:root {
--color-1: #b3c2d5;
--color-2: #e6a3d2;
--color-3: #f9c54e;
--color-4: #f9b14e;
--color-5: #f27c21;
}

CSS con gradiente di sfondo Celestial Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2d5, #e6a3d2, #f9c54e, #f9b14e, #f27c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2d5, #e6a3d2, #f9c54e, #f9b14e, #f27c21);
}

Celestial Dawn color palette created on .