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: #4b91e2;
}
.color-2 {
color: #5db7e5;
}
.color-3 {
color: #84d6e7;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e04f38;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5db7e5;
--color-3: #84d6e7;
--color-4: #f1c84b;
--color-5: #e04f38;
}
Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5db7e5, #84d6e7, #f1c84b, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5db7e5, #84d6e7, #f1c84b, #e04f38);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Astro color palette created on .