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: #7e4c3a;
}
.color-2 {
color: #bc7c5c;
}
.color-3 {
color: #d1b799;
}
.color-4 {
color: #e0c5a3;
}
.color-5 {
color: #f5e5d1;
}

/* CSS Variables */
:root {
--color-1: #7e4c3a;
--color-2: #bc7c5c;
--color-3: #d1b799;
--color-4: #e0c5a3;
--color-5: #f5e5d1;
}

Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4c3a, #bc7c5c, #d1b799, #e0c5a3, #f5e5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4c3a, #bc7c5c, #d1b799, #e0c5a3, #f5e5d1);
}

Hazel color palette created on .