Color names in this palette
CSS code for this palette
/* CSS */
.billiards-cloth {
color: #00b849;
}
.frugal {
color: #a4dab5;
}
.cr-me-de-la-cr-me {
color: #f1e7b6;
}
.radiant-yellow {
color: #f79e22;
}
.deep-orange {
color: #db5000;
}
/* CSS Variables */
:root {
--billiards-cloth:#00b849;
--frugal:#a4dab5;
--cr-me-de-la-cr-me:#f1e7b6;
--radiant-yellow:#f79e22;
--deep-orange:#db5000;
}