Dark Purple Summer Color Palette

Discover the beautiful Dark Purple Summer color palette featuring indigo (#5a4fcf), lilac bush (#a57dd4), prelude (#d5bae3), chantilly (#f9c3da) and tickle me pink (#ff7092).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dark Purple Summer color palette CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #a57dd4;
}
.color-3 {
color: #d5bae3;
}
.color-4 {
color: #f9c3da;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #a57dd4;
--color-3: #d5bae3;
--color-4: #f9c3da;
--color-5: #ff7092;
}

🌈 Dark Purple Summer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #a57dd4, #d5bae3, #f9c3da, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #a57dd4, #d5bae3, #f9c3da, #ff7092);
}

Dark Purple Summer color palette created on .