Shades of Purple Color Palette
Discover the beautiful Shades of Purple color palette featuring kimberly (#6a6b9a), ship cove (#7a87c2), blue bell (#9b9dc5), light wisteria (#c5a3d7) and kobi (#e5a4c3).
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 Purple palette
💻 Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #6a6b9a;
}
.color-2 {
color: #7a87c2;
}
.color-3 {
color: #9b9dc5;
}
.color-4 {
color: #c5a3d7;
}
.color-5 {
color: #e5a4c3;
}
/* CSS Variables */
:root {
--color-1: #6a6b9a;
--color-2: #7a87c2;
--color-3: #9b9dc5;
--color-4: #c5a3d7;
--color-5: #e5a4c3;
} 🌈 Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a6b9a, #7a87c2, #9b9dc5, #c5a3d7, #e5a4c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a6b9a, #7a87c2, #9b9dc5, #c5a3d7, #e5a4c3);
} 🔗 Explore similar color palettes
Shades of Purple color palette created on .