Discover the beautiful Shades of Pink color palette featuring cashmere (#e7a5a2), cadillac (#b4556e), affair (#7c4a8c), persian indigo (#49148a) and disco (#7b1e5e).
Shades of Pink Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Shades of Pink palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Pink palette
💻 Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #e7a5a2;
}
.color-2 {
color: #b4556e;
}
.color-3 {
color: #7c4a8c;
}
.color-4 {
color: #49148a;
}
.color-5 {
color: #7b1e5e;
}
/* CSS Variables */
:root {
--color-1: #e7a5a2;
--color-2: #b4556e;
--color-3: #7c4a8c;
--color-4: #49148a;
--color-5: #7b1e5e;
}
🌈 Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a5a2, #b4556e, #7c4a8c, #49148a, #7b1e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a5a2, #b4556e, #7c4a8c, #49148a, #7b1e5e);
}
🔗 Explore similar color palettes
Shades of Pink color palette created on .