Color names in this palette
CSS code for this palette
/* CSS */
.menoth-white-base {
color: #f5e9b8;
}
.paw-paw {
color: #f8d49b;
}
.yellow-currant {
color: #f9c36c;
}
.prison-jumpsuit {
color: #fbac4b;
}
.opulent-orange {
color: #f56b3d;
}
/* CSS Variables */
:root {
--menoth-white-base:#f5e9b8;
--paw-paw:#f8d49b;
--yellow-currant:#f9c36c;
--prison-jumpsuit:#fbac4b;
--opulent-orange:#f56b3d;
}