Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7b8c8e;
}
.twin-cities {
color: #a3c6c8;
}
.echo {
color: #d5e7df;
}
.distant-horizon {
color: #f1f8f6;
}
.cor-de-pele {
color: #f6c2c1;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7b8c8e;
--twin-cities:#a3c6c8;
--echo:#d5e7df;
--distant-horizon:#f1f8f6;
--cor-de-pele:#f6c2c1;
}