Color names in this palette
CSS code for this palette
/* CSS */
.optimistic-yellow {
color: #f7e0a6;
}
.pyramid-gold {
color: #e3b672;
}
.bitter-orange {
color: #d57a2a;
}
.island-monkey {
color: #aa4e1d;
}
.hot-fudge {
color: #5d2b14;
}
/* CSS Variables */
:root {
--optimistic-yellow:#f7e0a6;
--pyramid-gold:#e3b672;
--bitter-orange:#d57a2a;
--island-monkey:#aa4e1d;
--hot-fudge:#5d2b14;
}