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