Spring Hazel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spring Hazel palette

Share this palette to:

Spring Hazel color palette PNG image

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

Spring Hazel color palette CSS

/* CSS */
.color-1 {
color: #a7b300;
}
.color-2 {
color: #e5d25d;
}
.color-3 {
color: #f2f088;
}
.color-4 {
color: #f8e6a0;
}
.color-5 {
color: #e9caa5;
}

/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #e5d25d;
--color-3: #f2f088;
--color-4: #f8e6a0;
--color-5: #e9caa5;
}

Spring Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #e5d25d, #f2f088, #f8e6a0, #e9caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #e5d25d, #f2f088, #f8e6a0, #e9caa5);
}

Spring Hazel color palette created on .