Color names in this palette
CSS code for this palette
/* CSS */
.potter-s-clay {
color: #a54a2c;
}
.velvet-marigold {
color: #e6893d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bilious-green {
color: #a6d56c;
}
.natural-orchestra {
color: #4c9a7d;
}
/* CSS Variables */
:root {
--potter-s-clay:#a54a2c;
--velvet-marigold:#e6893d;
--solar-plexus-chakra:#f1c84b;
--bilious-green:#a6d56c;
--natural-orchestra:#4c9a7d;
}