Color names in this palette
CSS code for this palette
/* CSS */
.yellow-shimmer {
color: #f8e2c9;
}
.old-flame {
color: #f4b8b8;
}
.cumquat-cream {
color: #f49b7b;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--yellow-shimmer:#f8e2c9;
--old-flame:#f4b8b8;
--cumquat-cream:#f49b7b;
--y-ng-ch-ng-orange:#f49f3e;
--solar-plexus-chakra:#f1c84b;
}