Color names in this palette
CSS code for this palette
/* CSS */
.bleached-maple {
color: #c6a36c;
}
.sweet-maple {
color: #e0af6c;
}
.nectar-jackpot {
color: #f1d38e;
}
.venetian-yellow {
color: #f4e39f;
}
.banana-br-l-e {
color: #f7e8bb;
}
/* CSS Variables */
:root {
--bleached-maple:#c6a36c;
--sweet-maple:#e0af6c;
--nectar-jackpot:#f1d38e;
--venetian-yellow:#f4e39f;
--banana-br-l-e:#f7e8bb;
}