Vibrant Earthy Reds and Greens Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Earthy Reds and Greens palette
Vibrant Earthy Reds and Greens color palette CSS
/* CSS */
.color-1 {
color: #8c6754;
}
.color-2 {
color: #b76b5c;
}
.color-3 {
color: #e1a06b;
}
.color-4 {
color: #c2d7a7;
}
.color-5 {
color: #5d8b55;
}
/* CSS Variables */
:root {
--color-1: #8c6754;
--color-2: #b76b5c;
--color-3: #e1a06b;
--color-4: #c2d7a7;
--color-5: #5d8b55;
}
Vibrant Earthy Reds and Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c6754, #b76b5c, #e1a06b, #c2d7a7, #5d8b55);
}
Similar color palettes
Scroll down to explore 100+ Earthy color palettes
Vibrant Earthy Reds and Greens color palette created on .