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: #2d498f;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #89b7e1;
}
.color-4 {
color: #b6e5f7;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #2d498f;
--color-2: #4a7cba;
--color-3: #89b7e1;
--color-4: #b6e5f7;
--color-5: #f5f9ff;
}

Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d498f, #4a7cba, #89b7e1, #b6e5f7, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d498f, #4a7cba, #89b7e1, #b6e5f7, #f5f9ff);
}

Blue Astro color palette created on .