Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astro palette
Astro color palette PNG image
Astro color palette CSS
/* CSS */
.color-1 {
color: #493d99;
}
.color-2 {
color: #5d6cc0;
}
.color-3 {
color: #65b5f6;
}
.color-4 {
color: #80d3fa;
}
.color-5 {
color: #ffcc80;
}
/* CSS Variables */
:root {
--color-1: #493d99;
--color-2: #5d6cc0;
--color-3: #65b5f6;
--color-4: #80d3fa;
--color-5: #ffcc80;
}
Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493d99, #5d6cc0, #65b5f6, #80d3fa, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493d99, #5d6cc0, #65b5f6, #80d3fa, #ffcc80);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Astro color palette created on .