Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro palette

Share this palette to:

Astro color palette CSS

/* CSS */
.color-1 {
color: #1f203d;
}
.color-2 {
color: #292f6a;
}
.color-3 {
color: #495e9c;
}
.color-4 {
color: #87a3d4;
}
.color-5 {
color: #c8e0f4;
}

/* CSS Variables */
:root {
--color-1: #1f203d;
--color-2: #292f6a;
--color-3: #495e9c;
--color-4: #87a3d4;
--color-5: #c8e0f4;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f203d, #292f6a, #495e9c, #87a3d4, #c8e0f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f203d, #292f6a, #495e9c, #87a3d4, #c8e0f4);
}

Similar color palettes

Scroll down to explore 4 Cosmic color palettes

Astro color palette created on .