Astro Novalte Color Palette

Discover the beautiful Astro Novalte color palette featuring deluge (#8061aa), lavender purple (#a17eb2), east side (#bc97c8), french lilac (#e1c2ea) and blue chalk (#f8e2fe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Elegant, Lavender, Modern, Pink, Purple, Soft, Warm 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 Novalte palette

Share this palette to:

💻 Astro Novalte color palette CSS

/* CSS */
.color-1 {
color: #8061aa;
}
.color-2 {
color: #a17eb2;
}
.color-3 {
color: #bc97c8;
}
.color-4 {
color: #e1c2ea;
}
.color-5 {
color: #f8e2fe;
}

/* CSS Variables */
:root {
--color-1: #8061aa;
--color-2: #a17eb2;
--color-3: #bc97c8;
--color-4: #e1c2ea;
--color-5: #f8e2fe;
}

🌈 Astro Novalte background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8061aa, #a17eb2, #bc97c8, #e1c2ea, #f8e2fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8061aa, #a17eb2, #bc97c8, #e1c2ea, #f8e2fe);
}

Astro Novalte color palette created on .