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: #f9b39f;
}
.color-2 {
color: #f4c59f;
}
.color-3 {
color: #f1dbb6;
}
.color-4 {
color: #e9e2a5;
}
.color-5 {
color: #d0e4b4;
}

/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f4c59f;
--color-3: #f1dbb6;
--color-4: #e9e2a5;
--color-5: #d0e4b4;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f4c59f, #f1dbb6, #e9e2a5, #d0e4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f4c59f, #f1dbb6, #e9e2a5, #d0e4b4);
}

Soft Pink color palette created on .