Elegant Gold Color Palette

Discover the beautiful Elegant Gold color palette featuring portica (#f5d870), anzac (#e6b34c), di serria (#d59a4d), oriental pink (#c88b89) and trendy pink (#916b9e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Amber, Cream, Purple, 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 Elegant Gold palette

Share this palette to:

💻 Elegant Gold color palette CSS

/* CSS */
.color-1 {
color: #f5d870;
}
.color-2 {
color: #e6b34c;
}
.color-3 {
color: #d59a4d;
}
.color-4 {
color: #c88b89;
}
.color-5 {
color: #916b9e;
}

/* CSS Variables */
:root {
--color-1: #f5d870;
--color-2: #e6b34c;
--color-3: #d59a4d;
--color-4: #c88b89;
--color-5: #916b9e;
}

🌈 Elegant Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d870, #e6b34c, #d59a4d, #c88b89, #916b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d870, #e6b34c, #d59a4d, #c88b89, #916b9e);
}

Elegant Gold color palette created on .