Royal Jewels Color Palette

Discover the beautiful Royal Jewels color palette featuring amethyst (#a45fbf), eminence (#6f2c90), illusion (#f8a5ba), energy yellow (#f6d55a) and boston blue (#3b8dba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Elegant, Pink, Purple, Royal, Vibrant, Yellow 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 Royal Jewels palette

Share this palette to:

💻 Royal Jewels color palette CSS

/* CSS */
.color-1 {
color: #a45fbf;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #f8a5ba;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #3b8dba;
}

/* CSS Variables */
:root {
--color-1: #a45fbf;
--color-2: #6f2c90;
--color-3: #f8a5ba;
--color-4: #f6d55a;
--color-5: #3b8dba;
}

🌈 Royal Jewels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45fbf, #6f2c90, #f8a5ba, #f6d55a, #3b8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45fbf, #6f2c90, #f8a5ba, #f6d55a, #3b8dba);
}

Royal Jewels color palette created on .