Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-juice {
color: #f7e97e;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.acorn-squash {
color: #f1a841;
}
.spicy-orange {
color: #d64a2e;
}
.california-poppy {
color: #a93d3d;
}
/* CSS Variables */
:root {
--pineapple-juice:#f7e97e;
--solar-plexus-chakra:#f1cb4b;
--acorn-squash:#f1a841;
--spicy-orange:#d64a2e;
--california-poppy:#a93d3d;
}