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: #1e1e4d;
}
.color-2 {
color: #2b2b73;
}
.color-3 {
color: #494992;
}
.color-4 {
color: #8d8db4;
}
.color-5 {
color: #e4e4f1;
}

/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #2b2b73;
--color-3: #494992;
--color-4: #8d8db4;
--color-5: #e4e4f1;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #2b2b73, #494992, #8d8db4, #e4e4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #2b2b73, #494992, #8d8db4, #e4e4f1);
}

Astro color palette created on .