Paleta de colores Language of the Lost
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Language of the Lost palette
CSS de la paleta de colores Language of the Lost
/* CSS */
.color-1 {
color: #4a4d8c;
}
.color-2 {
color: #6a809a;
}
.color-3 {
color: #b6c9d8;
}
.color-4 {
color: #f3cebf;
}
.color-5 {
color: #e1a8b8;
}
/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #6a809a;
--color-3: #b6c9d8;
--color-4: #f3cebf;
--color-5: #e1a8b8;
}
CSS del degradado de fondo Language of the Lost
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #6a809a, #b6c9d8, #f3cebf, #e1a8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #6a809a, #b6c9d8, #f3cebf, #e1a8b8);
}
Paletas de colores similares
Language of the Lost color palette created on .