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: #a56a4a;
}
.color-2 {
color: #bba57c;
}
.color-3 {
color: #c9c68d;
}
.color-4 {
color: #e2d5a1;
}
.color-5 {
color: #d1a45c;
}
/* CSS Variables */
:root {
--color-1: #a56a4a;
--color-2: #bba57c;
--color-3: #c9c68d;
--color-4: #e2d5a1;
--color-5: #d1a45c;
}
Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a56a4a, #bba57c, #c9c68d, #e2d5a1, #d1a45c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a56a4a, #bba57c, #c9c68d, #e2d5a1, #d1a45c);
}
Similar color palettes
Scroll down to explore 9 Hazel color palettes
Hazel color palette created on .