Bloody White Rose Color Palette

Discover the beautiful Bloody White Rose color palette featuring cameo (#d9b7a6), contessa (#c8706a), apple blossom (#b04f4a), buccaneer (#6d2c2d) and tamarind (#3c1a1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bloody, Earthy, Pink, Red, Soft, 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 White Rose palette

Share this palette to:

💻 Bloody White Rose color palette CSS

/* CSS */
.color-1 {
color: #d9b7a6;
}
.color-2 {
color: #c8706a;
}
.color-3 {
color: #b04f4a;
}
.color-4 {
color: #6d2c2d;
}
.color-5 {
color: #3c1a1c;
}

/* CSS Variables */
:root {
--color-1: #d9b7a6;
--color-2: #c8706a;
--color-3: #b04f4a;
--color-4: #6d2c2d;
--color-5: #3c1a1c;
}

🌈 Bloody White Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b7a6, #c8706a, #b04f4a, #6d2c2d, #3c1a1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b7a6, #c8706a, #b04f4a, #6d2c2d, #3c1a1c);
}

Bloody White Rose color palette created on .