Pastel Spring Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Spring Serenade palette

Share this palette to:

Pastel Spring Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6a7d5;
}
.color-2 {
color: #f3c8af;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a6d9d1;
}
.color-5 {
color: #a7d3e2;
}

/* CSS Variables */
:root {
--color-1: #f6a7d5;
--color-2: #f3c8af;
--color-3: #f4e1a4;
--color-4: #a6d9d1;
--color-5: #a7d3e2;
}

Pastel Spring Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7d5, #f3c8af, #f4e1a4, #a6d9d1, #a7d3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7d5, #f3c8af, #f4e1a4, #a6d9d1, #a7d3e2);
}

Pastel Spring Serenade color palette created on .