Purple Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Astro palette
Purple Astro color palette CSS
/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #8c6f9b;
}
.color-4 {
color: #d0a2d7;
}
.color-5 {
color: #f0b2c2;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b3e6f;
--color-3: #8c6f9b;
--color-4: #d0a2d7;
--color-5: #f0b2c2;
}
Purple Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}
Similar color palettes
Purple Astro color palette created on .