Vampire Color Palette
Discover the beautiful Vampire color palette featuring maroon oak (#4b0c0f), old brick (#8d1c21), fuzzy wuzzy brown (#c84c4e), blossom (#d9b4c6) and vanilla ice (#f5e0e4).
Brightness
Saturation
Warmth
๐ก 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 palette
๐ป Vampire color palette CSS
/* CSS */
.color-1 {
color: #4b0c0f;
}
.color-2 {
color: #8d1c21;
}
.color-3 {
color: #c84c4e;
}
.color-4 {
color: #d9b4c6;
}
.color-5 {
color: #f5e0e4;
}
/* CSS Variables */
:root {
--color-1: #4b0c0f;
--color-2: #8d1c21;
--color-3: #c84c4e;
--color-4: #d9b4c6;
--color-5: #f5e0e4;
}
๐ Vampire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0f, #8d1c21, #c84c4e, #d9b4c6, #f5e0e4);
}
๐ Explore similar color palettes
Vampire color palette created on .