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: #5e4026;
}
.color-2 {
color: #a36e48;
}
.color-3 {
color: #d0b89a;
}
.color-4 {
color: #e3d6c9;
}
.color-5 {
color: #c1a349;
}

/* CSS Variables */
:root {
--color-1: #5e4026;
--color-2: #a36e48;
--color-3: #d0b89a;
--color-4: #e3d6c9;
--color-5: #c1a349;
}

Hazel Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4026, #a36e48, #d0b89a, #e3d6c9, #c1a349);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4026, #a36e48, #d0b89a, #e3d6c9, #c1a349);
}

Hazel Glow color palette created on .