Vampiric Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vampiric Gold palette

Share this palette to:

Vampiric Gold color palette PNG image

Download  vampiric gold color palette PNG image (landscape)
Download  vampiric gold color palette PNG image (square)

Vampiric Gold color palette CSS

/* CSS */
.color-1 {
color: #d4a625;
}
.color-2 {
color: #b49422;
}
.color-3 {
color: #8a7c1e;
}
.color-4 {
color: #686b1f;
}
.color-5 {
color: #4b4b1b;
}

/* CSS Variables */
:root {
--color-1: #d4a625;
--color-2: #b49422;
--color-3: #8a7c1e;
--color-4: #686b1f;
--color-5: #4b4b1b;
}

Vampiric Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a625, #b49422, #8a7c1e, #686b1f, #4b4b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a625, #b49422, #8a7c1e, #686b1f, #4b4b1b);
}

Vampiric Gold color palette created on .