Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #493c27;
}
.flax-fibre-grey {
color: #b7a99a;
}
.china-doll {
color: #f2e4d4;
}
.apricot-obsession {
color: #f7c6b6;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--witch-s-cottage:#493c27;
--flax-fibre-grey:#b7a99a;
--china-doll:#f2e4d4;
--apricot-obsession:#f7c6b6;
--lively-coral:#e67b79;
}