Soft Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink palette

Share this palette to:

Soft Pink color palette CSS

/* CSS */
.color-1 {
color: #ffb3e2;
}
.color-2 {
color: #ffd6ef;
}
.color-3 {
color: #ffc7e5;
}
.color-4 {
color: #ffdbeb;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #ffb3e2;
--color-2: #ffd6ef;
--color-3: #ffc7e5;
--color-4: #ffdbeb;
--color-5: #ffcdcc;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e2, #ffd6ef, #ffc7e5, #ffdbeb, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e2, #ffd6ef, #ffc7e5, #ffdbeb, #ffcdcc);
}

Similar color palettes

Scroll down to explore 4 Pink color palettes

Soft Pink color palette created on .