Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astro palette
Astro color palette PNG image
Astro color palette CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #4a4e8c;
}
.color-3 {
color: #707e99;
}
.color-4 {
color: #a1b2c4;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4a4e8c;
--color-3: #707e99;
--color-4: #a1b2c4;
--color-5: #f1f5f8;
}
Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4a4e8c, #707e99, #a1b2c4, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4a4e8c, #707e99, #a1b2c4, #f1f5f8);
}
Similar color palettes
Scroll down to explore 1000+ colors.cosmic color palettes
Astro color palette created on .