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: #2d498f;
}
.color-2 {
color: #596dc0;
}
.color-3 {
color: #909ce0;
}
.color-4 {
color: #b2c9f0;
}
.color-5 {
color: #f7e4a1;
}
/* CSS Variables */
:root {
--color-1: #2d498f;
--color-2: #596dc0;
--color-3: #909ce0;
--color-4: #b2c9f0;
--color-5: #f7e4a1;
}
Blue Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d498f, #596dc0, #909ce0, #b2c9f0, #f7e4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d498f, #596dc0, #909ce0, #b2c9f0, #f7e4a1);
}
Similar color palettes
Blue Astro color palette created on .