Color names in this palette
CSS code for this palette
/* CSS */
.medici-ivory {
color: #f4e9d7;
}
.wood-ash {
color: #d8c8b0;
}
.winter-feather {
color: #beae9d;
}
.sacred-vortex {
color: #a59b8d;
}
.velvet-umber {
color: #6c5d5a;
}
/* CSS Variables */
:root {
--medici-ivory:#f4e9d7;
--wood-ash:#d8c8b0;
--winter-feather:#beae9d;
--sacred-vortex:#a59b8d;
--velvet-umber:#6c5d5a;
}