Green Symbiote Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Symbiote palette

Share this palette to:

Green Symbiote color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #5dba4a;
}
.color-3 {
color: #8fdc5b;
}
.color-4 {
color: #dff4b4;
}
.color-5 {
color: #f0c0a8;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #5dba4a;
--color-3: #8fdc5b;
--color-4: #dff4b4;
--color-5: #f0c0a8;
}

Green Symbiote background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #5dba4a, #8fdc5b, #dff4b4, #f0c0a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #5dba4a, #8fdc5b, #dff4b4, #f0c0a8);
}

Green Symbiote color palette created on .