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: #f5b8b2;
}
.color-2 {
color: #f9c3a4;
}
.color-3 {
color: #f2d6a1;
}
.color-4 {
color: #e5ebad;
}
.color-5 {
color: #b8eab3;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f9c3a4;
--color-3: #f2d6a1;
--color-4: #e5ebad;
--color-5: #b8eab3;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f9c3a4, #f2d6a1, #e5ebad, #b8eab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f9c3a4, #f2d6a1, #e5ebad, #b8eab3);
}

Soft Pink color palette created on .