Hermes Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hermes Inspired palette
Hermes Inspired color palette PNG image
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);
}
Similar color palettes
Hermes Inspired color palette created on .