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