Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.drop-green {
color: #6fbf5f;
}
.nature-s-delight {
color: #a3d78e;
}
.venetian-yellow {
color: #f3e3a0;
}
.chaat-masala {
color: #e67e28;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--drop-green:#6fbf5f;
--nature-s-delight:#a3d78e;
--venetian-yellow:#f3e3a0;
--chaat-masala:#e67e28;
}