Earthen Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthen Harmony palette
Download Earthen Harmony Color Palette (PNG)
Earthen Harmony color palette CSS
/* CSS */
.color-1 {
color: #d1c7a3;
}
.color-2 {
color: #b7a86c;
}
.color-3 {
color: #a59955;
}
.color-4 {
color: #a36f4d;
}
.color-5 {
color: #7e5b4e;
}
/* CSS Variables */
:root {
--color-1: #d1c7a3;
--color-2: #b7a86c;
--color-3: #a59955;
--color-4: #a36f4d;
--color-5: #7e5b4e;
}
Earthen Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7a3, #b7a86c, #a59955, #a36f4d, #7e5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7a3, #b7a86c, #a59955, #a36f4d, #7e5b4e);
}
Similar color palettes
Earthen Harmony color palette created on .