Color names in this palette
CSS code for this palette
/* CSS */
.brittany-s-bow {
color: #f3d8de;
}
.soft-cashmere {
color: #f1b1d8;
}
.mango-ice {
color: #fbbf8e;
}
.crunch {
color: #f4b962;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--brittany-s-bow:#f3d8de;
--soft-cashmere:#f1b1d8;
--mango-ice:#fbbf8e;
--crunch:#f4b962;
--solar-plexus-chakra:#f1c84b;
}