Color names in this palette
CSS code for this palette
/* CSS */
.biotic-grasp {
color: #ecf245;
}
.matcha-powder {
color: #a4d100;
}
.appetizing-asparagus {
color: #6bad00;
}
.mughal-green {
color: #3b8f00;
}
.keen-green {
color: #1d6b00;
}
/* CSS Variables */
:root {
--biotic-grasp:#ecf245;
--matcha-powder:#a4d100;
--appetizing-asparagus:#6bad00;
--mughal-green:#3b8f00;
--keen-green:#1d6b00;
}