Shades of Morado Color Palette

Discover the beautiful Shades of Morado color palette featuring purple heart (#6c3ee0), amethyst (#a74bbe), hopbush (#d57cb4), vivid tangerine (#ff9d8a) and golden tainoi (#ffcb5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, 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 Shades of Morado palette

Share this palette to:

💻 Shades of Morado color palette CSS

/* CSS */
.color-1 {
color: #6c3ee0;
}
.color-2 {
color: #a74bbe;
}
.color-3 {
color: #d57cb4;
}
.color-4 {
color: #ff9d8a;
}
.color-5 {
color: #ffcb5c;
}

/* CSS Variables */
:root {
--color-1: #6c3ee0;
--color-2: #a74bbe;
--color-3: #d57cb4;
--color-4: #ff9d8a;
--color-5: #ffcb5c;
}

🌈 Shades of Morado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c3ee0, #a74bbe, #d57cb4, #ff9d8a, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c3ee0, #a74bbe, #d57cb4, #ff9d8a, #ffcb5c);
}

Shades of Morado color palette created on .