Lethal Company Flea Color Palette

Discover the beautiful Lethal Company Flea color palette featuring paco (#3e0f1a), tawny port (#7d2b3a), apple blossom (#a7444b), sunglo (#e67078) and apricot peach (#f8cab4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Pink, Bright, Feminine, Fun, Modern, Coastal, Earthy, Summer color palettes and combinations.

💡 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 Lethal Company Flea palette

Share this palette to:

💻 Lethal Company Flea color palette CSS

/* CSS */
.color-1 {
color: #3e0f1a;
}
.color-2 {
color: #7d2b3a;
}
.color-3 {
color: #a7444b;
}
.color-4 {
color: #e67078;
}
.color-5 {
color: #f8cab4;
}

/* CSS Variables */
:root {
--color-1: #3e0f1a;
--color-2: #7d2b3a;
--color-3: #a7444b;
--color-4: #e67078;
--color-5: #f8cab4;
}

🌈 Lethal Company Flea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f1a, #7d2b3a, #a7444b, #e67078, #f8cab4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f1a, #7d2b3a, #a7444b, #e67078, #f8cab4);
}

Lethal Company Flea color palette created on .