Serene Spring Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Spring Breeze palette

Share this palette to:

Serene Spring Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8e1af;
}
.color-2 {
color: #b3d8e0;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #b7a9e5;
}
.color-5 {
color: #f9ccb4;
}

/* CSS Variables */
:root {
--color-1: #a8e1af;
--color-2: #b3d8e0;
--color-3: #a3c7e0;
--color-4: #b7a9e5;
--color-5: #f9ccb4;
}

Serene Spring Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1af, #b3d8e0, #a3c7e0, #b7a9e5, #f9ccb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1af, #b3d8e0, #a3c7e0, #b7a9e5, #f9ccb4);
}

Serene Spring Breeze color palette created on .