Loading...
Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astro palette
Download Astro Color Palette (PNG)
Astro color palette CSS
/* CSS */
.color-1 {
color: #0c0f2d;
}
.color-2 {
color: #182767;
}
.color-3 {
color: #24448f;
}
.color-4 {
color: #3462a8;
}
.color-5 {
color: #4884ad;
}
/* CSS Variables */
:root {
--color-1: #0c0f2d;
--color-2: #182767;
--color-3: #24448f;
--color-4: #3462a8;
--color-5: #4884ad;
}
Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c0f2d, #182767, #24448f, #3462a8, #4884ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c0f2d, #182767, #24448f, #3462a8, #4884ad);
}
Similar color palettes
Astro color palette created on .