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: #f4e2d7;
}
.color-2 {
color: #f9c5c3;
}
.color-3 {
color: #f5a8b2;
}
.color-4 {
color: #f58e99;
}
.color-5 {
color: #e76e7c;
}
/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #f9c5c3;
--color-3: #f5a8b2;
--color-4: #f58e99;
--color-5: #e76e7c;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #f9c5c3, #f5a8b2, #f58e99, #e76e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #f9c5c3, #f5a8b2, #f58e99, #e76e7c);
}
Similar color palettes
Scroll down to explore 200+ Soft color palettes
Soft Pink color palette created on .