Paleta de colores Whispers of Lillith

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Lillith palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Lillith

/* CSS */
.color-1 {
color: #f5a8d4;
}
.color-2 {
color: #f9c3e1;
}
.color-3 {
color: #f7e0a6;
}
.color-4 {
color: #e0af61;
}
.color-5 {
color: #d29f83;
}

/* CSS Variables */
:root {
--color-1: #f5a8d4;
--color-2: #f9c3e1;
--color-3: #f7e0a6;
--color-4: #e0af61;
--color-5: #d29f83;
}

CSS del degradado de fondo Whispers of Lillith

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8d4, #f9c3e1, #f7e0a6, #e0af61, #d29f83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8d4, #f9c3e1, #f7e0a6, #e0af61, #d29f83);
}

Whispers of Lillith color palette created on .