Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-cat {
color: #e77d04;
}
.mad-for-mango {
color: #f5a300;
}
.empire-yellow {
color: #fad000;
}
.juicy-jackfruit {
color: #f1df3b;
}
.rayo-de-sol {
color: #f3c558;
}
/* CSS Variables */
:root {
--pumpkin-cat:#e77d04;
--mad-for-mango:#f5a300;
--empire-yellow:#fad000;
--juicy-jackfruit:#f1df3b;
--rayo-de-sol:#f3c558;
}