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