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