Color names in this palette
CSS code for this palette
/* CSS */
.matcha-powder {
color: #a1d600;
}
.livid-lime {
color: #b4e000;
}
.spleen-green {
color: #cbe600;
}
.golden-gun {
color: #dae600;
}
.tidal {
color: #f1f88b;
}
/* CSS Variables */
:root {
--matcha-powder:#a1d600;
--livid-lime:#b4e000;
--spleen-green:#cbe600;
--golden-gun:#dae600;
--tidal:#f1f88b;
}