CSS code for this palette
/* CSS */
.larkspur {
color: #3e7b8e;
}
.stay-the-night {
color: #2e4961;
}
.chlorite {
color: #5b8f85;
}
.sinbad {
color: #a7d7cf;
}
.xanthous {
color: #f2b231;
}
/* CSS Variables */
:root {
--larkspur:#3e7b8e;
--stay-the-night:#2e4961;
--chlorite:#5b8f85;
--sinbad:#a7d7cf;
--xanthous:#f2b231;
}