Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.ginger-milk {
color: #f7a350;
}
.goku-orange {
color: #f4813e;
}
.benihi-red {
color: #f0583d;
}
.cg-red {
color: #e13c33;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--ginger-milk:#f7a350;
--goku-orange:#f4813e;
--benihi-red:#f0583d;
--cg-red:#e13c33;
}