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: #6f4c3e;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #d9b89b;
}
.color-4 {
color: #f2e1d4;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #9f512d;
--color-3: #d9b89b;
--color-4: #f2e1d4;
--color-5: #f1c84b;
}

Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #9f512d, #d9b89b, #f2e1d4, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #9f512d, #d9b89b, #f2e1d4, #f1c84b);
}

Hazel color palette created on .