Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.cat-s-eye-marble {
color: #d7a55b;
}
.egg-yolk {
color: #ffcc80;
}
.old-yella {
color: #ffeb99;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--cat-s-eye-marble:#d7a55b;
--egg-yolk:#ffcc80;
--old-yella:#ffeb99;
--grapefruit-pulp:#ff6e61;
}