Whispers of Winter Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Winter palette

Condividi questa palette a:

tavolozza dei colori Whispers of Winter CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfd;
}
.color-3 {
color: #f9f9fa;
}
.color-4 {
color: #eeeef1;
}
.color-5 {
color: #d4d1e0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfd;
--color-3: #f9f9fa;
--color-4: #eeeef1;
--color-5: #d4d1e0;
}

CSS con gradiente di sfondo Whispers of Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfd, #f9f9fa, #eeeef1, #d4d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfd, #f9f9fa, #eeeef1, #d4d1e0);
}

Tavolozze di colori simili

Whispers of Winter color palette created on .