Color names in this palette
CSS code for this palette
/* CSS */
.bokara-grey {
color: #2c2926;
}
.smooth-coffee {
color: #5d4d4b;
}
.brandied-apple {
color: #9f7c7a;
}
.cosmic-aura {
color: #d0b5a4;
}
.posy {
color: #f3e0d3;
}
/* CSS Variables */
:root {
--bokara-grey:#2c2926;
--smooth-coffee:#5d4d4b;
--brandied-apple:#9f7c7a;
--cosmic-aura:#d0b5a4;
--posy:#f3e0d3;
}