Astro Novalite♡ Color Palette

Discover the beautiful Astro Novalite♡ color palette featuring ship gray (#423e47), scarpa flow (#5c595f), mobster (#7e7981), aluminium (#a4a8b6) and albescent white (#f4e8cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Neutral, Soft, Muted, Beige, Earthy, Vintage, Warm, Modern 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 Novalite♡ palette

Share this palette to:

💻 Astro Novalite♡ color palette CSS

/* CSS */
.color-1 {
color: #423e47;
}
.color-2 {
color: #5c595f;
}
.color-3 {
color: #7e7981;
}
.color-4 {
color: #a4a8b6;
}
.color-5 {
color: #f4e8cd;
}

/* CSS Variables */
:root {
--color-1: #423e47;
--color-2: #5c595f;
--color-3: #7e7981;
--color-4: #a4a8b6;
--color-5: #f4e8cd;
}

🌈 Astro Novalite♡ background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}

Astro Novalite♡ color palette created on .