Vex Color Palette

Discover the beautiful Vex color palette featuring disco (#7b1e5e), tapestry (#a54a8d), hopbush (#d071b7), illusion (#f3a5cf) and brink pink (#ff5c8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Magenta, Bright, Vibrant, Deep, 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 Vex palette

Share this palette to:

💻 Vex color palette CSS

/* CSS */
.color-1 {
color: #7b1e5e;
}
.color-2 {
color: #a54a8d;
}
.color-3 {
color: #d071b7;
}
.color-4 {
color: #f3a5cf;
}
.color-5 {
color: #ff5c8f;
}

/* CSS Variables */
:root {
--color-1: #7b1e5e;
--color-2: #a54a8d;
--color-3: #d071b7;
--color-4: #f3a5cf;
--color-5: #ff5c8f;
}

🌈 Vex background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e5e, #a54a8d, #d071b7, #f3a5cf, #ff5c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e5e, #a54a8d, #d071b7, #f3a5cf, #ff5c8f);
}

Vex color palette created on .