Emerald Canopy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Canopy palette

Share this palette to:

Emerald Canopy color palette CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #5f9b59;
}
.color-3 {
color: #75b879;
}
.color-4 {
color: #9dd29d;
}
.color-5 {
color: #d0e1d4;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #5f9b59;
--color-3: #75b879;
--color-4: #9dd29d;
--color-5: #d0e1d4;
}

Emerald Canopy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #5f9b59, #75b879, #9dd29d, #d0e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #5f9b59, #75b879, #9dd29d, #d0e1d4);
}

Emerald Canopy color palette created on .