Vivid Veil Color Palette

Discover the beautiful Vivid Veil color palette featuring light wisteria (#c2a3e0), wisteria (#9d6bb8), butterfly bush (#6c4b9b), minsk (#4e2d7b) and grape (#3e1f65).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Deep, Lilac, Magenta, Purple, Soft, Violet 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 Vivid Veil palette

Share this palette to:

💻 Vivid Veil color palette CSS

/* CSS */
.color-1 {
color: #c2a3e0;
}
.color-2 {
color: #9d6bb8;
}
.color-3 {
color: #6c4b9b;
}
.color-4 {
color: #4e2d7b;
}
.color-5 {
color: #3e1f65;
}

/* CSS Variables */
:root {
--color-1: #c2a3e0;
--color-2: #9d6bb8;
--color-3: #6c4b9b;
--color-4: #4e2d7b;
--color-5: #3e1f65;
}

🌈 Vivid Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a3e0, #9d6bb8, #6c4b9b, #4e2d7b, #3e1f65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a3e0, #9d6bb8, #6c4b9b, #4e2d7b, #3e1f65);
}

Vivid Veil color palette created on .