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: #d6b0e8;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b99dd7;
}
.color-4 {
color: #a78bcb;
}
.color-5 {
color: #a36bbd;
}

/* CSS Variables */
:root {
--color-1: #d6b0e8;
--color-2: #caa2dd;
--color-3: #b99dd7;
--color-4: #a78bcb;
--color-5: #a36bbd;
}

CSS del degradado de fondo Whispers of Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b0e8, #caa2dd, #b99dd7, #a78bcb, #a36bbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b0e8, #caa2dd, #b99dd7, #a78bcb, #a36bbd);
}

Whispers of Wisteria color palette created on .