Celestial Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Celestial Dawn

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: #1a1d4c;
}
.color-2 {
color: #3f5c92;
}
.color-3 {
color: #77a1c5;
}
.color-4 {
color: #b7e3f0;
}
.color-5 {
color: #ffcd29;
}

/* CSS Variables */
:root {
--color-1: #1a1d4c;
--color-2: #3f5c92;
--color-3: #77a1c5;
--color-4: #b7e3f0;
--color-5: #ffcd29;
}

CSS con gradiente di sfondo Celestial Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}

Celestial Dawn color palette created on .