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: #f9b1ae;
}
.color-2 {
color: #f9d89a;
}
.color-3 {
color: #f7e4a6;
}
.color-4 {
color: #b9e3a1;
}
.color-5 {
color: #9fd3e5;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9d89a;
--color-3: #f7e4a6;
--color-4: #b9e3a1;
--color-5: #9fd3e5;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9d89a, #f7e4a6, #b9e3a1, #9fd3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9d89a, #f7e4a6, #b9e3a1, #9fd3e5);
}

Soft Pink color palette created on .