Purple Shades Color Palette

Discover the beautiful Purple Shades color palette featuring maroon flush (#d1234c), studio (#8453ac), scarlet gum (#2d1457), bleached cedar (#2f213f) and medium purple (#9c53e4).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Deep, Lavender, Magenta, Modern, Purple, Vibrant 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 Purple Shades palette

Share this palette to:

💻 Purple Shades color palette CSS

/* CSS */
.color-1 {
color: #d1234c;
}
.color-2 {
color: #8453ac;
}
.color-3 {
color: #2d1457;
}
.color-4 {
color: #2f213f;
}
.color-5 {
color: #9c53e4;
}

/* CSS Variables */
:root {
--color-1: #d1234c;
--color-2: #8453ac;
--color-3: #2d1457;
--color-4: #2f213f;
--color-5: #9c53e4;
}

🌈 Purple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1234c, #8453ac, #2d1457, #2f213f, #9c53e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1234c, #8453ac, #2d1457, #2f213f, #9c53e4);
}

Purple Shades color palette created on .