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