Astronaut Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astronaut palette
Color Inspiration
Images that showcase this color palette in real designs
Download Astronaut Color Palette (PNG)
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);
}
Similar color palettes
Astronaut color palette created on .