Winter Hazel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Hazel palette
Winter Hazel color palette PNG image
Winter Hazel color palette CSS
/* CSS */
.color-1 {
color: #d5d195;
}
.color-2 {
color: #b4c27a;
}
.color-3 {
color: #92a76c;
}
.color-4 {
color: #5c8b5b;
}
.color-5 {
color: #3a694d;
}
/* CSS Variables */
:root {
--color-1: #d5d195;
--color-2: #b4c27a;
--color-3: #92a76c;
--color-4: #5c8b5b;
--color-5: #3a694d;
}
Winter Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d195, #b4c27a, #92a76c, #5c8b5b, #3a694d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d195, #b4c27a, #92a76c, #5c8b5b, #3a694d);
}
Similar color palettes
Scroll down to explore 2 Winter color palettes
Winter Hazel color palette created on .