Hazel Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hazel Sunset palette

Share this palette to:

Hazel Sunset color palette PNG image

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

Hazel Sunset color palette CSS

/* CSS */
.color-1 {
color: #7e4d2a;
}
.color-2 {
color: #a3764d;
}
.color-3 {
color: #c8b36f;
}
.color-4 {
color: #e5dd94;
}
.color-5 {
color: #b8d1c0;
}

/* CSS Variables */
:root {
--color-1: #7e4d2a;
--color-2: #a3764d;
--color-3: #c8b36f;
--color-4: #e5dd94;
--color-5: #b8d1c0;
}

Hazel Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4d2a, #a3764d, #c8b36f, #e5dd94, #b8d1c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4d2a, #a3764d, #c8b36f, #e5dd94, #b8d1c0);
}

Hazel Sunset color palette created on .