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: #795a39;
}
.color-2 {
color: #bc8c49;
}
.color-3 {
color: #e3b063;
}
.color-4 {
color: #d6c39f;
}
.color-5 {
color: #f0e3b7;
}
/* CSS Variables */
:root {
--color-1: #795a39;
--color-2: #bc8c49;
--color-3: #e3b063;
--color-4: #d6c39f;
--color-5: #f0e3b7;
}
Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a39, #bc8c49, #e3b063, #d6c39f, #f0e3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a39, #bc8c49, #e3b063, #d6c39f, #f0e3b7);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Hazel color palette created on .