Silence of the Lambs Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silence of the Lambs palette
Silence of the Lambs color palette CSS
/* 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;
}
Silence of the Lambs background gradient CSS
/* 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);
}
Similar color palettes
Silence of the Lambs color palette created on .