Vampire's Embrace Color Palette

Discover the beautiful Vampire's Embrace color palette featuring cannon pink (#7d3f6f), mulberry (#c25b8a), wewak (#f2a6a1), corvette (#f9d59f) and bossanova (#4e2d5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Boho, Bright, Pink, Violet 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 Vampire's Embrace palette

Share this palette to:

💻 Vampire's Embrace color palette CSS

/* CSS */
.color-1 {
color: #7d3f6f;
}
.color-2 {
color: #c25b8a;
}
.color-3 {
color: #f2a6a1;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #4e2d5d;
}

/* CSS Variables */
:root {
--color-1: #7d3f6f;
--color-2: #c25b8a;
--color-3: #f2a6a1;
--color-4: #f9d59f;
--color-5: #4e2d5d;
}

🌈 Vampire's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3f6f, #c25b8a, #f2a6a1, #f9d59f, #4e2d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3f6f, #c25b8a, #f2a6a1, #f9d59f, #4e2d5d);
}

Vampire's Embrace color palette created on .