Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c72b29;
}
.track-and-field {
color: #d85d4f;
}
.apricot-sorbet {
color: #e5a15d;
}
.sport-yellow {
color: #f1d579;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--peri-peri:#c72b29;
--track-and-field:#d85d4f;
--apricot-sorbet:#e5a15d;
--sport-yellow:#f1d579;
--banana-yogurt:#f9e8b4;
}