Green Environment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Environment palette

Share this palette to:

Green Environment color palette CSS

/* CSS */
.color-1 {
color: #5abf89;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #5e5b6b;
}

/* CSS Variables */
:root {
--color-1: #5abf89;
--color-2: #f5a524;
--color-3: #f7c94b;
--color-4: #e94e77;
--color-5: #5e5b6b;
}

Green Environment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf89, #f5a524, #f7c94b, #e94e77, #5e5b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf89, #f5a524, #f7c94b, #e94e77, #5e5b6b);
}

Green Environment color palette created on .