Rich Green and Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rich Green and Red palette
Rich Green and Red color palette CSS
/* CSS */
.color-1 {
color: #7d9c6d;
}
.color-2 {
color: #5b7641;
}
.color-3 {
color: #c75b4d;
}
.color-4 {
color: #d9b68c;
}
.color-5 {
color: #503b2f;
}
/* CSS Variables */
:root {
--color-1: #7d9c6d;
--color-2: #5b7641;
--color-3: #c75b4d;
--color-4: #d9b68c;
--color-5: #503b2f;
}
Rich Green and Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c6d, #5b7641, #c75b4d, #d9b68c, #503b2f);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Rich Green and Red color palette created on .