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: #e6d1a8;
}
.color-2 {
color: #b6c8e7;
}
.color-3 {
color: #99c7b8;
}
.color-4 {
color: #f1b6d8;
}
.color-5 {
color: #f58a8a;
}

/* CSS Variables */
:root {
--color-1: #e6d1a8;
--color-2: #b6c8e7;
--color-3: #99c7b8;
--color-4: #f1b6d8;
--color-5: #f58a8a;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d1a8, #b6c8e7, #99c7b8, #f1b6d8, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d1a8, #b6c8e7, #99c7b8, #f1b6d8, #f58a8a);
}

Soft Pink color palette created on .