Astronauta Color Palette

Discover the beautiful Astronauta color palette featuring blue violet (#696eba), logan (#a3aacc), periwinkle gray (#c0cbe2), link water (#d7e1f4) and black squeeze (#f7fbfc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Soft, Muted, Modern, Minimalist, Aesthetic 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 Astronauta palette

Share this palette to:

💻 Astronauta color palette CSS

/* CSS */
.color-1 {
color: #696eba;
}
.color-2 {
color: #a3aacc;
}
.color-3 {
color: #c0cbe2;
}
.color-4 {
color: #d7e1f4;
}
.color-5 {
color: #f7fbfc;
}

/* CSS Variables */
:root {
--color-1: #696eba;
--color-2: #a3aacc;
--color-3: #c0cbe2;
--color-4: #d7e1f4;
--color-5: #f7fbfc;
}

🌈 Astronauta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #696eba, #a3aacc, #c0cbe2, #d7e1f4, #f7fbfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #696eba, #a3aacc, #c0cbe2, #d7e1f4, #f7fbfc);
}

Astronauta color palette created on .