Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-buttercream {
color: #f7aff8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.ponceau {
color: #f25a73;
}
.brig {
color: #4b9fbe;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
/* CSS Variables */
:root {
--strawberry-buttercream:#f7aff8;
--solar-plexus-chakra:#f1c84b;
--ponceau:#f25a73;
--brig:#4b9fbe;
--yu-gu-ng-l-n-moonlight:#595ca6;
}