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: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #f5f1f0;
}
.color-4 {
color: #d8ddd5;
}
.color-5 {
color: #85fb0e;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f5f1f0;
--color-4: #d8ddd5;
--color-5: #85fb0e;
}
CSS del degradado de fondo Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f5f1f0, #d8ddd5, #85fb0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f5f1f0, #d8ddd5, #85fb0e);
}
Paletas de colores similares
Whispers of Spring color palette created on .