Color names in this palette
CSS code for this palette
/* CSS */
.royal-gold-pearl {
color: #d3a84a;
}
.cheater {
color: #f0b55c;
}
.warm-cocoon {
color: #f8d09b;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--royal-gold-pearl:#d3a84a;
--cheater:#f0b55c;
--warm-cocoon:#f8d09b;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}