Light Red and Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Red and Green palette

Share this palette to:

Light Red and Green color palette CSS

/* CSS */
.color-1 {
color: #eb6c66;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #b3d86f;
}
.color-5 {
color: #6fbe8c;
}

/* CSS Variables */
:root {
--color-1: #eb6c66;
--color-2: #f2a76e;
--color-3: #f1c84b;
--color-4: #b3d86f;
--color-5: #6fbe8c;
}

Light Red and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb6c66, #f2a76e, #f1c84b, #b3d86f, #6fbe8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb6c66, #f2a76e, #f1c84b, #b3d86f, #6fbe8c);
}

Light Red and Green color palette created on .