Paleta de colores Lost in the Halls
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Lost in the Halls palette
CSS de la paleta de colores Lost in the Halls
/* CSS */
.color-1 {
color: #b6b55d;
}
.color-2 {
color: #a26f3f;
}
.color-3 {
color: #893b29;
}
.color-4 {
color: #b1a44e;
}
.color-5 {
color: #d6c8a8;
}
/* CSS Variables */
:root {
--color-1: #b6b55d;
--color-2: #a26f3f;
--color-3: #893b29;
--color-4: #b1a44e;
--color-5: #d6c8a8;
}
CSS del degradado de fondo Lost in the Halls
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6b55d, #a26f3f, #893b29, #b1a44e, #d6c8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6b55d, #a26f3f, #893b29, #b1a44e, #d6c8a8);
}
Paletas de colores similares
Lost in the Halls color palette created on .