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: #f1a8a2;
}
.color-2 {
color: #f6c6a2;
}
.color-3 {
color: #f7e8b6;
}
.color-4 {
color: #a6d3c3;
}
.color-5 {
color: #80b0e0;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c6a2;
--color-3: #f7e8b6;
--color-4: #a6d3c3;
--color-5: #80b0e0;
}

Soft Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c6a2, #f7e8b6, #a6d3c3, #80b0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c6a2, #f7e8b6, #a6d3c3, #80b0e0);
}

Soft Pink color palette created on .