Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.creamy-sweet-corn {
color: #f7c250;
}
.mad-for-mango {
color: #f5a300;
}
.lively-coral {
color: #e17a7a;
}
.chestnut-rose {
color: #d05353;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--creamy-sweet-corn:#f7c250;
--mad-for-mango:#f5a300;
--lively-coral:#e17a7a;
--chestnut-rose:#d05353;
}