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: #f1a8a2;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f9e9b4;
}
.color-4 {
color: #a3d69a;
}
.color-5 {
color: #4eaeb1;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f7d7a6;
--color-3: #f9e9b4;
--color-4: #a3d69a;
--color-5: #4eaeb1;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f7d7a6, #f9e9b4, #a3d69a, #4eaeb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f7d7a6, #f9e9b4, #a3d69a, #4eaeb1);
}

Soft Pink color palette created on .