Hermes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hermes palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hermes Color Palette (PNG)
Hermes color palette CSS
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #d75f28;
}
.color-3 {
color: #aa502c;
}
.color-4 {
color: #c9a669;
}
.color-5 {
color: #f5b951;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #d75f28;
--color-3: #aa502c;
--color-4: #c9a669;
--color-5: #f5b951;
}
Hermes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #d75f28, #aa502c, #c9a669, #f5b951);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #d75f28, #aa502c, #c9a669, #f5b951);
}
Similar color palettes
Hermes color palette created on .