Astro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro palette

Share this palette to:

Astro color palette PNG image

Download astro color palette PNG image (landscape)
Download astro color palette PNG image (square)

Astro color palette CSS

/* CSS */
.color-1 {
color: #2b3d5a;
}
.color-2 {
color: #4a6b8c;
}
.color-3 {
color: #6b9db3;
}
.color-4 {
color: #a3d4e0;
}
.color-5 {
color: #f5f7f9;
}

/* CSS Variables */
:root {
--color-1: #2b3d5a;
--color-2: #4a6b8c;
--color-3: #6b9db3;
--color-4: #a3d4e0;
--color-5: #f5f7f9;
}

Astro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d5a, #4a6b8c, #6b9db3, #a3d4e0, #f5f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d5a, #4a6b8c, #6b9db3, #a3d4e0, #f5f7f9);
}

Astro color palette created on .