Color names in this palette
CSS code for this palette
/* CSS */
.apricotta {
color: #d9a48c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.tangerine-bliss {
color: #d95d30;
}
.texas-heatwave {
color: #a64c3a;
}
/* CSS Variables */
:root {
--apricotta:#d9a48c;
--solar-plexus-chakra:#f1c84b;
--mustard-crusted-salmon:#f27e40;
--tangerine-bliss:#d95d30;
--texas-heatwave:#a64c3a;
}