Astronaut Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astronaut palette

Share this palette to:

Astronaut color palette PNG image

Download astronaut color palette PNG image (landscape)
Download astronaut color palette PNG image (square)

Astronaut color palette CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #5d7ca8;
}
.color-4 {
color: #9eb5e0;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #3b4b8c;
--color-3: #5d7ca8;
--color-4: #9eb5e0;
--color-5: #f3f9fc;
}

Astronaut background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #3b4b8c, #5d7ca8, #9eb5e0, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #3b4b8c, #5d7ca8, #9eb5e0, #f3f9fc);
}

Astronaut color palette created on .