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: #a8d3e1;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #f6daa2;
}
.color-4 {
color: #e1ae7f;
}
.color-5 {
color: #c9604f;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1b3a7;
--color-3: #f6daa2;
--color-4: #e1ae7f;
--color-5: #c9604f;
}
CSS del degradado de fondo Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1b3a7, #f6daa2, #e1ae7f, #c9604f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1b3a7, #f6daa2, #e1ae7f, #c9604f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Estético
Whispers of Spring color palette created on .