Color names in this palette
CSS code for this palette
/* CSS */
.plastic-carrot {
color: #f45b1f;
}
.chrome-yellow {
color: #faa700;
}
.goldfinch {
color: #f9e25d;
}
.madang {
color: #b7e6a7;
}
.peppy-peacock {
color: #4dd1b2;
}
/* CSS Variables */
:root {
--plastic-carrot:#f45b1f;
--chrome-yellow:#faa700;
--goldfinch:#f9e25d;
--madang:#b7e6a7;
--peppy-peacock:#4dd1b2;
}