Color names in this palette
CSS code for this palette
/* CSS */
.bastille {
color: #2e2a32;
}
.dobunezumi-brown {
color: #4a3b3a;
}
.super-violet {
color: #795a8c;
}
.olive-gold {
color: #bfae8d;
}
.october-bounty {
color: #e3c5a1;
}
/* CSS Variables */
:root {
--bastille:#2e2a32;
--dobunezumi-brown:#4a3b3a;
--super-violet:#795a8c;
--olive-gold:#bfae8d;
--october-bounty:#e3c5a1;
}