Twisted Villain Color Palette

Discover the beautiful Twisted Villain color palette featuring charade (#1f1f29), bright gray (#3b3b4e), comet (#5b5b76), manatee (#8c8cab) and lavender gray (#b3b3d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Blue, Vintage, Deep, Masculine, Modern 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 Twisted Villain palette

Share this palette to:

💻 Twisted Villain color palette CSS

/* CSS */
.color-1 {
color: #1f1f29;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #5b5b76;
}
.color-4 {
color: #8c8cab;
}
.color-5 {
color: #b3b3d6;
}

/* CSS Variables */
:root {
--color-1: #1f1f29;
--color-2: #3b3b4e;
--color-3: #5b5b76;
--color-4: #8c8cab;
--color-5: #b3b3d6;
}

🌈 Twisted Villain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f29, #3b3b4e, #5b5b76, #8c8cab, #b3b3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f29, #3b3b4e, #5b5b76, #8c8cab, #b3b3d6);
}

Twisted Villain color palette created on .