Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7f8c90;
}
.blue-agave {
color: #b2c7c6;
}
.butter-cookie {
color: #f0e7b2;
}
.calabrese {
color: #f6a6a2;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7f8c90;
--blue-agave:#b2c7c6;
--butter-cookie:#f0e7b2;
--calabrese:#f6a6a2;
--tenn:#d15400;
}