Color names in this palette
CSS code for this palette
/* CSS */
.super-leaf-brown {
color: #ba5e12;
}
.orpiment-orange {
color: #d17d3d;
}
.indian-yellow {
color: #e7a55a;
}
.5 {
color: #fad68e;
}
.mom-s-pancake {
color: #f6c451;
}
/* CSS Variables */
:root {
--super-leaf-brown:#ba5e12;
--orpiment-orange:#d17d3d;
--indian-yellow:#e7a55a;
--5:#fad68e;
--mom-s-pancake:#f6c451;
}