Cybercore Color Palette

Discover the beautiful Cybercore color palette featuring cyan / aqua (#00f6ff), dodger blue (#1a9cff), dodger blue (#4d7cff), medium purple (#7d4be7) and razzmatazz (#d6006f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Bright, Blue, Vibrant, Modern, Fun, Purple, Pink 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: #00f6ff;
}
.color-2 {
color: #1a9cff;
}
.color-3 {
color: #4d7cff;
}
.color-4 {
color: #7d4be7;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #00f6ff;
--color-2: #1a9cff;
--color-3: #4d7cff;
--color-4: #7d4be7;
--color-5: #d6006f;
}

🌈 Cybercore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00f6ff, #1a9cff, #4d7cff, #7d4be7, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00f6ff, #1a9cff, #4d7cff, #7d4be7, #d6006f);
}

Cybercore color palette created on .