Hazel Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel Dreams palette

Share this palette to:

Hazel Dreams color palette PNG image

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

Hazel Dreams color palette CSS

/* CSS */
.color-1 {
color: #a86d4d;
}
.color-2 {
color: #c7a16b;
}
.color-3 {
color: #f1d8a2;
}
.color-4 {
color: #d4ba9b;
}
.color-5 {
color: #6a4b39;
}

/* CSS Variables */
:root {
--color-1: #a86d4d;
--color-2: #c7a16b;
--color-3: #f1d8a2;
--color-4: #d4ba9b;
--color-5: #6a4b39;
}

Hazel Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d4d, #c7a16b, #f1d8a2, #d4ba9b, #6a4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d4d, #c7a16b, #f1d8a2, #d4ba9b, #6a4b39);
}

Hazel Dreams color palette created on .