Neon Astro Color Palette

Discover the beautiful Neon Astro color palette featuring shark (#1d1e25), gun powder (#3f3f5a), cornflower blue (#7f4df5), heliotrope (#a06cf9) and athens gray (#f6f7f9).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Neon Astro color palette CSS

/* CSS */
.color-1 {
color: #1d1e25;
}
.color-2 {
color: #3f3f5a;
}
.color-3 {
color: #7f4df5;
}
.color-4 {
color: #a06cf9;
}
.color-5 {
color: #f6f7f9;
}

/* CSS Variables */
:root {
--color-1: #1d1e25;
--color-2: #3f3f5a;
--color-3: #7f4df5;
--color-4: #a06cf9;
--color-5: #f6f7f9;
}

🌈 Neon Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e25, #3f3f5a, #7f4df5, #a06cf9, #f6f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e25, #3f3f5a, #7f4df5, #a06cf9, #f6f7f9);
}

Neon Astro color palette created on .