Lethal Company Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lethal Company palette

Share this palette to:

Lethal Company color palette CSS

/* CSS */
.color-1 {
color: #57575b;
}
.color-2 {
color: #6e6f72;
}
.color-3 {
color: #646568;
}
.color-4 {
color: #828487;
}
.color-5 {
color: #727479;
}

/* CSS Variables */
:root {
--color-1: #57575b;
--color-2: #6e6f72;
--color-3: #646568;
--color-4: #828487;
--color-5: #727479;
}

Lethal Company background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #57575b, #6e6f72, #646568, #828487, #727479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #57575b, #6e6f72, #646568, #828487, #727479);
}

Lethal Company color palette created on .