Color names in this palette
CSS code for this palette
/* CSS */
.craftsman-gold {
color: #d4b88c;
}
.spring-sprig {
color: #a5c19f;
}
.steel-teal {
color: #5b8b89;
}
.chinese-porcelain {
color: #3e5b7e;
}
.calabrese {
color: #f1a6a2;
}
/* CSS Variables */
:root {
--craftsman-gold:#d4b88c;
--spring-sprig:#a5c19f;
--steel-teal:#5b8b89;
--chinese-porcelain:#3e5b7e;
--calabrese:#f1a6a2;
}