Forgotten Space Color Palette

Discover the beautiful Forgotten Space color palette featuring biscay (#1b296a), east bay (#4a5a8c), hurricane (#8b797b), anzac (#dab24e) and blaze orange (#f85f0d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cosmic, Deep, Earthy, Fall, Modern, Orange, Vibrant 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 Forgotten Space palette

Share this palette to:

💻 Forgotten Space color palette CSS

/* CSS */
.color-1 {
color: #1b296a;
}
.color-2 {
color: #4a5a8c;
}
.color-3 {
color: #8b797b;
}
.color-4 {
color: #dab24e;
}
.color-5 {
color: #f85f0d;
}

/* CSS Variables */
:root {
--color-1: #1b296a;
--color-2: #4a5a8c;
--color-3: #8b797b;
--color-4: #dab24e;
--color-5: #f85f0d;
}

🌈 Forgotten Space background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b296a, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b296a, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}

Forgotten Space color palette created on .