Paleta de colores Whispers of Lilac

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Lilac palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Lilac

/* CSS */
.color-1 {
color: #c3a0e4;
}
.color-2 {
color: #9f6bb8;
}
.color-3 {
color: #8a4c9a;
}
.color-4 {
color: #d2bae3;
}
.color-5 {
color: #e9c3e4;
}

/* CSS Variables */
:root {
--color-1: #c3a0e4;
--color-2: #9f6bb8;
--color-3: #8a4c9a;
--color-4: #d2bae3;
--color-5: #e9c3e4;
}

CSS del degradado de fondo Whispers of Lilac

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3a0e4, #9f6bb8, #8a4c9a, #d2bae3, #e9c3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3a0e4, #9f6bb8, #8a4c9a, #d2bae3, #e9c3e4);
}

Whispers of Lilac color palette created on .