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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Dark, Earthy, Elegant, Gold, Vintage, Yellow 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 Vampiric Gold palette

Share this palette to:

๐Ÿ’ป 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);
}

Vampiric Gold color palette created on .