Hazel Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazel Glow palette
Hazel Glow color palette PNG image
Hazel Glow color palette CSS
/* CSS */
.color-1 {
color: #8b592d;
}
.color-2 {
color: #c6a65d;
}
.color-3 {
color: #e3d0a1;
}
.color-4 {
color: #f6e7b1;
}
.color-5 {
color: #e8b13b;
}
/* CSS Variables */
:root {
--color-1: #8b592d;
--color-2: #c6a65d;
--color-3: #e3d0a1;
--color-4: #f6e7b1;
--color-5: #e8b13b;
}
Hazel Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b592d, #c6a65d, #e3d0a1, #f6e7b1, #e8b13b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b592d, #c6a65d, #e3d0a1, #f6e7b1, #e8b13b);
}
Similar color palettes
Scroll down to explore 9 Hazel color palettes
Hazel Glow color palette created on .