Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.ceremonial-gold {
color: #d39f5a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.ocean-kiss {
color: #a4c6c4;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--ceremonial-gold:#d39f5a;
--solar-plexus-chakra:#f1c84b;
--smooth-as-corn-silk:#f6e5b1;
--ocean-kiss:#a4c6c4;
}