Shades of Morado Color Palette

Discover the beautiful Shades of Morado color palette featuring eminence (#7a2c8c), trendy pink (#a15da2), careys pink (#d39cbc), we peep (#f2c5e1) and carousel pink (#f9e1f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, Purple, Soft 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: #7a2c8c;
}
.color-2 {
color: #a15da2;
}
.color-3 {
color: #d39cbc;
}
.color-4 {
color: #f2c5e1;
}
.color-5 {
color: #f9e1f2;
}

/* CSS Variables */
:root {
--color-1: #7a2c8c;
--color-2: #a15da2;
--color-3: #d39cbc;
--color-4: #f2c5e1;
--color-5: #f9e1f2;
}

🌈 Shades of Morado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2c8c, #a15da2, #d39cbc, #f2c5e1, #f9e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2c8c, #a15da2, #d39cbc, #f2c5e1, #f9e1f2);
}

Shades of Morado color palette created on .