Artificer Color Palette

Discover the beautiful Artificer color palette featuring mojo (#c94040), stiletto (#a3333d), tawny port (#752438), cedar (#44131a) and asphalt (#21080f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Burgundy, Maroon, Warm, Earthy, Autumn, Black 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 Artificer palette

Share this palette to:

💻 Artificer color palette CSS

/* CSS */
.color-1 {
color: #c94040;
}
.color-2 {
color: #a3333d;
}
.color-3 {
color: #752438;
}
.color-4 {
color: #44131a;
}
.color-5 {
color: #21080f;
}

/* CSS Variables */
:root {
--color-1: #c94040;
--color-2: #a3333d;
--color-3: #752438;
--color-4: #44131a;
--color-5: #21080f;
}

🌈 Artificer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94040, #a3333d, #752438, #44131a, #21080f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94040, #a3333d, #752438, #44131a, #21080f);
}

Artificer color palette created on .