Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-wine {
color: #ba3b4e;
}
.track-and-field {
color: #d66851;
}
.porsche {
color: #e1a35b;
}
.sienna-yellow {
color: #f3d28c;
}
.friendly-yellow {
color: #f5e2b2;
}
/* CSS Variables */
:root {
--raspberry-wine:#ba3b4e;
--track-and-field:#d66851;
--porsche:#e1a35b;
--sienna-yellow:#f3d28c;
--friendly-yellow:#f5e2b2;
}