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