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