Shades of Red and Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Red and Green palette

Share this palette to:

Shades of Red and Green color palette CSS

/* CSS */
.color-1 {
color: #d83d2c;
}
.color-2 {
color: #f9a806;
}
.color-3 {
color: #e4ea3e;
}
.color-4 {
color: #50a130;
}
.color-5 {
color: #2e5b7f;
}

/* CSS Variables */
:root {
--color-1: #d83d2c;
--color-2: #f9a806;
--color-3: #e4ea3e;
--color-4: #50a130;
--color-5: #2e5b7f;
}

Shades of Red and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d83d2c, #f9a806, #e4ea3e, #50a130, #2e5b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d83d2c, #f9a806, #e4ea3e, #50a130, #2e5b7f);
}

Shades of Red and Green color palette created on .