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