Blue Astro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Astro palette
Blue Astro color palette CSS
/* CSS */
.color-1 {
color: #387aff;
}
.color-2 {
color: #5cb3ff;
}
.color-3 {
color: #80d7ff;
}
.color-4 {
color: #9ee4ff;
}
.color-5 {
color: #c2f0ff;
}
/* CSS Variables */
:root {
--color-1: #387aff;
--color-2: #5cb3ff;
--color-3: #80d7ff;
--color-4: #9ee4ff;
--color-5: #c2f0ff;
}
Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #387aff, #5cb3ff, #80d7ff, #9ee4ff, #c2f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #387aff, #5cb3ff, #80d7ff, #9ee4ff, #c2f0ff);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Astro color palette created on .