Sega CD Weirdcore Color Palette

Discover the beautiful Sega CD Weirdcore color palette featuring windsor (#650e79), purple heart (#7519c1), medium purple (#a549e8), lavender pink (#fb99bc) and watusi (#feded1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Lavender, Pink, Purple, Vibrant, Warm 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 Sega CD Weirdcore palette

Share this palette to:

💻 Sega CD Weirdcore color palette CSS

/* CSS */
.color-1 {
color: #650e79;
}
.color-2 {
color: #7519c1;
}
.color-3 {
color: #a549e8;
}
.color-4 {
color: #fb99bc;
}
.color-5 {
color: #feded1;
}

/* CSS Variables */
:root {
--color-1: #650e79;
--color-2: #7519c1;
--color-3: #a549e8;
--color-4: #fb99bc;
--color-5: #feded1;
}

🌈 Sega CD Weirdcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #650e79, #7519c1, #a549e8, #fb99bc, #feded1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #650e79, #7519c1, #a549e8, #fb99bc, #feded1);
}

Sega CD Weirdcore color palette created on .