Shades of Green and Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Red palette
Shades of Green and Red color palette CSS
/* CSS */
.color-1 {
color: #487d2c;
}
.color-2 {
color: #b14b39;
}
.color-3 {
color: #e8a1b0;
}
.color-4 {
color: #699b7a;
}
.color-5 {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--color-1: #487d2c;
--color-2: #b14b39;
--color-3: #e8a1b0;
--color-4: #699b7a;
--color-5: #f5c7c7;
}
Shades of Green and Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #487d2c, #b14b39, #e8a1b0, #699b7a, #f5c7c7);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Shades of Green and Red color palette created on .