Prestigious Color Palette

Discover the beautiful Prestigious color palette featuring comet (#5a5c7c), mobster (#8b7c9c), london hue (#b69cc4), shilo (#e6b3c4) and mandys pink (#f7c7ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Luxury, Pink, 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 Prestigious palette

Share this palette to:

💻 Prestigious color palette CSS

/* CSS */
.color-1 {
color: #5a5c7c;
}
.color-2 {
color: #8b7c9c;
}
.color-3 {
color: #b69cc4;
}
.color-4 {
color: #e6b3c4;
}
.color-5 {
color: #f7c7ba;
}

/* CSS Variables */
:root {
--color-1: #5a5c7c;
--color-2: #8b7c9c;
--color-3: #b69cc4;
--color-4: #e6b3c4;
--color-5: #f7c7ba;
}

🌈 Prestigious background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5c7c, #8b7c9c, #b69cc4, #e6b3c4, #f7c7ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5c7c, #8b7c9c, #b69cc4, #e6b3c4, #f7c7ba);
}

Prestigious color palette created on .