Black Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black Gold palette

Share this palette to:

Download Black Gold Color Palette (PNG)

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

Black Gold color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #b39800;
}
.color-3 {
color: #d6a800;
}
.color-4 {
color: #f0d400;
}
.color-5 {
color: #f7e58d;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #b39800;
--color-3: #d6a800;
--color-4: #f0d400;
--color-5: #f7e58d;
}

Black Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #b39800, #d6a800, #f0d400, #f7e58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #b39800, #d6a800, #f0d400, #f7e58d);
}

Black Gold color palette created on .