Color names in this palette
CSS code for this palette
/* CSS */
.sweet-angel {
color: #f3c9b9;
}
.paw-paw {
color: #f9d59f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.butternut-pie {
color: #d99d68;
}
.moonlight-mauve {
color: #c87ea1;
}
/* CSS Variables */
:root {
--sweet-angel:#f3c9b9;
--paw-paw:#f9d59f;
--solar-plexus-chakra:#f1c84b;
--butternut-pie:#d99d68;
--moonlight-mauve:#c87ea1;
}