Whispers of Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Winter palette

Share this palette to:

Whispers of Winter color palette 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;
}

Whispers of Winter background gradient CSS

/* 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);
}

Similar color palettes

Whispers of Winter color palette created on .