Color names in this palette
CSS code for this palette
/* CSS */
.safety-yellow {
color: #e6d200;
}
.banana-powder {
color: #d1c300;
}
.yew {
color: #b1b800;
}
.romaine-green {
color: #a39000;
}
.moscow-papyrus {
color: #8a7e00;
}
/* CSS Variables */
:root {
--safety-yellow:#e6d200;
--banana-powder:#d1c300;
--yew:#b1b800;
--romaine-green:#a39000;
--moscow-papyrus:#8a7e00;
}