Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #327c9f;
}
.blueberry-soft-blue {
color: #5a9bc4;
}
.ocean-cruise {
color: #9fd3df;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--fun-and-games:#327c9f;
--blueberry-soft-blue:#5a9bc4;
--ocean-cruise:#9fd3df;
--solar-plexus-chakra:#f1c84b;
--ponceau:#f25a76;
}