Color names in this palette
CSS code for this palette
/* CSS */
.monstera-deliciosa {
color: #76bf18;
}
.king-lime {
color: #a8d600;
}
.spleen-green {
color: #d3eb00;
}
.saint-seiya-gold {
color: #f1f500;
}
.bumblebee {
color: #ffc929;
}
/* CSS Variables */
:root {
--monstera-deliciosa:#76bf18;
--king-lime:#a8d600;
--spleen-green:#d3eb00;
--saint-seiya-gold:#f1f500;
--bumblebee:#ffc929;
}