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: #4d8bff;
}
.color-2 {
color: #a3d3ff;
}
.color-3 {
color: #f0e2a3;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #4d8bff;
--color-2: #a3d3ff;
--color-3: #f0e2a3;
--color-4: #ff6b6b;
--color-5: #ffb84d;
}

Blue Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8bff, #a3d3ff, #f0e2a3, #ff6b6b, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8bff, #a3d3ff, #f0e2a3, #ff6b6b, #ffb84d);
}

Blue Astro color palette created on .