Color names in this palette
CSS code for this palette
/* CSS */
.fresh-acorn {
color: #d56c3f;
}
.bergamot-orange {
color: #f2a15a;
}
.salmon-eggs {
color: #f4d15d;
}
.reed {
color: #c1d6a4;
}
.petrol-green {
color: #509b8c;
}
/* CSS Variables */
:root {
--fresh-acorn:#d56c3f;
--bergamot-orange:#f2a15a;
--salmon-eggs:#f4d15d;
--reed:#c1d6a4;
--petrol-green:#509b8c;
}