Color names in this palette
CSS code for this palette
/* CSS */
.dubonnet {
color: #5c2e2f;
}
.ruby-crystal {
color: #9d5c61;
}
.mellow-rose {
color: #d5a69f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pizazz {
color: #e57e3e;
}
/* CSS Variables */
:root {
--dubonnet:#5c2e2f;
--ruby-crystal:#9d5c61;
--mellow-rose:#d5a69f;
--solar-plexus-chakra:#f1c84b;
--pizazz:#e57e3e;
}