Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f2d450;
}
.clarified-butter {
color: #e59e24;
}
.yamabukicha-gold {
color: #d37b1d;
}
.sienna {
color: #a55c1d;
}
.walnut {
color: #7a3d1a;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f2d450;
--clarified-butter:#e59e24;
--yamabukicha-gold:#d37b1d;
--sienna:#a55c1d;
--walnut:#7a3d1a;
}