Sega Saturn Color Palette
Discover the beautiful Sega Saturn color palette featuring scampi (#5f5c99), logan (#a2a4cd), blue haze (#d0c7e0), rose fog (#e6c4b3) and sandy brown (#f3a34f).
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 Saturn palette
💻 Sega Saturn color palette CSS
/* CSS */
.color-1 {
color: #5f5c99;
}
.color-2 {
color: #a2a4cd;
}
.color-3 {
color: #d0c7e0;
}
.color-4 {
color: #e6c4b3;
}
.color-5 {
color: #f3a34f;
}
/* CSS Variables */
:root {
--color-1: #5f5c99;
--color-2: #a2a4cd;
--color-3: #d0c7e0;
--color-4: #e6c4b3;
--color-5: #f3a34f;
}
🌈 Sega Saturn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f5c99, #a2a4cd, #d0c7e0, #e6c4b3, #f3a34f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f5c99, #a2a4cd, #d0c7e0, #e6c4b3, #f3a34f);
}
🔗 Explore similar color palettes
Sega Saturn color palette created on .