Color names in this palette
CSS code for this palette
/* CSS */
.adonis-rose-yellow {
color: #f0c24c;
}
.hot-butter {
color: #e6a100;
}
.harvest-eve-gold {
color: #d68f00;
}
.bamboo-brown {
color: #c77b00;
}
.indocile-tiger {
color: #b36b00;
}
/* CSS Variables */
:root {
--adonis-rose-yellow:#f0c24c;
--hot-butter:#e6a100;
--harvest-eve-gold:#d68f00;
--bamboo-brown:#c77b00;
--indocile-tiger:#b36b00;
}