Disco Elysium Color Palette

Discover the beautiful Disco Elysium color palette featuring mirage (#1c2935), fiord (#3a4964), waikawa gray (#5c7a99), half baked (#7ec6c9) and bittersweet (#ff6b6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Bright, Modern, Fun, Deep, Aesthetic, Vibrant, Light Summer, Retro 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 Disco Elysium palette

Share this palette to:

💻 Disco Elysium color palette CSS

/* CSS */
.color-1 {
color: #1c2935;
}
.color-2 {
color: #3a4964;
}
.color-3 {
color: #5c7a99;
}
.color-4 {
color: #7ec6c9;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #1c2935;
--color-2: #3a4964;
--color-3: #5c7a99;
--color-4: #7ec6c9;
--color-5: #ff6b6b;
}

🌈 Disco Elysium background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2935, #3a4964, #5c7a99, #7ec6c9, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2935, #3a4964, #5c7a99, #7ec6c9, #ff6b6b);
}

Disco Elysium color palette created on .