Discover the beautiful Shades of Pink and Grey color palette featuring gray suit (#d1c5d8), kobi (#e8a1ae), azalea (#f7c5d5), wewak (#f2a6b6) and chatelle (#c2b2c7).
Shades of Pink and Grey 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 and Grey palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Pink and Grey palette
💻 Shades of Pink and Grey color palette CSS
/* CSS */
.color-1 {
color: #d1c5d8;
}
.color-2 {
color: #e8a1ae;
}
.color-3 {
color: #f7c5d5;
}
.color-4 {
color: #f2a6b6;
}
.color-5 {
color: #c2b2c7;
}
/* CSS Variables */
:root {
--color-1: #d1c5d8;
--color-2: #e8a1ae;
--color-3: #f7c5d5;
--color-4: #f2a6b6;
--color-5: #c2b2c7;
}
🌈 Shades of Pink and Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5d8, #e8a1ae, #f7c5d5, #f2a6b6, #c2b2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5d8, #e8a1ae, #f7c5d5, #f2a6b6, #c2b2c7);
}
🔗 Explore similar color palettes
Shades of Pink and Grey color palette created on .