Golden Trophy Color Palette

Discover the beautiful Golden Trophy color palette featuring school bus yellow (#ffd900), indian khaki (#c2b180), korma (#8b4513), hot cinnamon (#d2691e) and scotch mist (#fff8db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Beige, Brown, Bright, 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 Golden Trophy palette

Share this palette to:

💻 Golden Trophy color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #d2691e;
}
.color-5 {
color: #fff8db;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #c2b180;
--color-3: #8b4513;
--color-4: #d2691e;
--color-5: #fff8db;
}

🌈 Golden Trophy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #c2b180, #8b4513, #d2691e, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #c2b180, #8b4513, #d2691e, #fff8db);
}

Golden Trophy color palette created on .