Cybercore Color Palette

Discover the beautiful Cybercore color palette featuring lucky point (#1f1a6b), daisy bush (#4a2c90), royal purple (#7d39b1), amethyst (#a94cc8) and heliotrope (#d77cfe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Violet, Purple, Bright, Modern, Tech, High Contrast, 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 Cybercore palette

Share this palette to:

💻 Cybercore color palette CSS

/* CSS */
.color-1 {
color: #1f1a6b;
}
.color-2 {
color: #4a2c90;
}
.color-3 {
color: #7d39b1;
}
.color-4 {
color: #a94cc8;
}
.color-5 {
color: #d77cfe;
}

/* CSS Variables */
:root {
--color-1: #1f1a6b;
--color-2: #4a2c90;
--color-3: #7d39b1;
--color-4: #a94cc8;
--color-5: #d77cfe;
}

🌈 Cybercore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a6b, #4a2c90, #7d39b1, #a94cc8, #d77cfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a6b, #4a2c90, #7d39b1, #a94cc8, #d77cfe);
}

Cybercore color palette created on .