Infected Color Palette

Discover the beautiful Infected color palette featuring haiti (#20102d), wine berry (#4c203e), camelot (#7a2e4d), cadillac (#aa5063) and charm (#d86f80).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Crimson, Coral, Pink, Magenta, Deep Autumn, 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: #20102d;
}
.color-2 {
color: #4c203e;
}
.color-3 {
color: #7a2e4d;
}
.color-4 {
color: #aa5063;
}
.color-5 {
color: #d86f80;
}

/* CSS Variables */
:root {
--color-1: #20102d;
--color-2: #4c203e;
--color-3: #7a2e4d;
--color-4: #aa5063;
--color-5: #d86f80;
}

🌈 Infected background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20102d, #4c203e, #7a2e4d, #aa5063, #d86f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20102d, #4c203e, #7a2e4d, #aa5063, #d86f80);
}

Infected color palette created on .