Sega Color Palette

Discover the beautiful Sega color palette featuring astronaut (#2e4a7a), wedgewood (#4f7d9c), jordy blue (#7fbbf0), tulip tree (#f1a93b) and valencia (#d63f2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Orange, Red, Bright, Retro, Vibrant, Teal, Yellow 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 palette

Share this palette to:

💻 Sega color palette CSS

/* CSS */
.color-1 {
color: #2e4a7a;
}
.color-2 {
color: #4f7d9c;
}
.color-3 {
color: #7fbbf0;
}
.color-4 {
color: #f1a93b;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #2e4a7a;
--color-2: #4f7d9c;
--color-3: #7fbbf0;
--color-4: #f1a93b;
--color-5: #d63f2e;
}

🌈 Sega background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a7a, #4f7d9c, #7fbbf0, #f1a93b, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a7a, #4f7d9c, #7fbbf0, #f1a93b, #d63f2e);
}

Sega color palette created on .