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: #f7d0b1;
}
.color-2 {
color: #f3a5b6;
}
.color-3 {
color: #e6a3d1;
}
.color-4 {
color: #b4a3e0;
}
.color-5 {
color: #92bae8;
}
/* CSS Variables */
:root {
--color-1: #f7d0b1;
--color-2: #f3a5b6;
--color-3: #e6a3d1;
--color-4: #b4a3e0;
--color-5: #92bae8;
}
Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d0b1, #f3a5b6, #e6a3d1, #b4a3e0, #92bae8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d0b1, #f3a5b6, #e6a3d1, #b4a3e0, #92bae8);
}
Similar color palettes
Soft Pink color palette created on .