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: #bfa0d9;
}
.color-2 {
color: #a690b6;
}
.color-3 {
color: #9b76a7;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #502b50;
}
/* CSS Variables */
:root {
--color-1: #bfa0d9;
--color-2: #a690b6;
--color-3: #9b76a7;
--color-4: #704d7a;
--color-5: #502b50;
}
CSS del degradado de fondo Whispers of Wisteria
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa0d9, #a690b6, #9b76a7, #704d7a, #502b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa0d9, #a690b6, #9b76a7, #704d7a, #502b50);
}
Paletas de colores similares
Whispers of Wisteria color palette created on .