Pink Spring Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Spring palette

Share this palette to:

Pink Spring color palette CSS

/* CSS */
.color-1 {
color: #ffb3b3;
}
.color-2 {
color: #ffeb99;
}
.color-3 {
color: #99ffcc;
}
.color-4 {
color: #99ccff;
}
.color-5 {
color: #ff99e5;
}

/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #ffeb99;
--color-3: #99ffcc;
--color-4: #99ccff;
--color-5: #ff99e5;
}

Pink Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #ffeb99, #99ffcc, #99ccff, #ff99e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #ffeb99, #99ffcc, #99ccff, #ff99e5);
}

Pink Spring color palette created on .