Lethal Company カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lethal Company palette

このパレットを共有する先:

Lethal Company カラーパレット 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 の背景のグラデーション 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 .