Whispers of Winter Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Winter Sky palette
Whispers of Winter Sky color palette CSS
/* CSS */
.color-1 {
color: #e64141;
}
.color-2 {
color: #467ee7;
}
.color-3 {
color: #3e6de5;
}
.color-4 {
color: #2292e2;
}
.color-5 {
color: #1b57c5;
}
/* CSS Variables */
:root {
--color-1: #e64141;
--color-2: #467ee7;
--color-3: #3e6de5;
--color-4: #2292e2;
--color-5: #1b57c5;
}
Whispers of Winter Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e64141, #467ee7, #3e6de5, #2292e2, #1b57c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e64141, #467ee7, #3e6de5, #2292e2, #1b57c5);
}
Similar color palettes
Scroll down to explore 90+ Red color palettes
Whispers of Winter Sky color palette created on .