Alien Astronauta Color Palette

Discover the beautiful Alien Astronauta color palette featuring tom thumb (#42553a), avocado (#8a9b63), sprout (#b9dbb1), sandwisp (#f7f4a7) and koromiko (#fdb760).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber 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 Alien Astronauta palette

Share this palette to:

๐Ÿ’ป Alien Astronauta color palette CSS

/* CSS */
.color-1 {
color: #42553a;
}
.color-2 {
color: #8a9b63;
}
.color-3 {
color: #b9dbb1;
}
.color-4 {
color: #f7f4a7;
}
.color-5 {
color: #fdb760;
}

/* CSS Variables */
:root {
--color-1: #42553a;
--color-2: #8a9b63;
--color-3: #b9dbb1;
--color-4: #f7f4a7;
--color-5: #fdb760;
}

๐ŸŒˆ Alien Astronauta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42553a, #8a9b63, #b9dbb1, #f7f4a7, #fdb760);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42553a, #8a9b63, #b9dbb1, #f7f4a7, #fdb760);
}

Alien Astronauta color palette created on .