Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.cakepop-sorbet {
color: #f8c749;
}
.carona {
color: #f9a82f;
}
.cadmium-orange {
color: #f08f2d;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--cakepop-sorbet:#f8c749;
--carona:#f9a82f;
--cadmium-orange:#f08f2d;
--obstinate-orange:#d75c28;
}