Sunny Winter Day Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Winter Day palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunny Winter Day Color Palette (PNG)
Sunny Winter Day color palette CSS
/* CSS */
.color-1 {
color: #f6d988;
}
.color-2 {
color: #f9a76c;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #a5c5d5;
}
.color-5 {
color: #4c8a9a;
}
/* CSS Variables */
:root {
--color-1: #f6d988;
--color-2: #f9a76c;
--color-3: #f76e6e;
--color-4: #a5c5d5;
--color-5: #4c8a9a;
}
Sunny Winter Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d988, #f9a76c, #f76e6e, #a5c5d5, #4c8a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d988, #f9a76c, #f76e6e, #a5c5d5, #4c8a9a);
}
Similar color palettes
Sunny Winter Day color palette created on .