Hazel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel palette

Share this palette to:

Hazel color palette PNG image

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

Hazel color palette CSS

/* CSS */
.color-1 {
color: #7d5d3f;
}
.color-2 {
color: #a87c5d;
}
.color-3 {
color: #d6a46b;
}
.color-4 {
color: #e8cca1;
}
.color-5 {
color: #f7e6a6;
}

/* CSS Variables */
:root {
--color-1: #7d5d3f;
--color-2: #a87c5d;
--color-3: #d6a46b;
--color-4: #e8cca1;
--color-5: #f7e6a6;
}

Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d5d3f, #a87c5d, #d6a46b, #e8cca1, #f7e6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d5d3f, #a87c5d, #d6a46b, #e8cca1, #f7e6a6);
}

Hazel color palette created on .