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: #f3c4d0;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #d86f9a;
}
.color-4 {
color: #a76c89;
}
.color-5 {
color: #6e4d75;
}
/* CSS Variables */
:root {
--color-1: #f3c4d0;
--color-2: #f1a7b4;
--color-3: #d86f9a;
--color-4: #a76c89;
--color-5: #6e4d75;
}
CSS del degradado de fondo Whispers of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4d0, #f1a7b4, #d86f9a, #a76c89, #6e4d75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4d0, #f1a7b4, #d86f9a, #a76c89, #6e4d75);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Flor
Whispers of Spring color palette created on .