Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.peach-temptation {
color: #f1c4b1;
}
.monarch-orange {
color: #f2a06e;
}
.coppersmith {
color: #d78a3c;
}
.gold-varnish-brown {
color: #ba5d2c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--peach-temptation:#f1c4b1;
--monarch-orange:#f2a06e;
--coppersmith:#d78a3c;
--gold-varnish-brown:#ba5d2c;
}