Galactic Empire Color Palette

Discover the beautiful Galactic Empire color palette featuring cape cod (#3d4042), mid gray (#5c5d61), oslo gray (#8d8e91), silver sand (#c3c4c6) and athens gray (#f0f2f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Black, White, Modern, Space, Metal, Bright, High Contrast, Deep, Deep Winter 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 Galactic Empire palette

Share this palette to:

💻 Galactic Empire color palette CSS

/* CSS */
.color-1 {
color: #3d4042;
}
.color-2 {
color: #5c5d61;
}
.color-3 {
color: #8d8e91;
}
.color-4 {
color: #c3c4c6;
}
.color-5 {
color: #f0f2f4;
}

/* CSS Variables */
:root {
--color-1: #3d4042;
--color-2: #5c5d61;
--color-3: #8d8e91;
--color-4: #c3c4c6;
--color-5: #f0f2f4;
}

🌈 Galactic Empire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4042, #5c5d61, #8d8e91, #c3c4c6, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4042, #5c5d61, #8d8e91, #c3c4c6, #f0f2f4);
}

Galactic Empire color palette created on .