Color names in this palette
CSS code for this palette
/* CSS */
.olive-ocher {
color: #d4b81c;
}
.indian-maize {
color: #e1c34c;
}
.pierogi {
color: #f3d78c;
}
.melon-ice {
color: #f4d6c8;
}
.chewing-gum {
color: #e4afaf;
}
/* CSS Variables */
:root {
--olive-ocher:#d4b81c;
--indian-maize:#e1c34c;
--pierogi:#f3d78c;
--melon-ice:#f4d6c8;
--chewing-gum:#e4afaf;
}