Mr Bloody Color Palette

Discover the beautiful Mr Bloody color palette featuring finn (#682c42), solid pink (#8c3b4e), cadillac (#b1596c), rose fog (#e6b7c1) and azalea (#f9d4d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Deep, Feminine, Red, Soft, Vintage 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 Mr Bloody palette

Share this palette to:

💻 Mr Bloody color palette CSS

/* CSS */
.color-1 {
color: #682c42;
}
.color-2 {
color: #8c3b4e;
}
.color-3 {
color: #b1596c;
}
.color-4 {
color: #e6b7c1;
}
.color-5 {
color: #f9d4d2;
}

/* CSS Variables */
:root {
--color-1: #682c42;
--color-2: #8c3b4e;
--color-3: #b1596c;
--color-4: #e6b7c1;
--color-5: #f9d4d2;
}

🌈 Mr Bloody background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c42, #8c3b4e, #b1596c, #e6b7c1, #f9d4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c42, #8c3b4e, #b1596c, #e6b7c1, #f9d4d2);
}

Mr Bloody color palette created on .