Paleta de colores Lilly of the Valley
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lilly of the Valley palette
CSS de la paleta de colores Lilly of the Valley
/* CSS */
.color-1 {
color: #eaf0eb;
}
.color-2 {
color: #d6e6df;
}
.color-3 {
color: #c1dcd6;
}
.color-4 {
color: #a3cccc;
}
.color-5 {
color: #89bbbd;
}
/* CSS Variables */
:root {
--color-1: #eaf0eb;
--color-2: #d6e6df;
--color-3: #c1dcd6;
--color-4: #a3cccc;
--color-5: #89bbbd;
}
CSS del degradado de fondo Lilly of the Valley
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf0eb, #d6e6df, #c1dcd6, #a3cccc, #89bbbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf0eb, #d6e6df, #c1dcd6, #a3cccc, #89bbbd);
}
Paletas de colores similares
Lilly of the Valley color palette created on .