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: #1e1f4d;
}
.color-2 {
color: #4c5b85;
}
.color-3 {
color: #6f8b8a;
}
.color-4 {
color: #a5c6d5;
}
.color-5 {
color: #f7e8ca;
}

/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #4c5b85;
--color-3: #6f8b8a;
--color-4: #a5c6d5;
--color-5: #f7e8ca;
}

Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #4c5b85, #6f8b8a, #a5c6d5, #f7e8ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #4c5b85, #6f8b8a, #a5c6d5, #f7e8ca);
}

Blue Astro color palette created on .