Soft Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pink palette
Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #ffccf2;
}
.color-2 {
color: #f8e5b4;
}
.color-3 {
color: #ffdd8f;
}
.color-4 {
color: #b1f2d8;
}
.color-5 {
color: #a2d1e6;
}
/* CSS Variables */
:root {
--color-1: #ffccf2;
--color-2: #f8e5b4;
--color-3: #ffdd8f;
--color-4: #b1f2d8;
--color-5: #a2d1e6;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccf2, #f8e5b4, #ffdd8f, #b1f2d8, #a2d1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccf2, #f8e5b4, #ffdd8f, #b1f2d8, #a2d1e6);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Soft Pink color palette created on .