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: #e2a2b2;
}
.color-2 {
color: #f5d49e;
}
.color-3 {
color: #f8e2a5;
}
.color-4 {
color: #b6d8c7;
}
.color-5 {
color: #a3c4d2;
}

/* CSS Variables */
:root {
--color-1: #e2a2b2;
--color-2: #f5d49e;
--color-3: #f8e2a5;
--color-4: #b6d8c7;
--color-5: #a3c4d2;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a2b2, #f5d49e, #f8e2a5, #b6d8c7, #a3c4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a2b2, #f5d49e, #f8e2a5, #b6d8c7, #a3c4d2);
}

Soft Pink color palette created on .