Color names in this palette
CSS code for this palette
/* CSS */
.ogen-melon {
color: #d6b438;
}
.indian-maize {
color: #e0bf52;
}
.pollination {
color: #eeda68;
}
.midday {
color: #f5d88a;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--ogen-melon:#d6b438;
--indian-maize:#e0bf52;
--pollination:#eeda68;
--midday:#f5d88a;
--blended-fruit:#f9e1a4;
}