Hazel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel palette

Share this palette to:

Download Hazel Color Palette (PNG)

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

Hazel color palette CSS

/* CSS */
.color-1 {
color: #c8b79d;
}
.color-2 {
color: #a27b5d;
}
.color-3 {
color: #6a4e39;
}
.color-4 {
color: #3a2c22;
}
.color-5 {
color: #291e19;
}

/* CSS Variables */
:root {
--color-1: #c8b79d;
--color-2: #a27b5d;
--color-3: #6a4e39;
--color-4: #3a2c22;
--color-5: #291e19;
}

Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b79d, #a27b5d, #6a4e39, #3a2c22, #291e19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b79d, #a27b5d, #6a4e39, #3a2c22, #291e19);
}

Hazel color palette created on .