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: #4b3c2a;
}
.color-2 {
color: #7a5c4d;
}
.color-3 {
color: #b99f74;
}
.color-4 {
color: #dac58b;
}
.color-5 {
color: #e29f79;
}

/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #7a5c4d;
--color-3: #b99f74;
--color-4: #dac58b;
--color-5: #e29f79;
}

Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #7a5c4d, #b99f74, #dac58b, #e29f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #7a5c4d, #b99f74, #dac58b, #e29f79);
}

Hazel color palette created on .