Cyber Y2K Gothic Color Palette

Discover the beautiful Cyber Y2K Gothic color palette featuring jacarta (#2b2b73), victoria (#5c3f8d), amethyst (#a35ec5), bittersweet (#ff6e61) and selective yellow (#ffbb00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cyberpunk, Modern, Pink, Purple, Vibrant, Y2k, Yellow 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 Y2K Gothic palette

Share this palette to:

💻 Cyber Y2K Gothic color palette CSS

/* CSS */
.color-1 {
color: #2b2b73;
}
.color-2 {
color: #5c3f8d;
}
.color-3 {
color: #a35ec5;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffbb00;
}

/* CSS Variables */
:root {
--color-1: #2b2b73;
--color-2: #5c3f8d;
--color-3: #a35ec5;
--color-4: #ff6e61;
--color-5: #ffbb00;
}

🌈 Cyber Y2K Gothic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2b73, #5c3f8d, #a35ec5, #ff6e61, #ffbb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2b73, #5c3f8d, #a35ec5, #ff6e61, #ffbb00);
}

Cyber Y2K Gothic color palette created on .