Color names in this palette
CSS code for this palette
/* CSS */
.marquisette {
color: #f5d69e;
}
.california-chamois {
color: #e5b86c;
}
.georgian-yellow {
color: #d59a4d;
}
.yamabukicha-gold {
color: #c77e1f;
}
.sienna {
color: #a55c1d;
}
/* CSS Variables */
:root {
--marquisette:#f5d69e;
--california-chamois:#e5b86c;
--georgian-yellow:#d59a4d;
--yamabukicha-gold:#c77e1f;
--sienna:#a55c1d;
}