Purple Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Astro palette

Share this palette to:

Purple Astro color palette CSS

/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #3a2c6d;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #9b6eb9;
}
.color-5 {
color: #d2a3e6;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #3a2c6d;
--color-3: #6a4e8d;
--color-4: #9b6eb9;
--color-5: #d2a3e6;
}

Purple Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #3a2c6d, #6a4e8d, #9b6eb9, #d2a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #3a2c6d, #6a4e8d, #9b6eb9, #d2a3e6);
}

Purple Astro color palette created on .