Paleta de colores Whispers of Wisteria

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Wisteria

/* CSS */
.color-1 {
color: #d7c4e3;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b58bc6;
}
.color-4 {
color: #a76fb8;
}
.color-5 {
color: #9c5e9c;
}

/* CSS Variables */
:root {
--color-1: #d7c4e3;
--color-2: #caa2dd;
--color-3: #b58bc6;
--color-4: #a76fb8;
--color-5: #9c5e9c;
}

CSS del degradado de fondo Whispers of Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4e3, #caa2dd, #b58bc6, #a76fb8, #9c5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4e3, #caa2dd, #b58bc6, #a76fb8, #9c5e9c);
}

Whispers of Wisteria color palette created on .