Paleta de colores Whispers of Lavender Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Lavender Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Lavender Sky

/* CSS */
.color-1 {
color: #f9f7fd;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #a8a1b5;
}
.color-4 {
color: #7e6eaa;
}
.color-5 {
color: #4f5c8c;
}

/* CSS Variables */
:root {
--color-1: #f9f7fd;
--color-2: #d1c5e7;
--color-3: #a8a1b5;
--color-4: #7e6eaa;
--color-5: #4f5c8c;
}

CSS del degradado de fondo Whispers of Lavender Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7fd, #d1c5e7, #a8a1b5, #7e6eaa, #4f5c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7fd, #d1c5e7, #a8a1b5, #7e6eaa, #4f5c8c);
}

Whispers of Lavender Sky color palette created on .