Pierce the Veil Color Palette

Discover the beautiful Pierce the Veil color palette featuring luxor gold (#a38737), mule fawn (#8b4e31), metallic bronze (#522e1f), east bay (#444480) and glacier (#7da3c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Brown, Coastal, Deep, Earthy, Muted, Soft, Tan, Vintage 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 Pierce the Veil palette

Share this palette to:

💻 Pierce the Veil color palette CSS

/* CSS */
.color-1 {
color: #a38737;
}
.color-2 {
color: #8b4e31;
}
.color-3 {
color: #522e1f;
}
.color-4 {
color: #444480;
}
.color-5 {
color: #7da3c5;
}

/* CSS Variables */
:root {
--color-1: #a38737;
--color-2: #8b4e31;
--color-3: #522e1f;
--color-4: #444480;
--color-5: #7da3c5;
}

🌈 Pierce the Veil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a38737, #8b4e31, #522e1f, #444480, #7da3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a38737, #8b4e31, #522e1f, #444480, #7da3c5);
}

Pierce the Veil color palette created on .