Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d06e;
}
.raichu-orange {
color: #f9a939;
}
.chinese-orange {
color: #f26f3a;
}
.crab-curry {
color: #da4b2b;
}
.ochre-red {
color: #a6364c;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d06e;
--raichu-orange:#f9a939;
--chinese-orange:#f26f3a;
--crab-curry:#da4b2b;
--ochre-red:#a6364c;
}