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: #ffffff;
}
.color-2 {
color: #edebf4;
}
.color-3 {
color: #d7daef;
}
.color-4 {
color: #c0c1e2;
}
.color-5 {
color: #a0a1cf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #edebf4;
--color-3: #d7daef;
--color-4: #c0c1e2;
--color-5: #a0a1cf;
}

CSS del degradado de fondo Whispers of Lavender Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #edebf4, #d7daef, #c0c1e2, #a0a1cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #edebf4, #d7daef, #c0c1e2, #a0a1cf);
}

Whispers of Lavender Sky color palette created on .