Shades of Morado Color Palette

Discover the beautiful Shades of Morado color palette featuring seance (#7e1c87), vivid violet (#9c3c9f), fuchsia pink (#c76bb6), light orchid (#e29cca) and chantilly (#f4b3e5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Morado color palette CSS

/* CSS */
.color-1 {
color: #7e1c87;
}
.color-2 {
color: #9c3c9f;
}
.color-3 {
color: #c76bb6;
}
.color-4 {
color: #e29cca;
}
.color-5 {
color: #f4b3e5;
}

/* CSS Variables */
:root {
--color-1: #7e1c87;
--color-2: #9c3c9f;
--color-3: #c76bb6;
--color-4: #e29cca;
--color-5: #f4b3e5;
}

🌈 Shades of Morado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e1c87, #9c3c9f, #c76bb6, #e29cca, #f4b3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e1c87, #9c3c9f, #c76bb6, #e29cca, #f4b3e5);
}

Shades of Morado color palette created on .