Whispers of Winter Light Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Winter Light palette

Condividi questa palette a:

tavolozza dei colori Whispers of Winter Light CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #fffef5;
}
.color-4 {
color: #fdfbf2;
}
.color-5 {
color: #eeece7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #fffef5;
--color-4: #fdfbf2;
--color-5: #eeece7;
}

CSS con gradiente di sfondo Whispers of Winter Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeece7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #fffef5, #fdfbf2, #eeece7);
}

Whispers of Winter Light color palette created on .