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: #d2b69d;
}
.color-2 {
color: #a87c5d;
}
.color-3 {
color: #6a4b39;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #2a4b3b;
}
/* CSS Variables */
:root {
--color-1: #d2b69d;
--color-2: #a87c5d;
--color-3: #6a4b39;
--color-4: #3c3d3e;
--color-5: #2a4b3b;
}
Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
}
Similar color palettes
Hazel color palette created on .