Gold and Black Elegance Color Palette

Discover the beautiful Gold and Black Elegance color palette featuring mine shaft (#1f1f1f), silver chalice (#9e9e9e), pavlova (#d4c09b), ronchi (#f0c15c) and tussock (#b58c3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Neutral, Gold, Modern, Elegant 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 Gold and Black Elegance palette

Share this palette to:

💻 Gold and Black Elegance color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #9e9e9e;
}
.color-3 {
color: #d4c09b;
}
.color-4 {
color: #f0c15c;
}
.color-5 {
color: #b58c3b;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #9e9e9e;
--color-3: #d4c09b;
--color-4: #f0c15c;
--color-5: #b58c3b;
}

🌈 Gold and Black Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #9e9e9e, #d4c09b, #f0c15c, #b58c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #9e9e9e, #d4c09b, #f0c15c, #b58c3b);
}

Gold and Black Elegance color palette created on .