Five Hargreeves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Five Hargreeves palette
Five Hargreeves color palette PNG image
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 .