Paleta de colores Whispers of Lavender Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Lavender Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Lavender Dreams

/* CSS */
.color-1 {
color: #efe6e7;
}
.color-2 {
color: #ccb8d5;
}
.color-3 {
color: #9d90d0;
}
.color-4 {
color: #857a6f;
}
.color-5 {
color: #8365c3;
}

/* CSS Variables */
:root {
--color-1: #efe6e7;
--color-2: #ccb8d5;
--color-3: #9d90d0;
--color-4: #857a6f;
--color-5: #8365c3;
}

CSS del degradado de fondo Whispers of Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6e7, #ccb8d5, #9d90d0, #857a6f, #8365c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6e7, #ccb8d5, #9d90d0, #857a6f, #8365c3);
}

Whispers of Lavender Dreams color palette created on .