Green and Red Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green and Red Harmony palette

Share this palette to:

Green and Red Harmony color palette CSS

/* CSS */
.color-1 {
color: #a1c94a;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #8ecae6;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #a1c94a;
--color-2: #d63f2e;
--color-3: #f5a524;
--color-4: #8ecae6;
--color-5: #f9c54e;
}

Green and Red Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c94a, #d63f2e, #f5a524, #8ecae6, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c94a, #d63f2e, #f5a524, #8ecae6, #f9c54e);
}

Green and Red Harmony color palette created on .