Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.phellodendron-amurense {
color: #f5c43d;
}
.wake-me-up {
color: #f5d75b;
}
.light-sh-shin-yellow {
color: #f7e782;
}
.yippie-ya-yellow {
color: #f7f99f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--phellodendron-amurense:#f5c43d;
--wake-me-up:#f5d75b;
--light-sh-shin-yellow:#f7e782;
--yippie-ya-yellow:#f7f99f;
}