Soft Pink Color Palette
Discover the beautiful Soft Pink color palette featuring soft peach (#f0e5e5), spindle (#b0d2e8), moss green (#a4d9a1), casablanca (#f4b943) and mandy (#e85e7a).
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: #f0e5e5;
}
.color-2 {
color: #b0d2e8;
}
.color-3 {
color: #a4d9a1;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #e85e7a;
}
/* CSS Variables */
:root {
--color-1: #f0e5e5;
--color-2: #b0d2e8;
--color-3: #a4d9a1;
--color-4: #f4b943;
--color-5: #e85e7a;
} 🌈 Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5e5, #b0d2e8, #a4d9a1, #f4b943, #e85e7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5e5, #b0d2e8, #a4d9a1, #f4b943, #e85e7a);
} 🔗 Explore similar color palettes
Soft Pink color palette created on .