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: #5c6b99;
}
.color-3 {
color: #8f9fc1;
}
.color-4 {
color: #a1c5e2;
}
.color-5 {
color: #e0e8f5;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #5c6b99;
--color-3: #8f9fc1;
--color-4: #a1c5e2;
--color-5: #e0e8f5;
}

CSS con gradiente di sfondo Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #5c6b99, #8f9fc1, #a1c5e2, #e0e8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #5c6b99, #8f9fc1, #a1c5e2, #e0e8f5);
}

Astro color palette created on .