Vampiric Gold Color Palette
Discover the beautiful Vampiric Gold color palette featuring golden grass (#d4a625), lemon ginger (#b49422), hacienda (#8a7c1e), fern frond (#696b1f) and thatch green (#4b4b1b).
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 Vampiric Gold palette
๐ป Vampiric Gold color palette CSS
/* CSS */
.color-1 {
color: #d4a625;
}
.color-2 {
color: #b49422;
}
.color-3 {
color: #8a7c1e;
}
.color-4 {
color: #696b1f;
}
.color-5 {
color: #4b4b1b;
}
/* CSS Variables */
:root {
--color-1: #d4a625;
--color-2: #b49422;
--color-3: #8a7c1e;
--color-4: #696b1f;
--color-5: #4b4b1b;
} ๐ Vampiric Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a625, #b49422, #8a7c1e, #696b1f, #4b4b1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a625, #b49422, #8a7c1e, #696b1f, #4b4b1b);
} ๐ Explore similar color palettes
Vampiric Gold color palette created on .