Soft Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink palette

Share this palette to:

Download Soft Pink Color Palette (PNG)

Download soft pink color palette PNG image (landscape)
Download soft pink color palette PNG image (square)

Soft Pink color palette CSS

/* CSS */
.color-1 {
color: #ffadad;
}
.color-2 {
color: #ffd6a3;
}
.color-3 {
color: #fdffb8;
}
.color-4 {
color: #c8ffbd;
}
.color-5 {
color: #9dfbd1;
}

/* CSS Variables */
:root {
--color-1: #ffadad;
--color-2: #ffd6a3;
--color-3: #fdffb8;
--color-4: #c8ffbd;
--color-5: #9dfbd1;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadad, #ffd6a3, #fdffb8, #c8ffbd, #9dfbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadad, #ffd6a3, #fdffb8, #c8ffbd, #9dfbd1);
}

Soft Pink color palette created on .