Color names in this palette
CSS code for this palette
/* CSS */
.scalloped-oak {
color: #f3d0a0;
}
.mango-margarita {
color: #f7b450;
}
.raichu-orange {
color: #f6a83c;
}
.turmeric-tea {
color: #d88e2c;
}
.hot-curry {
color: #7d5c2c;
}
/* CSS Variables */
:root {
--scalloped-oak:#f3d0a0;
--mango-margarita:#f7b450;
--raichu-orange:#f6a83c;
--turmeric-tea:#d88e2c;
--hot-curry:#7d5c2c;
}