Winter Wonder Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Wonder palette
Winter Wonder color palette PNG image
Winter Wonder color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f1f7ed;
}
.color-3 {
color: #bed8b0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d83b3b;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f1f7ed;
--color-3: #bed8b0;
--color-4: #f6b83c;
--color-5: #d83b3b;
}
Winter Wonder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f1f7ed, #bed8b0, #f6b83c, #d83b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f1f7ed, #bed8b0, #f6b83c, #d83b3b);
}
Similar color palettes
Scroll down to explore 60+ Aqua color palettes
Winter Wonder color palette created on .