Soft Pink Color Palette
Discover the beautiful Soft Pink color palette featuring alto (#d3cfcf), cavern pink (#e0b3b3), sea pink (#eb9e9e), rose bud (#f6a098) and azalea (#f8bfbf).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Soft Pink palette
💻 Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #d3cfcf;
}
.color-2 {
color: #e0b3b3;
}
.color-3 {
color: #eb9e9e;
}
.color-4 {
color: #f6a098;
}
.color-5 {
color: #f8bfbf;
}
/* CSS Variables */
:root {
--color-1: #d3cfcf;
--color-2: #e0b3b3;
--color-3: #eb9e9e;
--color-4: #f6a098;
--color-5: #f8bfbf;
} 🌈 Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3cfcf, #e0b3b3, #eb9e9e, #f6a098, #f8bfbf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3cfcf, #e0b3b3, #eb9e9e, #f6a098, #f8bfbf);
} 🔗 Explore similar color palettes
Soft Pink color palette created on .