Sega CD Weirdcore Color Palette
Discover the beautiful Sega CD Weirdcore color palette featuring eminence (#712d7d), studio (#8748b5), lilac bush (#af7ad2), illusion (#f8acc7) and cinderella (#fde2d7).
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: #712d7d;
}
.color-2 {
color: #8748b5;
}
.color-3 {
color: #af7ad2;
}
.color-4 {
color: #f8acc7;
}
.color-5 {
color: #fde2d7;
}
/* CSS Variables */
:root {
--color-1: #712d7d;
--color-2: #8748b5;
--color-3: #af7ad2;
--color-4: #f8acc7;
--color-5: #fde2d7;
} 🌈 Sega CD Weirdcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #712d7d, #8748b5, #af7ad2, #f8acc7, #fde2d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #712d7d, #8748b5, #af7ad2, #f8acc7, #fde2d7);
} 🔗 Explore similar color palettes
Sega CD Weirdcore color palette created on .