Astronomer Color Palette

Discover the beautiful Astronomer color palette featuring lucky point (#1d2a77), kashmir blue (#495e9c), glacier (#799ec3), ziggurat (#b2d3e0) and banana mania (#fcefb0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNight Sky, Blue, Celestial, Bright, Cosmic, Soft Summer, Light, Modern, Bright Spring, 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 Astronomer palette

Share this palette to:

💻 Astronomer color palette CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #495e9c;
}
.color-3 {
color: #799ec3;
}
.color-4 {
color: #b2d3e0;
}
.color-5 {
color: #fcefb0;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #495e9c;
--color-3: #799ec3;
--color-4: #b2d3e0;
--color-5: #fcefb0;
}

🌈 Astronomer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #495e9c, #799ec3, #b2d3e0, #fcefb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #495e9c, #799ec3, #b2d3e0, #fcefb0);
}

Astronomer color palette created on .