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: #9f512d;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #f5deb2;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #8fbc8f;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #d3b58d;
--color-3: #f5deb2;
--color-4: #f0e78e;
--color-5: #8fbc8f;
}

Hazel Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #d3b58d, #f5deb2, #f0e78e, #8fbc8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #d3b58d, #f5deb2, #f0e78e, #8fbc8f);
}

Hazel Glow color palette created on .