Infected Color Palette

Discover the beautiful Infected color palette featuring lotus (#7e3e3a), fuzzy wuzzy brown (#c1504e), tonys pink (#e68e89), mandys pink (#f1b7b1) and vanilla ice (#f2d5d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Fun, Pink, Red, Summer, Vibrant 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 Infected palette

Share this palette to:

💻 Infected color palette CSS

/* CSS */
.color-1 {
color: #7e3e3a;
}
.color-2 {
color: #c1504e;
}
.color-3 {
color: #e68e89;
}
.color-4 {
color: #f1b7b1;
}
.color-5 {
color: #f2d5d4;
}

/* CSS Variables */
:root {
--color-1: #7e3e3a;
--color-2: #c1504e;
--color-3: #e68e89;
--color-4: #f1b7b1;
--color-5: #f2d5d4;
}

🌈 Infected background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3e3a, #c1504e, #e68e89, #f1b7b1, #f2d5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3e3a, #c1504e, #e68e89, #f1b7b1, #f2d5d4);
}

Infected color palette created on .