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: #f5aaa3;
}
.color-2 {
color: #fbcb89;
}
.color-3 {
color: #f5e48e;
}
.color-4 {
color: #a2cda3;
}
.color-5 {
color: #b5e3f2;
}

/* CSS Variables */
:root {
--color-1: #f5aaa3;
--color-2: #fbcb89;
--color-3: #f5e48e;
--color-4: #a2cda3;
--color-5: #b5e3f2;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5aaa3, #fbcb89, #f5e48e, #a2cda3, #b5e3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5aaa3, #fbcb89, #f5e48e, #a2cda3, #b5e3f2);
}

Soft Pink color palette created on .