Paleta de colores Spring
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Spring palette
Imagen PNG de la paleta de colores Spring
CSS de la paleta de colores Spring
/* CSS */
.color-1 {
color: #6fd3c0;
}
.color-2 {
color: #a7e2b4;
}
.color-3 {
color: #f8e29b;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #f57088;
}
/* CSS Variables */
:root {
--color-1: #6fd3c0;
--color-2: #a7e2b4;
--color-3: #f8e29b;
--color-4: #f5b9a3;
--color-5: #f57088;
}
CSS del degradado de fondo Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd3c0, #a7e2b4, #f8e29b, #f5b9a3, #f57088);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd3c0, #a7e2b4, #f8e29b, #f5b9a3, #f57088);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Primavera
Spring color palette created on .