Silence of the Lambs Color Palette
Discover the beautiful Silence of the Lambs color palette featuring woody brown (#433535), dorado (#6f6160), pale oyster (#968a7d), malta (#beaf9f) and wafer (#ddc8bd).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Silence of the Lambs palette
💻 Silence of the Lambs color palette CSS
/* CSS */
.color-1 {
color: #433535;
}
.color-2 {
color: #6f6160;
}
.color-3 {
color: #968a7d;
}
.color-4 {
color: #beaf9f;
}
.color-5 {
color: #ddc8bd;
}
/* CSS Variables */
:root {
--color-1: #433535;
--color-2: #6f6160;
--color-3: #968a7d;
--color-4: #beaf9f;
--color-5: #ddc8bd;
} 🌈 Silence of the Lambs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #433535, #6f6160, #968a7d, #beaf9f, #ddc8bd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #433535, #6f6160, #968a7d, #beaf9f, #ddc8bd);
} 🔗 Explore similar color palettes
Silence of the Lambs color palette created on .