Outer-Inner-Solar System Color Palette

Discover the beautiful Outer-Inner-Solar System color palette featuring port gore (#1a203d), chambray (#3c4c8b), chetwode blue (#7c9dda), cream can (#f3ca4f) and california (#ff9900).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpace, Blue, Yellow, Orange, Bright, Modern, Cosmic, Celestial, 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 Outer-Inner-Solar System palette

Share this palette to:

💻 Outer-Inner-Solar System color palette CSS

/* CSS */
.color-1 {
color: #1a203d;
}
.color-2 {
color: #3c4c8b;
}
.color-3 {
color: #7c9dda;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #1a203d;
--color-2: #3c4c8b;
--color-3: #7c9dda;
--color-4: #f3ca4f;
--color-5: #ff9900;
}

🌈 Outer-Inner-Solar System background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a203d, #3c4c8b, #7c9dda, #f3ca4f, #ff9900);
}

Outer-Inner-Solar System color palette created on .