Purple Vibes Color Palette

Discover the beautiful Purple Vibes color palette featuring eminence (#6f2c90), cinnabar (#e13e33), saffron mango (#f9c54e), olivine (#91be6f) and smalt blue (#56768f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Vibrant, Bright, Fun, Purple 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 Purple Vibes palette

Share this palette to:

💻 Purple Vibes color palette CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #e13e33;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #56768f;
}

🌈 Purple Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #e13e33, #f9c54e, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #e13e33, #f9c54e, #91be6f, #56768f);
}

Purple Vibes color palette created on .