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