Whispers of Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Condividi questa palette a:

tavolozza dei colori Whispers of Dawn CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4a4c4;
}
.color-3 {
color: #f39b9c;
}
.color-4 {
color: #f2a76e;
}
.color-5 {
color: #f2d79c;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4c4;
--color-3: #f39b9c;
--color-4: #f2a76e;
--color-5: #f2d79c;
}

CSS con gradiente di sfondo Whispers of Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}

Whispers of Dawn color palette created on .