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