Blue Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Astro palette

Share this palette to:

Blue Astro color palette CSS

/* CSS */
.color-1 {
color: #1f3c7a;
}
.color-2 {
color: #3f5d92;
}
.color-3 {
color: #5c7da3;
}
.color-4 {
color: #8fb2c1;
}
.color-5 {
color: #b5d6e3;
}

/* CSS Variables */
:root {
--color-1: #1f3c7a;
--color-2: #3f5d92;
--color-3: #5c7da3;
--color-4: #8fb2c1;
--color-5: #b5d6e3;
}

Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c7a, #3f5d92, #5c7da3, #8fb2c1, #b5d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c7a, #3f5d92, #5c7da3, #8fb2c1, #b5d6e3);
}

Blue Astro color palette created on .