Winter Hazel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Hazel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Hazel Color Palette (PNG)
Winter Hazel color palette CSS
/* CSS */
.color-1 {
color: #d5d195;
}
.color-2 {
color: #b9caa0;
}
.color-3 {
color: #8daa8e;
}
.color-4 {
color: #5c8a7a;
}
.color-5 {
color: #3c7c69;
}
/* CSS Variables */
:root {
--color-1: #d5d195;
--color-2: #b9caa0;
--color-3: #8daa8e;
--color-4: #5c8a7a;
--color-5: #3c7c69;
}
Winter Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d195, #b9caa0, #8daa8e, #5c8a7a, #3c7c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d195, #b9caa0, #8daa8e, #5c8a7a, #3c7c69);
}
Similar color palettes
Scroll down to explore 6 Hazel color palettes
Winter Hazel color palette created on .