Artificer Color Palette

Discover the beautiful Artificer color palette featuring mojo (#c94141), stiletto (#a3333c), tawny port (#762439), cedar (#44131a) and asphalt (#20080f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Black, Burgundy, Earthy, Maroon, Red, Warm 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: #c94141;
}
.color-2 {
color: #a3333c;
}
.color-3 {
color: #762439;
}
.color-4 {
color: #44131a;
}
.color-5 {
color: #20080f;
}

/* CSS Variables */
:root {
--color-1: #c94141;
--color-2: #a3333c;
--color-3: #762439;
--color-4: #44131a;
--color-5: #20080f;
}

🌈 Artificer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94141, #a3333c, #762439, #44131a, #20080f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94141, #a3333c, #762439, #44131a, #20080f);
}

Artificer color palette created on .