Bloody Emmet Color Palette

Discover the beautiful Bloody Emmet color palette featuring old brick (#8d1c1c), fuzzy wuzzy brown (#c15353), cavern pink (#e4b9b9), we peep (#f5d1d1) and rose white (#fff5f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Flower, Fun, Light, Red, Soft, 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 Bloody Emmet palette

Share this palette to:

💻 Bloody Emmet color palette CSS

/* CSS */
.color-1 {
color: #8d1c1c;
}
.color-2 {
color: #c15353;
}
.color-3 {
color: #e4b9b9;
}
.color-4 {
color: #f5d1d1;
}
.color-5 {
color: #fff5f5;
}

/* CSS Variables */
:root {
--color-1: #8d1c1c;
--color-2: #c15353;
--color-3: #e4b9b9;
--color-4: #f5d1d1;
--color-5: #fff5f5;
}

🌈 Bloody Emmet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d1c1c, #c15353, #e4b9b9, #f5d1d1, #fff5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d1c1c, #c15353, #e4b9b9, #f5d1d1, #fff5f5);
}

Bloody Emmet color palette created on .