Paleta de colores Whispers of Softness
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Softness palette
CSS de la paleta de colores Whispers of Softness
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbf7f4;
}
.color-3 {
color: #f5f2f0;
}
.color-4 {
color: #f0eeeb;
}
.color-5 {
color: #e4e2e2;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbf7f4;
--color-3: #f5f2f0;
--color-4: #f0eeeb;
--color-5: #e4e2e2;
}
CSS del degradado de fondo Whispers of Softness
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbf7f4, #f5f2f0, #f0eeeb, #e4e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbf7f4, #f5f2f0, #f0eeeb, #e4e2e2);
}
Paletas de colores similares
Whispers of Softness color palette created on .