Blue Hermes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Hermes palette
Blue Hermes color palette CSS
/* CSS */
.color-1 {
color: #e26c5a;
}
.color-2 {
color: #f9a46c;
}
.color-3 {
color: #f2d597;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #4e8bda;
}
/* CSS Variables */
:root {
--color-1: #e26c5a;
--color-2: #f9a46c;
--color-3: #f2d597;
--color-4: #a2dae6;
--color-5: #4e8bda;
}
Blue Hermes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e26c5a, #f9a46c, #f2d597, #a2dae6, #4e8bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e26c5a, #f9a46c, #f2d597, #a2dae6, #4e8bda);
}
Similar color palettes
Blue Hermes color palette created on .