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