Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a94e;
}
.chinese-orange {
color: #f16f3b;
}
.full-of-life {
color: #da5c2b;
}
.warrior-queen {
color: #a42d4d;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a94e;
--chinese-orange:#f16f3b;
--full-of-life:#da5c2b;
--warrior-queen:#a42d4d;
--bright-eggplant:#5c4b8b;
}