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: #f7c5d0;
}
.color-2 {
color: #fbdbc1;
}
.color-3 {
color: #fbf0d0;
}
.color-4 {
color: #d7eaea;
}
.color-5 {
color: #c1e6eb;
}

/* CSS Variables */
:root {
--color-1: #f7c5d0;
--color-2: #fbdbc1;
--color-3: #fbf0d0;
--color-4: #d7eaea;
--color-5: #c1e6eb;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d0, #fbdbc1, #fbf0d0, #d7eaea, #c1e6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d0, #fbdbc1, #fbf0d0, #d7eaea, #c1e6eb);
}

Soft Pink color palette created on .