Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a34e;
}
.orange-you-happy {
color: #ff7f24;
}
.giants-orange {
color: #ff5e1f;
}
.war-paint-red {
color: #da4e1b;
}
.grilled-tomato {
color: #b7341a;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a34e;
--orange-you-happy:#ff7f24;
--giants-orange:#ff5e1f;
--war-paint-red:#da4e1b;
--grilled-tomato:#b7341a;
}