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