Green Swamp Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Swamp palette

Share this palette to:

Green Swamp color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #709d58;
}
.color-3 {
color: #a3caa0;
}
.color-4 {
color: #d2e4d2;
}
.color-5 {
color: #f0f8e8;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #709d58;
--color-3: #a3caa0;
--color-4: #d2e4d2;
--color-5: #f0f8e8;
}

Green Swamp background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #709d58, #a3caa0, #d2e4d2, #f0f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #709d58, #a3caa0, #d2e4d2, #f0f8e8);
}

Green Swamp color palette created on .