Color names in this palette
CSS code for this palette
/* CSS */
.rubber-ducky {
color: #f9d158;
}
.raichu-orange {
color: #f6a83c;
}
.burning-trail {
color: #f39b20;
}
.glazed-carrot {
color: #e86a2c;
}
.crab-curry {
color: #d94d26;
}
/* CSS Variables */
:root {
--rubber-ducky:#f9d158;
--raichu-orange:#f6a83c;
--burning-trail:#f39b20;
--glazed-carrot:#e86a2c;
--crab-curry:#d94d26;
}