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