Pink Shades Color Palette
Discover the beautiful Pink Shades color palette featuring maverick (#d9c4d2), azalea (#f0b2d4), vanilla ice (#f5e0e6), rose fog (#e4b6af) and mandys pink (#f7c4c0).
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 Pink Shades palette
💻 Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #d9c4d2;
}
.color-2 {
color: #f0b2d4;
}
.color-3 {
color: #f5e0e6;
}
.color-4 {
color: #e4b6af;
}
.color-5 {
color: #f7c4c0;
}
/* CSS Variables */
:root {
--color-1: #d9c4d2;
--color-2: #f0b2d4;
--color-3: #f5e0e6;
--color-4: #e4b6af;
--color-5: #f7c4c0;
} 🌈 Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c4d2, #f0b2d4, #f5e0e6, #e4b6af, #f7c4c0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c4d2, #f0b2d4, #f5e0e6, #e4b6af, #f7c4c0);
} 🔗 Explore similar color palettes
Pink Shades color palette created on .