Shades of Grey and Purple Color Palette
Discover the beautiful Shades of Grey and Purple color palette featuring storm gray (#6a6a8a), purple mountain's majesty (#9c7cc0), mulberry (#d04e8f), wewak (#f1a7c5) and illusion (#f3a0c5).
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 Shades of Grey and Purple palette
💻 Shades of Grey and Purple color palette CSS
/* CSS */
.color-1 {
color: #6a6a8a;
}
.color-2 {
color: #9c7cc0;
}
.color-3 {
color: #d04e8f;
}
.color-4 {
color: #f1a7c5;
}
.color-5 {
color: #f3a0c5;
}
/* CSS Variables */
:root {
--color-1: #6a6a8a;
--color-2: #9c7cc0;
--color-3: #d04e8f;
--color-4: #f1a7c5;
--color-5: #f3a0c5;
} 🌈 Shades of Grey and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6a8a, #9c7cc0, #d04e8f, #f1a7c5, #f3a0c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6a8a, #9c7cc0, #d04e8f, #f1a7c5, #f3a0c5);
} 🔗 Explore similar color palettes
Shades of Grey and Purple color palette created on .