Astro Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Astro palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Astro

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

tavolozza dei colori Astro CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3b4a8c;
}
.color-3 {
color: #587ebb;
}
.color-4 {
color: #87b8e8;
}
.color-5 {
color: #c6e9f1;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3b4a8c;
--color-3: #587ebb;
--color-4: #87b8e8;
--color-5: #c6e9f1;
}

CSS con gradiente di sfondo Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3b4a8c, #587ebb, #87b8e8, #c6e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3b4a8c, #587ebb, #87b8e8, #c6e9f1);
}

Astro color palette created on .