Shades of Green and Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green and Red palette

Share this palette to:

Shades of Green and Red color palette CSS

/* CSS */
.color-1 {
color: #7ebe7e;
}
.color-2 {
color: #f05151;
}
.color-3 {
color: #a0d4a0;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #4d9d4d;
}

/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #f05151;
--color-3: #a0d4a0;
--color-4: #e77e7e;
--color-5: #4d9d4d;
}

Shades of Green and Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #f05151, #a0d4a0, #e77e7e, #4d9d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #f05151, #a0d4a0, #e77e7e, #4d9d4d);
}

Shades of Green and Red color palette created on .