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: #1f1b79;
}
.color-2 {
color: #4c3c9a;
}
.color-3 {
color: #7c5fb9;
}
.color-4 {
color: #a67edd;
}
.color-5 {
color: #d7a6f7;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c3c9a;
--color-3: #7c5fb9;
--color-4: #a67edd;
--color-5: #d7a6f7;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c3c9a, #7c5fb9, #a67edd, #d7a6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c3c9a, #7c5fb9, #a67edd, #d7a6f7);
}

Astro color palette created on .