Astro Color Palette

Discover the beautiful Astro color palette featuring affair (#744e85), east side (#bc7dc9), perfume (#d1a6f4), perfume (#e1b6f9) and classic rose (#fbbef3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Lavender, Light, Modern, Pink, Purple, Soft, 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 Astro palette

Share this palette to:

💻 Astro color palette CSS

/* CSS */
.color-1 {
color: #744e85;
}
.color-2 {
color: #bc7dc9;
}
.color-3 {
color: #d1a6f4;
}
.color-4 {
color: #e1b6f9;
}
.color-5 {
color: #fbbef3;
}

/* CSS Variables */
:root {
--color-1: #744e85;
--color-2: #bc7dc9;
--color-3: #d1a6f4;
--color-4: #e1b6f9;
--color-5: #fbbef3;
}

🌈 Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #744e85, #bc7dc9, #d1a6f4, #e1b6f9, #fbbef3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #744e85, #bc7dc9, #d1a6f4, #e1b6f9, #fbbef3);
}

Astro color palette created on .