Astro Color Palette

Discover the beautiful Astro color palette featuring lucky point (#1e1e76), governor bay (#2e2eb8), royal blue (#5050f7), malibu (#8080ff) and melrose (#b3b3ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cosmic, Lavender, Light, Purple, Soft, Space, Starry 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 Astro palette

Share this palette to:

💻 Astro color palette CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #2e2eb8;
}
.color-3 {
color: #5050f7;
}
.color-4 {
color: #8080ff;
}
.color-5 {
color: #b3b3ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #2e2eb8;
--color-3: #5050f7;
--color-4: #8080ff;
--color-5: #b3b3ff;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #2e2eb8, #5050f7, #8080ff, #b3b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #2e2eb8, #5050f7, #8080ff, #b3b3ff);
}

Astro color palette created on .