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: #f9d59f;
}
.color-2 {
color: #f7c6c5;
}
.color-3 {
color: #f0b7d7;
}
.color-4 {
color: #b19fd1;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f7c6c5;
--color-3: #f0b7d7;
--color-4: #b19fd1;
--color-5: #6999c3;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f7c6c5, #f0b7d7, #b19fd1, #6999c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f7c6c5, #f0b7d7, #b19fd1, #6999c3);
}

Soft Pink color palette created on .