Hazel Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazel Delight palette
Hazel Delight color palette PNG image
Hazel Delight color palette CSS
/* CSS */
.color-1 {
color: #5b4d3e;
}
.color-2 {
color: #a68c5e;
}
.color-3 {
color: #d1b77b;
}
.color-4 {
color: #e6c7a3;
}
.color-5 {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--color-1: #5b4d3e;
--color-2: #a68c5e;
--color-3: #d1b77b;
--color-4: #e6c7a3;
--color-5: #f2dfc0;
}
Hazel Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4d3e, #a68c5e, #d1b77b, #e6c7a3, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4d3e, #a68c5e, #d1b77b, #e6c7a3, #f2dfc0);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Hazel Delight color palette created on .