Astronaut Color Palette
Discover the beautiful Astronaut color palette featuring chambray (#3b4f91), waikawa gray (#5e6fa1), logan (#9ea2c7), casablanca (#f7c94b) and flamingo (#f15d3b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Blue, Bright, Cosmic, Exploration, Gray, Red, Space 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 Astronaut palette
๐ป Astronaut color palette CSS
/* CSS */
.color-1 {
color: #3b4f91;
}
.color-2 {
color: #5e6fa1;
}
.color-3 {
color: #9ea2c7;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #f15d3b;
}
/* CSS Variables */
:root {
--color-1: #3b4f91;
--color-2: #5e6fa1;
--color-3: #9ea2c7;
--color-4: #f7c94b;
--color-5: #f15d3b;
} ๐ Astronaut background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4f91, #5e6fa1, #9ea2c7, #f7c94b, #f15d3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4f91, #5e6fa1, #9ea2c7, #f7c94b, #f15d3b);
} ๐ Explore similar color palettes
Astronaut color palette created on .