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: #f9b7ae;
}
.color-2 {
color: #f5c4a3;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #e5e280;
}
.color-5 {
color: #a7d7b8;
}

/* CSS Variables */
:root {
--color-1: #f9b7ae;
--color-2: #f5c4a3;
--color-3: #f2d7a1;
--color-4: #e5e280;
--color-5: #a7d7b8;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b7ae, #f5c4a3, #f2d7a1, #e5e280, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b7ae, #f5c4a3, #f2d7a1, #e5e280, #a7d7b8);
}

Soft Pink color palette created on .