Hazel Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel Glow palette

Share this palette to:

Hazel Glow color palette PNG image

Download hazel glow color palette PNG image (landscape)
Download hazel glow color palette PNG image (square)

Hazel Glow color palette CSS

/* CSS */
.color-1 {
color: #795a39;
}
.color-2 {
color: #a68e5e;
}
.color-3 {
color: #d3b99c;
}
.color-4 {
color: #e6c2a3;
}
.color-5 {
color: #c1a56c;
}

/* CSS Variables */
:root {
--color-1: #795a39;
--color-2: #a68e5e;
--color-3: #d3b99c;
--color-4: #e6c2a3;
--color-5: #c1a56c;
}

Hazel Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a39, #a68e5e, #d3b99c, #e6c2a3, #c1a56c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a39, #a68e5e, #d3b99c, #e6c2a3, #c1a56c);
}

Hazel Glow color palette created on .