Hermes Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hermes Inspired palette

Share this palette to:

Hermes Inspired color palette PNG image

Download hermes inspired color palette PNG image (landscape)
Download hermes inspired color palette PNG image (square)

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);
}

Hermes Inspired color palette created on .