Color names in this palette
CSS code for this palette
/* CSS */
.ogen-melon {
color: #d6b438;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gentle-glow {
color: #f7e7bb;
}
.calabrese {
color: #f1a8a2;
}
.old-geranium {
color: #c76b88;
}
/* CSS Variables */
:root {
--ogen-melon:#d6b438;
--solar-plexus-chakra:#f1c84b;
--gentle-glow:#f7e7bb;
--calabrese:#f1a8a2;
--old-geranium:#c76b88;
}