Paleta de colores Purple Astro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Astro palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Astro

/* CSS */
.color-1 {
color: #3c2e60;
}
.color-2 {
color: #5b4e8d;
}
.color-3 {
color: #8071cc;
}
.color-4 {
color: #9ea5e0;
}
.color-5 {
color: #f2d069;
}

/* CSS Variables */
:root {
--color-1: #3c2e60;
--color-2: #5b4e8d;
--color-3: #8071cc;
--color-4: #9ea5e0;
--color-5: #f2d069;
}

CSS del degradado de fondo Purple Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2e60, #5b4e8d, #8071cc, #9ea5e0, #f2d069);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2e60, #5b4e8d, #8071cc, #9ea5e0, #f2d069);
}

Purple Astro color palette created on .