Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.chat-orange {
color: #f79c3b;
}
.camel-red {
color: #e76f3c;
}
.fandango-pink {
color: #e1517c;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--chat-orange:#f79c3b;
--camel-red:#e76f3c;
--fandango-pink:#e1517c;
--olympic-blue:#4b91e2;
}