Cyberpunk Tiefling Color Palette

Discover the beautiful Cyberpunk Tiefling color palette featuring jagger (#3a0a4d), seance (#711d9a), purple heart (#a42db4), wild watermelon (#ff5c8a) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Magenta, Pink, Yellow, Bright, Cyberpunk, Vibrant 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 Cyberpunk Tiefling palette

Share this palette to:

💻 Cyberpunk Tiefling color palette CSS

/* CSS */
.color-1 {
color: #3a0a4d;
}
.color-2 {
color: #711d9a;
}
.color-3 {
color: #a42db4;
}
.color-4 {
color: #ff5c8a;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #3a0a4d;
--color-2: #711d9a;
--color-3: #a42db4;
--color-4: #ff5c8a;
--color-5: #f9c54e;
}

🌈 Cyberpunk Tiefling background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0a4d, #711d9a, #a42db4, #ff5c8a, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0a4d, #711d9a, #a42db4, #ff5c8a, #f9c54e);
}

Cyberpunk Tiefling color palette created on .