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: #b5a2c3;
}
.color-2 {
color: #a7c8b9;
}
.color-3 {
color: #b8e0d9;
}
.color-4 {
color: #f2d7b0;
}
.color-5 {
color: #e6b7c2;
}

/* CSS Variables */
:root {
--color-1: #b5a2c3;
--color-2: #a7c8b9;
--color-3: #b8e0d9;
--color-4: #f2d7b0;
--color-5: #e6b7c2;
}

CSS del degradado de fondo Whispers of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a2c3, #a7c8b9, #b8e0d9, #f2d7b0, #e6b7c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a2c3, #a7c8b9, #b8e0d9, #f2d7b0, #e6b7c2);
}

Whispers of Lavender color palette created on .