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: #4f92e3;
}
.color-2 {
color: #8c5ee8;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #f0e699;
}
.color-5 {
color: #ff5f57;
}

/* CSS Variables */
:root {
--color-1: #4f92e3;
--color-2: #8c5ee8;
--color-3: #f0a400;
--color-4: #f0e699;
--color-5: #ff5f57;
}

CSS con gradiente di sfondo Celestial Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f92e3, #8c5ee8, #f0a400, #f0e699, #ff5f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f92e3, #8c5ee8, #f0a400, #f0e699, #ff5f57);
}

Celestial Dawn color palette created on .