Color names in this palette
CSS code for this palette
/* CSS */
.mod-orange {
color: #d9593f;
}
.twin-cities {
color: #a2c6c8;
}
.cameleer {
color: #e4b05e;
}
.jama-masjid-taupe {
color: #b38b6b;
}
.kitsilano-cookie {
color: #d2c7b2;
}
/* CSS Variables */
:root {
--mod-orange:#d9593f;
--twin-cities:#a2c6c8;
--cameleer:#e4b05e;
--jama-masjid-taupe:#b38b6b;
--kitsilano-cookie:#d2c7b2;
}