Hermes Inspired Color Palette
Discover the beautiful Hermes Inspired color palette featuring flame pea (#e2603c), casablanca (#f7a64a), energy yellow (#f9cf5d), monte carlo (#78c9a9) and boston blue (#3a90a1).
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: #e2603c;
}
.color-2 {
color: #f7a64a;
}
.color-3 {
color: #f9cf5d;
}
.color-4 {
color: #78c9a9;
}
.color-5 {
color: #3a90a1;
}
/* CSS Variables */
:root {
--color-1: #e2603c;
--color-2: #f7a64a;
--color-3: #f9cf5d;
--color-4: #78c9a9;
--color-5: #3a90a1;
}
🌈 Hermes Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2603c, #f7a64a, #f9cf5d, #78c9a9, #3a90a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2603c, #f7a64a, #f9cf5d, #78c9a9, #3a90a1);
}
🔗 Explore similar color palettes
Hermes Inspired color palette created on .