Astronomy Color Palette

Discover the beautiful Astronomy color palette featuring biscay (#1d3f72), san marino (#3f6c9d), glacier (#6da0c5), ziggurat (#b3d3e0) and bizarre (#f0e1db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cosmic, Cool, Deep, Light, Modern, Nature, Night Sky, Space 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 Astronomy palette

Share this palette to:

💻 Astronomy color palette CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3f6c9d;
}
.color-3 {
color: #6da0c5;
}
.color-4 {
color: #b3d3e0;
}
.color-5 {
color: #f0e1db;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3f6c9d;
--color-3: #6da0c5;
--color-4: #b3d3e0;
--color-5: #f0e1db;
}

🌈 Astronomy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3f6c9d, #6da0c5, #b3d3e0, #f0e1db);
}

Astronomy color palette created on .