Spirit of the Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spirit of the Earth palette
Spirit of the Earth color palette CSS
/* CSS */
.color-1 {
color: #71bf4f;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f6803c;
}
.color-4 {
color: #f25050;
}
.color-5 {
color: #a43d8c;
}
/* CSS Variables */
:root {
--color-1: #71bf4f;
--color-2: #f4c543;
--color-3: #f6803c;
--color-4: #f25050;
--color-5: #a43d8c;
}
Spirit of the Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Spirit of the Earth color palette created on .