Vampire Squid Color Palette

Discover the beautiful Vampire Squid color palette featuring cedar (#3c1021), persian plum (#6d1c2a), night shadz (#a03b4e), charm (#d1718c) and wewak (#f0a3c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMaroon, Burgundy, Pink, Red, Deep, Bright, Octopus 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 Squid palette

Share this palette to:

💻 Vampire Squid color palette CSS

/* CSS */
.color-1 {
color: #3c1021;
}
.color-2 {
color: #6d1c2a;
}
.color-3 {
color: #a03b4e;
}
.color-4 {
color: #d1718c;
}
.color-5 {
color: #f0a3c0;
}

/* CSS Variables */
:root {
--color-1: #3c1021;
--color-2: #6d1c2a;
--color-3: #a03b4e;
--color-4: #d1718c;
--color-5: #f0a3c0;
}

🌈 Vampire Squid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1021, #6d1c2a, #a03b4e, #d1718c, #f0a3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1021, #6d1c2a, #a03b4e, #d1718c, #f0a3c0);
}

Vampire Squid color palette created on .