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: #a45eb0;
}
.color-2 {
color: #bd9fd5;
}
.color-3 {
color: #e0c2e0;
}
.color-4 {
color: #f1e5ff;
}
.color-5 {
color: #d9a1c8;
}

/* CSS Variables */
:root {
--color-1: #a45eb0;
--color-2: #bd9fd5;
--color-3: #e0c2e0;
--color-4: #f1e5ff;
--color-5: #d9a1c8;
}

CSS del degradado de fondo Whispers of Wisteria

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45eb0, #bd9fd5, #e0c2e0, #f1e5ff, #d9a1c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45eb0, #bd9fd5, #e0c2e0, #f1e5ff, #d9a1c8);
}

Whispers of Wisteria color palette created on .