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: #1c3b6d;
}
.color-2 {
color: #4b5b81;
}
.color-3 {
color: #7f8ba4;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #4b5b81;
--color-3: #7f8ba4;
--color-4: #f1a8a2;
--color-5: #ffcb5c;
}
Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #4b5b81, #7f8ba4, #f1a8a2, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #4b5b81, #7f8ba4, #f1a8a2, #ffcb5c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Astro color palette created on .