Winter Hazel Color Palette
Discover the beautiful Winter Hazel color palette featuring winter hazel (#d5d195), coriander (#b9caa0), envy (#8daa8e), viridian green (#5c8a7a) and viridian (#3c7c69).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Winter Hazel palette
💻 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);
}
🔗 Explore similar color palettes
Winter Hazel color palette created on .