Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro palette

Share this palette to:

Astro color palette CSS

/* CSS */
.color-1 {
color: #978aad;
}
.color-2 {
color: #b9b0d4;
}
.color-3 {
color: #d0ceed;
}
.color-4 {
color: #e0d9f2;
}
.color-5 {
color: #f3d8ef;
}

/* CSS Variables */
:root {
--color-1: #978aad;
--color-2: #b9b0d4;
--color-3: #d0ceed;
--color-4: #e0d9f2;
--color-5: #f3d8ef;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #978aad, #b9b0d4, #d0ceed, #e0d9f2, #f3d8ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #978aad, #b9b0d4, #d0ceed, #e0d9f2, #f3d8ef);
}

Similar color palettes

Astro color palette created on .