Paleta de colores Whispers of Lavender

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Lavender

/* CSS */
.color-1 {
color: #d5d3df;
}
.color-2 {
color: #a8a6b5;
}
.color-3 {
color: #7f7c9c;
}
.color-4 {
color: #bfa3c2;
}
.color-5 {
color: #e1c6d4;
}

/* CSS Variables */
:root {
--color-1: #d5d3df;
--color-2: #a8a6b5;
--color-3: #7f7c9c;
--color-4: #bfa3c2;
--color-5: #e1c6d4;
}

CSS del degradado de fondo Whispers of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d3df, #a8a6b5, #7f7c9c, #bfa3c2, #e1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d3df, #a8a6b5, #7f7c9c, #bfa3c2, #e1c6d4);
}

Whispers of Lavender color palette created on .