Middle-earth Essence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Middle-earth Essence palette
Middle-earth Essence color palette CSS
/* CSS */
.color-1 {
color: #a3a93d;
}
.color-2 {
color: #794d39;
}
.color-3 {
color: #d2b460;
}
.color-4 {
color: #3e6b89;
}
.color-5 {
color: #5c4f8c;
}
/* CSS Variables */
:root {
--color-1: #a3a93d;
--color-2: #794d39;
--color-3: #d2b460;
--color-4: #3e6b89;
--color-5: #5c4f8c;
}
Middle-earth Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3a93d, #794d39, #d2b460, #3e6b89, #5c4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3a93d, #794d39, #d2b460, #3e6b89, #5c4f8c);
}
Similar color palettes
Middle-earth Essence color palette created on .