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: #d1d8c5;
}
.color-2 {
color: #e3b0c8;
}
.color-3 {
color: #e6a2b8;
}
.color-4 {
color: #f7c3a1;
}
.color-5 {
color: #f8a76d;
}

/* CSS Variables */
:root {
--color-1: #d1d8c5;
--color-2: #e3b0c8;
--color-3: #e6a2b8;
--color-4: #f7c3a1;
--color-5: #f8a76d;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d8c5, #e3b0c8, #e6a2b8, #f7c3a1, #f8a76d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d8c5, #e3b0c8, #e6a2b8, #f7c3a1, #f8a76d);
}

Similar color palettes

Soft Pink color palette created on .