Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.range-land {
color: #6dbf4f;
}
.nature-s-delight {
color: #a3d68f;
}
.lasting-thoughts {
color: #d3e6b2;
}
.ivory-keys {
color: #f8f9e6;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--range-land:#6dbf4f;
--nature-s-delight:#a3d68f;
--lasting-thoughts:#d3e6b2;
--ivory-keys:#f8f9e6;
}