Dark Amethyst Shades Color Palette

Discover the beautiful Dark Amethyst Shades color palette featuring butterfly bush (#5c4b8b), deluge (#7a5e9c), lavender purple (#a07cb1), light wisteria (#c3a5d5) and prelude (#e2c8ea).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Summer, Vintage 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 Dark Amethyst Shades palette

Share this palette to:

💻 Dark Amethyst Shades color palette CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #7a5e9c;
}
.color-3 {
color: #a07cb1;
}
.color-4 {
color: #c3a5d5;
}
.color-5 {
color: #e2c8ea;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #7a5e9c;
--color-3: #a07cb1;
--color-4: #c3a5d5;
--color-5: #e2c8ea;
}

🌈 Dark Amethyst Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #7a5e9c, #a07cb1, #c3a5d5, #e2c8ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #7a5e9c, #a07cb1, #c3a5d5, #e2c8ea);
}

Dark Amethyst Shades color palette created on .