CSS code for this palette
/* CSS */
.salmon-tint {
color: #efccbe;
}
.desert-dust {
color: #e4b58b;
}
.cyprus-green {
color: #659a8b;
}
.soot {
color: #535e5f;
}
.farina {
color: #dec48c;
}
/* CSS Variables */
:root {
--salmon-tint:#efccbe;
--desert-dust:#e4b58b;
--cyprus-green:#659a8b;
--soot:#535e5f;
--farina:#dec48c;
}