Astro Color Palette

Discover the beautiful Astro color palette featuring martinique (#3b2e57), smoky (#5c4e7e), mamba (#9b7c9c), apricot peach (#f9cbb8) and mustard (#ffdd57).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cosmic, Deep, Light, Purple, Soft, Sun, 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 Astro palette

Share this palette to:

💻 Astro color palette CSS

/* CSS */
.color-1 {
color: #3b2e57;
}
.color-2 {
color: #5c4e7e;
}
.color-3 {
color: #9b7c9c;
}
.color-4 {
color: #f9cbb8;
}
.color-5 {
color: #ffdd57;
}

/* CSS Variables */
:root {
--color-1: #3b2e57;
--color-2: #5c4e7e;
--color-3: #9b7c9c;
--color-4: #f9cbb8;
--color-5: #ffdd57;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2e57, #5c4e7e, #9b7c9c, #f9cbb8, #ffdd57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2e57, #5c4e7e, #9b7c9c, #f9cbb8, #ffdd57);
}

Astro color palette created on .