Dark Gold Color Palette

Discover the beautiful Dark Gold color palette featuring peach orange (#ffd59e), salmon (#fe8b62), orange (#fe6220), red orange (#fc3134) and electric violet (#a025fe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Coral, Orange, Red, Purple, Warm, Vibrant, Bright 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 Dark Gold palette

Share this palette to:

💻 Dark Gold color palette CSS

/* CSS */
.color-1 {
color: #ffd59e;
}
.color-2 {
color: #fe8b62;
}
.color-3 {
color: #fe6220;
}
.color-4 {
color: #fc3134;
}
.color-5 {
color: #a025fe;
}

/* CSS Variables */
:root {
--color-1: #ffd59e;
--color-2: #fe8b62;
--color-3: #fe6220;
--color-4: #fc3134;
--color-5: #a025fe;
}

🌈 Dark Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd59e, #fe8b62, #fe6220, #fc3134, #a025fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd59e, #fe8b62, #fe6220, #fc3134, #a025fe);
}

Dark Gold color palette created on .