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: #ff7092;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff999c;
}
.color-4 {
color: #f5c7c2;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb3c1;
--color-3: #ff999c;
--color-4: #f5c7c2;
--color-5: #f4a462;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb3c1, #ff999c, #f5c7c2, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb3c1, #ff999c, #f5c7c2, #f4a462);
}

Soft Pink color palette created on .