Discover the beautiful Royal Purple color palette featuring butterfly bush (#5e4b8b), tenn (#d65d00), tulip tree (#f0b43d), persian pink (#f692ba) and danube (#70a4d2).

Royal Purple Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Royal Purple palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Royal Purple palette

Share this palette to:

💻 Royal Purple color palette CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #d65d00;
}
.color-3 {
color: #f0b43d;
}
.color-4 {
color: #f692ba;
}
.color-5 {
color: #70a4d2;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #d65d00;
--color-3: #f0b43d;
--color-4: #f692ba;
--color-5: #70a4d2;
}

🌈 Royal Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #d65d00, #f0b43d, #f692ba, #70a4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #d65d00, #f0b43d, #f692ba, #70a4d2);
}

Royal Purple color palette created on .