Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a34e;
}
.hot-orange {
color: #f68a3c;
}
.firecracker {
color: #f1603b;
}
.cg-red {
color: #e13c33;
}
.knockout {
color: #c22e2e;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a34e;
--hot-orange:#f68a3c;
--firecracker:#f1603b;
--cg-red:#e13c33;
--knockout:#c22e2e;
}