Purple Astro Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Astro palette

Condividi questa palette a:

tavolozza dei colori Purple Astro CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #8c6f9b;
}
.color-4 {
color: #d0a2d7;
}
.color-5 {
color: #f0b2c2;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b3e6f;
--color-3: #8c6f9b;
--color-4: #d0a2d7;
--color-5: #f0b2c2;
}

CSS con gradiente di sfondo Purple Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b3e6f, #8c6f9b, #d0a2d7, #f0b2c2);
}

Purple Astro color palette created on .