Paleta de colores Whispers of Spring
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Spring palette
CSS de la paleta de colores Whispers of Spring
/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #d7e0de;
}
.color-3 {
color: #fabd05;
}
.color-4 {
color: #b9b8a6;
}
.color-5 {
color: #8eb762;
}
/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #d7e0de;
--color-3: #fabd05;
--color-4: #b9b8a6;
--color-5: #8eb762;
}
CSS del degradado de fondo Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #d7e0de, #fabd05, #b9b8a6, #8eb762);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #d7e0de, #fabd05, #b9b8a6, #8eb762);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 8 paletas de colores Soft green
Whispers of Spring color palette created on .