Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-delight {
color: #f3eaaa;
}
.salmon-eggs {
color: #f4d15d;
}
.cheater {
color: #f2b25f;
}
.orange-ochre {
color: #d97c30;
}
.gold-varnish-brown {
color: #b85e2e;
}
/* CSS Variables */
:root {
--pineapple-delight:#f3eaaa;
--salmon-eggs:#f4d15d;
--cheater:#f2b25f;
--orange-ochre:#d97c30;
--gold-varnish-brown:#b85e2e;
}