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: #4c2d86;
}
.color-3 {
color: #704f8c;
}
.color-4 {
color: #a07dba;
}
.color-5 {
color: #d1b3e0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c2d86;
--color-3: #704f8c;
--color-4: #a07dba;
--color-5: #d1b3e0;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c2d86, #704f8c, #a07dba, #d1b3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c2d86, #704f8c, #a07dba, #d1b3e0);
}

Astro color palette created on .