Evil Lucius Color Palette

Discover the beautiful Evil Lucius color palette featuring cocoa bean (#5c1f1f), lotus (#7c3c3c), coral tree (#a86b6b), eunry (#c8a2a2) and dust storm (#e8d4d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Deep, Masculine, Red, Shadowy 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 Evil Lucius palette

Share this palette to:

💻 Evil Lucius color palette CSS

/* CSS */
.color-1 {
color: #5c1f1f;
}
.color-2 {
color: #7c3c3c;
}
.color-3 {
color: #a86b6b;
}
.color-4 {
color: #c8a2a2;
}
.color-5 {
color: #e8d4d4;
}

/* CSS Variables */
:root {
--color-1: #5c1f1f;
--color-2: #7c3c3c;
--color-3: #a86b6b;
--color-4: #c8a2a2;
--color-5: #e8d4d4;
}

🌈 Evil Lucius background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c1f1f, #7c3c3c, #a86b6b, #c8a2a2, #e8d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c1f1f, #7c3c3c, #a86b6b, #c8a2a2, #e8d4d4);
}

Evil Lucius color palette created on .