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: #9f512d;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #8b4513;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c2b180;
--color-3: #ffd900;
--color-4: #6b8f24;
--color-5: #8b4513;
}
Hazel Leaves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c2b180, #ffd900, #6b8f24, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c2b180, #ffd900, #6b8f24, #8b4513);
}
Similar color palettes
Scroll down to explore 9 Hazel color palettes
Hazel Leaves color palette created on .