Color names in this palette
CSS code for this palette
/* CSS */
.hot-shot {
color: #e84b2c;
}
.squash-blossom {
color: #f6b83c;
}
.rice-wine {
color: #f3e7c9;
}
.lilliputian-lime {
color: #7fd959;
}
.resplendent-growth {
color: #3a8d3b;
}
/* CSS Variables */
:root {
--hot-shot:#e84b2c;
--squash-blossom:#f6b83c;
--rice-wine:#f3e7c9;
--lilliputian-lime:#7fd959;
--resplendent-growth:#3a8d3b;
}