Harzel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harzel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Harzel Color Palette (PNG)
Harzel color palette CSS
/* CSS */
.color-1 {
color: #6a4e4d;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #e2d0c5;
}
.color-4 {
color: #f3e5b4;
}
.color-5 {
color: #d4a16e;
}
/* CSS Variables */
:root {
--color-1: #6a4e4d;
--color-2: #b7a99a;
--color-3: #e2d0c5;
--color-4: #f3e5b4;
--color-5: #d4a16e;
}
Harzel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4d, #b7a99a, #e2d0c5, #f3e5b4, #d4a16e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4d, #b7a99a, #e2d0c5, #f3e5b4, #d4a16e);
}
Similar color palettes
Scroll down to explore 10+ Hazel color palettes
Harzel color palette created on .