Hazel Haven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazel Haven palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hazel Haven Color Palette (PNG)
Hazel Haven color palette CSS
/* CSS */
.color-1 {
color: #5d4c37;
}
.color-2 {
color: #786e4f;
}
.color-3 {
color: #a68b5e;
}
.color-4 {
color: #d2b879;
}
.color-5 {
color: #dfbf9f;
}
/* CSS Variables */
:root {
--color-1: #5d4c37;
--color-2: #786e4f;
--color-3: #a68b5e;
--color-4: #d2b879;
--color-5: #dfbf9f;
}
Hazel Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4c37, #786e4f, #a68b5e, #d2b879, #dfbf9f);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Hazel Haven color palette created on .