Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7a8d90;
}
.jungle-mist {
color: #b1c1c3;
}
.wind-chime {
color: #dfe0e2;
}
.lynx-white {
color: #f6f7f8;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7a8d90;
--jungle-mist:#b1c1c3;
--wind-chime:#dfe0e2;
--lynx-white:#f6f7f8;
--sunshine-mellow:#f1c40e;
}