Paleta de colores Soft Spring
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Spring palette
CSS de la paleta de colores Soft Spring
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffe6d1;
}
.color-3 {
color: #ffccdd;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #a9e0b7;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe6d1;
--color-3: #ffccdd;
--color-4: #d9d9d9;
--color-5: #a9e0b7;
}
CSS del degradado de fondo Soft Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe6d1, #ffccdd, #d9d9d9, #a9e0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe6d1, #ffccdd, #d9d9d9, #a9e0b7);
}
Paletas de colores similares
Soft Spring color palette created on .