Soft Pink Color Palette
Discover the beautiful Soft Pink color palette featuring pampas (#f3f1ed), stark white (#e8d9c5), vanilla (#d2b9a3), whiskey (#d69c7a) and antique brass (#c57e5e).
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: #f3f1ed;
}
.color-2 {
color: #e8d9c5;
}
.color-3 {
color: #d2b9a3;
}
.color-4 {
color: #d69c7a;
}
.color-5 {
color: #c57e5e;
}
/* CSS Variables */
:root {
--color-1: #f3f1ed;
--color-2: #e8d9c5;
--color-3: #d2b9a3;
--color-4: #d69c7a;
--color-5: #c57e5e;
} 🌈 Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f1ed, #e8d9c5, #d2b9a3, #d69c7a, #c57e5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f1ed, #e8d9c5, #d2b9a3, #d69c7a, #c57e5e);
} 🔗 Explore similar color palettes
Soft Pink color palette created on .