Astronauta Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astronauta palette
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);
}
Similar color palettes
Astronauta color palette created on .