Cyber Deviance Color Palette

Discover the beautiful Cyber Deviance color palette featuring port gore (#1f1b3b), gigas (#493c90), fuchsia blue (#7d4ebc), wisteria (#a858b6) and cranberry (#d55d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Violet, Purple, Bright, Modern, Fun, Deep, Tech 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 Cyber Deviance palette

Share this palette to:

💻 Cyber Deviance color palette CSS

/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #493c90;
}
.color-3 {
color: #7d4ebc;
}
.color-4 {
color: #a858b6;
}
.color-5 {
color: #d55d8b;
}

/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #493c90;
--color-3: #7d4ebc;
--color-4: #a858b6;
--color-5: #d55d8b;
}

🌈 Cyber Deviance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #493c90, #7d4ebc, #a858b6, #d55d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #493c90, #7d4ebc, #a858b6, #d55d8b);
}

Cyber Deviance color palette created on .