Color names in this palette
CSS code for this palette
/* CSS */
.strike-it-rich {
color: #d9b45e;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.poinciana {
color: #d83d2c;
}
/* CSS Variables */
:root {
--strike-it-rich:#d9b45e;
--creamy-sweet-corn:#f6c54c;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--poinciana:#d83d2c;
}