Winter's Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter's Whisper palette
Winter's Whisper color palette PNG image
Winter's Whisper color palette CSS
/* CSS */
.color-1 {
color: #c2c6d0;
}
.color-2 {
color: #a9acbc;
}
.color-3 {
color: #b1b2c4;
}
.color-4 {
color: #b6b8c8;
}
.color-5 {
color: #e5e7eb;
}
/* CSS Variables */
:root {
--color-1: #c2c6d0;
--color-2: #a9acbc;
--color-3: #b1b2c4;
--color-4: #b6b8c8;
--color-5: #e5e7eb;
}
Winter's Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c6d0, #a9acbc, #b1b2c4, #b6b8c8, #e5e7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c6d0, #a9acbc, #b1b2c4, #b6b8c8, #e5e7eb);
}
Similar color palettes
Scroll down to explore 1000+ Gray color palettes
Winter's Whisper color palette created on .