Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-happy {
color: #ff7f24;
}
.maximum-yellow-red {
color: #f5b847;
}
.mocha-dandelion {
color: #f2d86e;
}
.hill-lands {
color: #88c13e;
}
.resplendent-growth {
color: #3e8d3a;
}
/* CSS Variables */
:root {
--orange-you-happy:#ff7f24;
--maximum-yellow-red:#f5b847;
--mocha-dandelion:#f2d86e;
--hill-lands:#88c13e;
--resplendent-growth:#3e8d3a;
}