Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #8c2c2e;
}
.sweet-baby-rose {
color: #c34e3c;
}
.carnival {
color: #e68a2d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.noodles {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--polished-apple:#8c2c2e;
--sweet-baby-rose:#c34e3c;
--carnival:#e68a2d;
--solar-plexus-chakra:#f1c84b;
--noodles:#f9e2b4;
}