Color names in this palette
CSS code for this palette
/* CSS */
.carrot-orange {
color: #f48d1f;
}
.raichu-orange {
color: #f9af39;
}
.amber-moon {
color: #f0d0a3;
}
.lion-of-menecrates {
color: #f2a769;
}
.sweet-potato {
color: #d97d3f;
}
/* CSS Variables */
:root {
--carrot-orange:#f48d1f;
--raichu-orange:#f9af39;
--amber-moon:#f0d0a3;
--lion-of-menecrates:#f2a769;
--sweet-potato:#d97d3f;
}