Blue Astro Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Astro palette

Condividi questa palette a:

tavolozza dei colori Blue Astro CSS

/* CSS */
.color-1 {
color: #2d498f;
}
.color-2 {
color: #596dc0;
}
.color-3 {
color: #909ce0;
}
.color-4 {
color: #b2c9f0;
}
.color-5 {
color: #f7e4a1;
}

/* CSS Variables */
:root {
--color-1: #2d498f;
--color-2: #596dc0;
--color-3: #909ce0;
--color-4: #b2c9f0;
--color-5: #f7e4a1;
}

CSS con gradiente di sfondo Blue Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d498f, #596dc0, #909ce0, #b2c9f0, #f7e4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d498f, #596dc0, #909ce0, #b2c9f0, #f7e4a1);
}

Blue Astro color palette created on .