Color names in this palette
CSS code for this palette
/* CSS */
.track-and-field {
color: #d66a4c;
}
.yucatan {
color: #ebaf7a;
}
.terracotta-chip {
color: #c77e5c;
}
.metallic-gold {
color: #d4b33a;
}
.peanut-butter-jelly {
color: #ca502b;
}
/* CSS Variables */
:root {
--track-and-field:#d66a4c;
--yucatan:#ebaf7a;
--terracotta-chip:#c77e5c;
--metallic-gold:#d4b33a;
--peanut-butter-jelly:#ca502b;
}