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: #f6a8a2;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f3e5a0;
}
.color-4 {
color: #c6e1c1;
}
.color-5 {
color: #88c9e7;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f3c5a0;
--color-3: #f3e5a0;
--color-4: #c6e1c1;
--color-5: #88c9e7;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f3c5a0, #f3e5a0, #c6e1c1, #88c9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f3c5a0, #f3e5a0, #c6e1c1, #88c9e7);
}

Soft Pink color palette created on .