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