Paleta de colores Silence of the Lambs
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Silence of the Lambs palette
CSS de la paleta de colores Silence of the Lambs
/* CSS */
.color-1 {
color: #453636;
}
.color-2 {
color: #706261;
}
.color-3 {
color: #978a7d;
}
.color-4 {
color: #bdae9e;
}
.color-5 {
color: #dcc7bc;
}
/* CSS Variables */
:root {
--color-1: #453636;
--color-2: #706261;
--color-3: #978a7d;
--color-4: #bdae9e;
--color-5: #dcc7bc;
}
CSS del degradado de fondo Silence of the Lambs
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #453636, #706261, #978a7d, #bdae9e, #dcc7bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #453636, #706261, #978a7d, #bdae9e, #dcc7bc);
}
Paletas de colores similares
Silence of the Lambs color palette created on .