Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #499a3c;
}
.park-green-flat {
color: #88c8a8;
}
.gold-strand {
color: #f3dfa5;
}
.burning-coals {
color: #f69c6f;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--enviable:#499a3c;
--park-green-flat:#88c8a8;
--gold-strand:#f3dfa5;
--burning-coals:#f69c6f;
--flint-corn-red:#d9613f;
}