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: #1e1e76;
}
.color-2 {
color: #3b4cbf;
}
.color-3 {
color: #6c90f4;
}
.color-4 {
color: #a6c6f2;
}
.color-5 {
color: #f6e2a2;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3b4cbf;
--color-3: #6c90f4;
--color-4: #a6c6f2;
--color-5: #f6e2a2;
}

Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3b4cbf, #6c90f4, #a6c6f2, #f6e2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3b4cbf, #6c90f4, #a6c6f2, #f6e2a2);
}

Blue Astro color palette created on .