Hazzel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazzel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hazzel Color Palette (PNG)
Hazzel color palette CSS
/* CSS */
.color-1 {
color: #d1b67a;
}
.color-2 {
color: #c4925a;
}
.color-3 {
color: #a85e3e;
}
.color-4 {
color: #6a3e34;
}
.color-5 {
color: #3b2b1c;
}
/* CSS Variables */
:root {
--color-1: #d1b67a;
--color-2: #c4925a;
--color-3: #a85e3e;
--color-4: #6a3e34;
--color-5: #3b2b1c;
}
Hazzel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b67a, #c4925a, #a85e3e, #6a3e34, #3b2b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b67a, #c4925a, #a85e3e, #6a3e34, #3b2b1c);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Hazzel color palette created on .