Hermes Inspired Color Palette
Discover the beautiful Hermes Inspired color palette featuring flame pea (#d85a2c), sandy brown (#f1a94b), gold sand (#e7c38d), taupe gray (#b4b197) and millbrook (#694a3a).
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: #d85a2c;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #e7c38d;
}
.color-4 {
color: #b4b197;
}
.color-5 {
color: #694a3a;
}
/* CSS Variables */
:root {
--color-1: #d85a2c;
--color-2: #f1a94b;
--color-3: #e7c38d;
--color-4: #b4b197;
--color-5: #694a3a;
}
🌈 Hermes Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85a2c, #f1a94b, #e7c38d, #b4b197, #694a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85a2c, #f1a94b, #e7c38d, #b4b197, #694a3a);
}
🔗 Explore similar color palettes
Hermes Inspired color palette created on .