Hermes Inspired Color Palette

Discover the beautiful Hermes Inspired color palette featuring chalky (#eecb96), tumbleweed (#e2ad7e), copperfield (#d88b5f), tuscany (#bf5a36) and mexican red (#a82824).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Orange, Red, Warm, Earthy, Bright, Autumn, Vintage, Boho 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 Hermes Inspired palette

Share this palette to:

๐Ÿ’ป Hermes Inspired color palette CSS

/* CSS */
.color-1 {
color: #eecb96;
}
.color-2 {
color: #e2ad7e;
}
.color-3 {
color: #d88b5f;
}
.color-4 {
color: #bf5a36;
}
.color-5 {
color: #a82824;
}

/* CSS Variables */
:root {
--color-1: #eecb96;
--color-2: #e2ad7e;
--color-3: #d88b5f;
--color-4: #bf5a36;
--color-5: #a82824;
}

๐ŸŒˆ Hermes Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eecb96, #e2ad7e, #d88b5f, #bf5a36, #a82824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eecb96, #e2ad7e, #d88b5f, #bf5a36, #a82824);
}

Hermes Inspired color palette created on .