Paleta de colores Whispers of Springtime
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Springtime palette
Image Gallery
CSS de la paleta de colores Whispers of Springtime
/* CSS */
.color-1 {
color: #f0f1ef;
}
.color-2 {
color: #c9dcf2;
}
.color-3 {
color: #b9d3f9;
}
.color-4 {
color: #d5d2a4;
}
.color-5 {
color: #e2d13c;
}
/* CSS Variables */
:root {
--color-1: #f0f1ef;
--color-2: #c9dcf2;
--color-3: #b9d3f9;
--color-4: #d5d2a4;
--color-5: #e2d13c;
}
CSS del degradado de fondo Whispers of Springtime
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f1ef, #c9dcf2, #b9d3f9, #d5d2a4, #e2d13c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f1ef, #c9dcf2, #b9d3f9, #d5d2a4, #e2d13c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Light gray
Whispers of Springtime color palette created on .