Golden Claw Color Palette

Discover the beautiful Golden Claw color palette featuring west side (#ff9d11), chelsea gem (#ae5900), cinnamon (#734400), madras (#232e00) and deep fir (#031d00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Dark, Deep, Earthy, Forest, Muted, Orange, Warm 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 Claw palette

Share this palette to:

💻 Golden Claw color palette CSS

/* CSS */
.color-1 {
color: #ff9d11;
}
.color-2 {
color: #ae5900;
}
.color-3 {
color: #734400;
}
.color-4 {
color: #232e00;
}
.color-5 {
color: #031d00;
}

/* CSS Variables */
:root {
--color-1: #ff9d11;
--color-2: #ae5900;
--color-3: #734400;
--color-4: #232e00;
--color-5: #031d00;
}

🌈 Golden Claw background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d11, #ae5900, #734400, #232e00, #031d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d11, #ae5900, #734400, #232e00, #031d00);
}

Golden Claw color palette created on .