Shades of Purple Color Palette

Discover the beautiful Shades of Purple color palette featuring victoria (#5c3f8d), bouquet (#ac6c99), rose fog (#e6bab7), chatelle (#beafc5) and jacarta (#4a2c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Pink, Soft, Fun 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

UI Examples

Explore beautiful UI components with Shades of Purple palette

Share this palette to:

💻 Shades of Purple color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #ac6c99;
}
.color-3 {
color: #e6bab7;
}
.color-4 {
color: #beafc5;
}
.color-5 {
color: #4a2c6d;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #ac6c99;
--color-3: #e6bab7;
--color-4: #beafc5;
--color-5: #4a2c6d;
}

🌈 Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #ac6c99, #e6bab7, #beafc5, #4a2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #ac6c99, #e6bab7, #beafc5, #4a2c6d);
}

Shades of Purple color palette created on .