Paleta de colores Astro
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Astro palette
CSS de la paleta de colores Astro
/* CSS */
.color-1 {
color: #434698;
}
.color-2 {
color: #7176d0;
}
.color-3 {
color: #93a2f1;
}
.color-4 {
color: #b6b1f6;
}
.color-5 {
color: #f0baf2;
}
/* CSS Variables */
:root {
--color-1: #434698;
--color-2: #7176d0;
--color-3: #93a2f1;
--color-4: #b6b1f6;
--color-5: #f0baf2;
}
CSS del degradado de fondo Astro
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #434698, #7176d0, #93a2f1, #b6b1f6, #f0baf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #434698, #7176d0, #93a2f1, #b6b1f6, #f0baf2);
}
Paletas de colores similares
Astro color palette created on .