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: #8d6f44;
}
.color-2 {
color: #b49a6a;
}
.color-3 {
color: #c8c19d;
}
.color-4 {
color: #d5d5ae;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #8d6f44;
--color-2: #b49a6a;
--color-3: #c8c19d;
--color-4: #d5d5ae;
--color-5: #f4e2c3;
}

Hazel Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d6f44, #b49a6a, #c8c19d, #d5d5ae, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d6f44, #b49a6a, #c8c19d, #d5d5ae, #f4e2c3);
}

Hazel Glow color palette created on .