Hazel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazel palette
Hazel color palette PNG image
Hazel color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #bfd4c1;
}
.color-4 {
color: #8e9c6d;
}
.color-5 {
color: #5a3e1c;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c19b6c;
--color-3: #bfd4c1;
--color-4: #8e9c6d;
--color-5: #5a3e1c;
}
Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c19b6c, #bfd4c1, #8e9c6d, #5a3e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c19b6c, #bfd4c1, #8e9c6d, #5a3e1c);
}
Similar color palettes
Scroll down to explore 9 Earthy color palettes
Hazel color palette created on .