Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.carrot {
color: #f9703e;
}
.orange-soda {
color: #f95d3e;
}
.red-card {
color: #f9391f;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--gemini-mustard-momento:#f9a64e;
--carrot:#f9703e;
--orange-soda:#f95d3e;
--red-card:#f9391f;
}