Color names in this palette
CSS code for this palette
/* CSS */
.gold-varnish-brown {
color: #b85a2e;
}
.peanut-butter-jelly {
color: #c94c26;
}
.sunlounge {
color: #d87f2c;
}
.intense-yellow {
color: #e1a037;
}
.sundance {
color: #f8c76d;
}
/* CSS Variables */
:root {
--gold-varnish-brown:#b85a2e;
--peanut-butter-jelly:#c94c26;
--sunlounge:#d87f2c;
--intense-yellow:#e1a037;
--sundance:#f8c76d;
}