Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro palette

Share this palette to:

Astro color palette PNG image

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

Astro color palette CSS

/* CSS */
.color-1 {
color: #1b1b79;
}
.color-2 {
color: #3c3cbe;
}
.color-3 {
color: #6060e6;
}
.color-4 {
color: #7a7aff;
}
.color-5 {
color: #b3b3ff;
}

/* CSS Variables */
:root {
--color-1: #1b1b79;
--color-2: #3c3cbe;
--color-3: #6060e6;
--color-4: #7a7aff;
--color-5: #b3b3ff;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b79, #3c3cbe, #6060e6, #7a7aff, #b3b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b79, #3c3cbe, #6060e6, #7a7aff, #b3b3ff);
}

Astro color palette created on .