Color names in this palette
CSS code for this palette
/* CSS */
.perfume {
color: #beaee0;
}
.lavender-rose {
color: #f2a1e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fresh-oregano {
color: #4fb06e;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--perfume:#beaee0;
--lavender-rose:#f2a1e1;
--solar-plexus-chakra:#f1c84b;
--fresh-oregano:#4fb06e;
--usubeni-red:#f26969;
}