Veil of Enigma Color Palette

Discover the beautiful Veil of Enigma color palette featuring east bay (#4c3e70), kimberly (#796c9d), cold purple (#b4a3d7), moon raker (#e5c4f3) and chantilly (#f5b2d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, 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 Veil of Enigma palette

Share this palette to:

💻 Veil of Enigma color palette CSS

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #796c9d;
}
.color-3 {
color: #b4a3d7;
}
.color-4 {
color: #e5c4f3;
}
.color-5 {
color: #f5b2d9;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #796c9d;
--color-3: #b4a3d7;
--color-4: #e5c4f3;
--color-5: #f5b2d9;
}

🌈 Veil of Enigma background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #796c9d, #b4a3d7, #e5c4f3, #f5b2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #796c9d, #b4a3d7, #e5c4f3, #f5b2d9);
}

Veil of Enigma color palette created on .