Blue Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Astro palette
Blue Astro color palette PNG image
Blue Astro color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b5ca0;
}
.color-3 {
color: #6c8fac;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #e1f2f4;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b5ca0;
--color-3: #6c8fac;
--color-4: #a1c6d4;
--color-5: #e1f2f4;
}
Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b5ca0, #6c8fac, #a1c6d4, #e1f2f4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Astro color palette created on .