Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a34e;
}
.sun-orange {
color: #f47b1f;
}
.mandarin-red {
color: #e14d3d;
}
.cherry-lolly {
color: #c83c5a;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a34e;
--sun-orange:#f47b1f;
--mandarin-red:#e14d3d;
--cherry-lolly:#c83c5a;
--true-purple:#6a2c90;
}