Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.corn-maze {
color: #e0a66c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.coolbox-ice-turquoise {
color: #4ba09e;
}
.perkin-mauve {
color: #6e3c90;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--corn-maze:#e0a66c;
--solar-plexus-chakra:#f1c84b;
--coolbox-ice-turquoise:#4ba09e;
--perkin-mauve:#6e3c90;
}