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: #0e0b6b;
}
.color-2 {
color: #261dd3;
}
.color-3 {
color: #7069f2;
}
.color-4 {
color: #af76f4;
}
.color-5 {
color: #f77df1;
}

/* CSS Variables */
:root {
--color-1: #0e0b6b;
--color-2: #261dd3;
--color-3: #7069f2;
--color-4: #af76f4;
--color-5: #f77df1;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0b6b, #261dd3, #7069f2, #af76f4, #f77df1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0b6b, #261dd3, #7069f2, #af76f4, #f77df1);
}

Astro color palette created on .