Color names in this palette
CSS code for this palette
/* CSS */
.rumba-red {
color: #8c2c3e;
}
.sweet-baby-rose {
color: #c1543e;
}
.pani-puri {
color: #f6ab5a;
}
.top-banana {
color: #f9d971;
}
.lemon-tonic {
color: #f1f2b5;
}
/* CSS Variables */
:root {
--rumba-red:#8c2c3e;
--sweet-baby-rose:#c1543e;
--pani-puri:#f6ab5a;
--top-banana:#f9d971;
--lemon-tonic:#f1f2b5;
}