Hazel Leaves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazel Leaves palette
Hazel Leaves color palette PNG image
Hazel Leaves color palette CSS
/* CSS */
.color-1 {
color: #d9c7a1;
}
.color-2 {
color: #a67c59;
}
.color-3 {
color: #7f4f3d;
}
.color-4 {
color: #592d2c;
}
.color-5 {
color: #3c1b1b;
}
/* CSS Variables */
:root {
--color-1: #d9c7a1;
--color-2: #a67c59;
--color-3: #7f4f3d;
--color-4: #592d2c;
--color-5: #3c1b1b;
}
Hazel Leaves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Hazel Leaves color palette created on .