First Horn Color Palette

Discover the beautiful First Horn color palette featuring ronchi (#f1c84b), old gold (#d19b3d), copper (#a36e2e), bull shot (#80511e) and sambuca (#402b12).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Warm, Autumn, Forest, Retro, Vintage, Amber, 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 First Horn palette

Share this palette to:

💻 First Horn color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d19b3d;
}
.color-3 {
color: #a36e2e;
}
.color-4 {
color: #80511e;
}
.color-5 {
color: #402b12;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d19b3d;
--color-3: #a36e2e;
--color-4: #80511e;
--color-5: #402b12;
}

🌈 First Horn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d19b3d, #a36e2e, #80511e, #402b12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d19b3d, #a36e2e, #80511e, #402b12);
}

First Horn color palette created on .