Twitch Color Palette

Discover the beautiful Twitch color palette featuring brick red (#ca2b3d), mandy (#e75076), wisteria (#995ab5), royal purple (#8b3fab) and bossanova (#5c316d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Magenta, Pink, Purple, Red, 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 Twitch palette

Share this palette to:

💻 Twitch color palette CSS

/* CSS */
.color-1 {
color: #ca2b3d;
}
.color-2 {
color: #e75076;
}
.color-3 {
color: #995ab5;
}
.color-4 {
color: #8b3fab;
}
.color-5 {
color: #5c316d;
}

/* CSS Variables */
:root {
--color-1: #ca2b3d;
--color-2: #e75076;
--color-3: #995ab5;
--color-4: #8b3fab;
--color-5: #5c316d;
}

🌈 Twitch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca2b3d, #e75076, #995ab5, #8b3fab, #5c316d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca2b3d, #e75076, #995ab5, #8b3fab, #5c316d);
}

Twitch color palette created on .