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: #7fd959;
}
.color-2 {
color: #f14b3b;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #3d995c;
}
.color-5 {
color: #af2c2e;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f14b3b;
--color-3: #f6e1b6;
--color-4: #3d995c;
--color-5: #af2c2e;
}

Shades of Green and Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f14b3b, #f6e1b6, #3d995c, #af2c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f14b3b, #f6e1b6, #3d995c, #af2c2e);
}

Shades of Green and Red color palette created on .