Hermes Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hermes Inspired palette

Share this palette to:

Download Hermes Inspired Color Palette (PNG)

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

Hermes Inspired color palette created on .