The Part Where He Kills You Color Palette

Discover the beautiful The Part Where He Kills You color palette featuring hibiscus (#b12b51), burnt sienna (#f06f5c), casablanca (#f4b943), feijoa (#a6d97d) and breaker bay (#4f9c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Orange, Pink, Red, Teal, Vibrant, Yellow 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 The Part Where He Kills You palette

Share this palette to:

💻 The Part Where He Kills You color palette CSS

/* CSS */
.color-1 {
color: #b12b51;
}
.color-2 {
color: #f06f5c;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #a6d97d;
}
.color-5 {
color: #4f9c8d;
}

/* CSS Variables */
:root {
--color-1: #b12b51;
--color-2: #f06f5c;
--color-3: #f4b943;
--color-4: #a6d97d;
--color-5: #4f9c8d;
}

🌈 The Part Where He Kills You background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b12b51, #f06f5c, #f4b943, #a6d97d, #4f9c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b12b51, #f06f5c, #f4b943, #a6d97d, #4f9c8d);
}

The Part Where He Kills You color palette created on .