Color names in this palette
CSS code for this palette
/* CSS */
.lemon-filling {
color: #f7e6a6;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--lemon-filling:#f7e6a6;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--tenn:#d15400;
--valiant-poppy:#bf3a2b;
}