Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #492c2c;
}
.antique-garnet {
color: #8d5e5e;
}
.maiko {
color: #d6b9a4;
}
.paper-lantern {
color: #f2e1c4;
}
.apricot-obsession {
color: #f7c2b1;
}
/* CSS Variables */
:root {
--brown-coffee:#492c2c;
--antique-garnet:#8d5e5e;
--maiko:#d6b9a4;
--paper-lantern:#f2e1c4;
--apricot-obsession:#f7c2b1;
}