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: #f8d6ce;
}
.color-2 {
color: #f1b0a2;
}
.color-3 {
color: #efb085;
}
.color-4 {
color: #d59a6c;
}
.color-5 {
color: #c25b5b;
}
/* CSS Variables */
:root {
--color-1: #f8d6ce;
--color-2: #f1b0a2;
--color-3: #efb085;
--color-4: #d59a6c;
--color-5: #c25b5b;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d6ce, #f1b0a2, #efb085, #d59a6c, #c25b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d6ce, #f1b0a2, #efb085, #d59a6c, #c25b5b);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Soft Pink color palette created on .