Whispering Winter Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Winter Hues palette
Whispering Winter Hues color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fcf9f8;
}
.color-4 {
color: #f0f0ef;
}
.color-5 {
color: #ebe7e6;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #fcf9f8;
--color-4: #f0f0ef;
--color-5: #ebe7e6;
}
Whispering Winter Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #fcf9f8, #f0f0ef, #ebe7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #fcf9f8, #f0f0ef, #ebe7e6);
}
Similar color palettes
Whispering Winter Hues color palette created on .