Color names in this palette
CSS code for this palette
/* CSS */
.chartreuse-shot {
color: #d3d600;
}
.bile {
color: #b2c200;
}
.bright-olive {
color: #a2b800;
}
.gentlemann-s-business-pants {
color: #f3e58c;
}
.dairy-made {
color: #f5b53d;
}
/* CSS Variables */
:root {
--chartreuse-shot:#d3d600;
--bile:#b2c200;
--bright-olive:#a2b800;
--gentlemann-s-business-pants:#f3e58c;
--dairy-made:#f5b53d;
}