Sega CD Weirdcore Color Palette
Discover the beautiful Sega CD Weirdcore color palette featuring mulled wine (#523c65), kimberly (#736594), lavender purple (#9e8cb8), melanie (#e5b4cc) and pot pourri (#f6e4e0).
Brightness
Saturation
Warmth
💡 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
💻 Sega CD Weirdcore color palette CSS
/* CSS */
.color-1 {
color: #523c65;
}
.color-2 {
color: #736594;
}
.color-3 {
color: #9e8cb8;
}
.color-4 {
color: #e5b4cc;
}
.color-5 {
color: #f6e4e0;
}
/* CSS Variables */
:root {
--color-1: #523c65;
--color-2: #736594;
--color-3: #9e8cb8;
--color-4: #e5b4cc;
--color-5: #f6e4e0;
} 🌈 Sega CD Weirdcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #523c65, #736594, #9e8cb8, #e5b4cc, #f6e4e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #523c65, #736594, #9e8cb8, #e5b4cc, #f6e4e0);
} 🔗 Explore similar color palettes
Sega CD Weirdcore color palette created on .