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: #f6a4a2;
}
.color-2 {
color: #f5d19e;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #a9e0b6;
}
.color-5 {
color: #a2c7e7;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f5d19e;
--color-3: #f7e6a1;
--color-4: #a9e0b6;
--color-5: #a2c7e7;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f5d19e, #f7e6a1, #a9e0b6, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f5d19e, #f7e6a1, #a9e0b6, #a2c7e7);
}

Soft Pink color palette created on .