Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.conceptual {
color: #7bbf4a;
}
.nature-s-delight {
color: #a1d78e;
}
.limelight {
color: #efe46c;
}
.tangerine-bliss {
color: #d6612e;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--conceptual:#7bbf4a;
--nature-s-delight:#a1d78e;
--limelight:#efe46c;
--tangerine-bliss:#d6612e;
}