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