Soft Pastel Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pastel Pink palette

Share this palette to:

Soft Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #f7aaa1;
}
.color-2 {
color: #f7d4ab;
}
.color-3 {
color: #f7e4ab;
}
.color-4 {
color: #abd4f7;
}
.color-5 {
color: #abb9f7;
}

/* CSS Variables */
:root {
--color-1: #f7aaa1;
--color-2: #f7d4ab;
--color-3: #f7e4ab;
--color-4: #abd4f7;
--color-5: #abb9f7;
}

Soft Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aaa1, #f7d4ab, #f7e4ab, #abd4f7, #abb9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aaa1, #f7d4ab, #f7e4ab, #abd4f7, #abb9f7);
}

Soft Pastel Pink color palette created on .