Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.miami-marmalade {
color: #f28e1c;
}
.accent-orange {
color: #e66b00;
}
.torii-red {
color: #d64000;
}
.ravishing-rouge {
color: #c22700;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--miami-marmalade:#f28e1c;
--accent-orange:#e66b00;
--torii-red:#d64000;
--ravishing-rouge:#c22700;
}