Hermes Inspired Color Palette
Discover the beautiful Hermes Inspired color palette featuring chalky (#eeca95), tumbleweed (#e2ac7e), copperfield (#d88b5e), tuscany (#c05b36) and mexican red (#a82924).
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: #eeca95;
}
.color-2 {
color: #e2ac7e;
}
.color-3 {
color: #d88b5e;
}
.color-4 {
color: #c05b36;
}
.color-5 {
color: #a82924;
}
/* CSS Variables */
:root {
--color-1: #eeca95;
--color-2: #e2ac7e;
--color-3: #d88b5e;
--color-4: #c05b36;
--color-5: #a82924;
} ๐ Hermes Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeca95, #e2ac7e, #d88b5e, #c05b36, #a82924);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeca95, #e2ac7e, #d88b5e, #c05b36, #a82924);
} ๐ Explore similar color palettes
Hermes Inspired color palette created on .