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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Hermes Inspired color palette created on .