Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab4;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.blushing-apricot {
color: #f9b9a4;
}
.fruit-red {
color: #f78a69;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--frugal:#a4dab4;
--enjoyable-yellow:#f6d5a7;
--blushing-apricot:#f9b9a4;
--fruit-red:#f78a69;
--solar-plexus-chakra:#f1c84b;
}