Color names in this palette
CSS code for this palette
/* CSS */
.rusty-sand {
color: #edb482;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.daisy-desi {
color: #f9df8b;
}
.mr-mustard {
color: #e4b953;
}
.potter-s-clay {
color: #a7492a;
}
/* CSS Variables */
:root {
--rusty-sand:#edb482;
--solar-plexus-chakra:#f1c84b;
--daisy-desi:#f9df8b;
--mr-mustard:#e4b953;
--potter-s-clay:#a7492a;
}