Lively Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lively Earth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lively Earth Color Palette (PNG)
Lively Earth color palette CSS
/* CSS */
.color-1 {
color: #7e4f3a;
}
.color-2 {
color: #a65e3a;
}
.color-3 {
color: #c78c4d;
}
.color-4 {
color: #ebc48e;
}
.color-5 {
color: #f6e0b1;
}
/* CSS Variables */
:root {
--color-1: #7e4f3a;
--color-2: #a65e3a;
--color-3: #c78c4d;
--color-4: #ebc48e;
--color-5: #f6e0b1;
}
Lively Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4f3a, #a65e3a, #c78c4d, #ebc48e, #f6e0b1);
}
Similar color palettes
Lively Earth color palette created on .