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