Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7f8c90;
}
.twin-cities {
color: #a6c7c9;
}
.zircon-ice {
color: #d1e4e6;
}
.salmon-run {
color: #e9b29b;
}
.coral-gold {
color: #d56f4d;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7f8c90;
--twin-cities:#a6c7c9;
--zircon-ice:#d1e4e6;
--salmon-run:#e9b29b;
--coral-gold:#d56f4d;
}