Hazel Leaves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel Leaves palette

Share this palette to:

Hazel Leaves color palette PNG image

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

Hazel Leaves color palette CSS

/* CSS */
.color-1 {
color: #d9c7a1;
}
.color-2 {
color: #a67c59;
}
.color-3 {
color: #7f4f3d;
}
.color-4 {
color: #592d2c;
}
.color-5 {
color: #3c1b1b;
}

/* CSS Variables */
:root {
--color-1: #d9c7a1;
--color-2: #a67c59;
--color-3: #7f4f3d;
--color-4: #592d2c;
--color-5: #3c1b1b;
}

Hazel Leaves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7a1, #a67c59, #7f4f3d, #592d2c, #3c1b1b);
}

Hazel Leaves color palette created on .