Color names in this palette
CSS code for this palette
/* CSS */
.kitsilano-cookie {
color: #d2c8b1;
}
.flax-fibre-grey {
color: #b7a89a;
}
.fall-leaf {
color: #e6b7a3;
}
.inventive-orange {
color: #e6a06b;
}
.warming-heart {
color: #d3503c;
}
/* CSS Variables */
:root {
--kitsilano-cookie:#d2c8b1;
--flax-fibre-grey:#b7a89a;
--fall-leaf:#e6b7a3;
--inventive-orange:#e6a06b;
--warming-heart:#d3503c;
}