Trophy Color Palette

Discover the beautiful Trophy color palette featuring straw (#d5c78b), sundance (#c6a85d), luxor gold (#a88c38), crete (#7d6d2b) and thatch green (#4e4a1d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Trophy color palette CSS

/* CSS */
.color-1 {
color: #d5c78b;
}
.color-2 {
color: #c6a85d;
}
.color-3 {
color: #a88c38;
}
.color-4 {
color: #7d6d2b;
}
.color-5 {
color: #4e4a1d;
}

/* CSS Variables */
:root {
--color-1: #d5c78b;
--color-2: #c6a85d;
--color-3: #a88c38;
--color-4: #7d6d2b;
--color-5: #4e4a1d;
}

🌈 Trophy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c78b, #c6a85d, #a88c38, #7d6d2b, #4e4a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c78b, #c6a85d, #a88c38, #7d6d2b, #4e4a1d);
}

Trophy color palette created on .