Color names in this palette
CSS code for this palette
/* CSS */
.tasman-honey-yellow {
color: #e6c85c;
}
.lionhead {
color: #d5b40b;
}
.cobra-leather {
color: #b68d07;
}
.arousing-alligator {
color: #796702;
}
.notorious-neanderthal {
color: #604b01;
}
/* CSS Variables */
:root {
--tasman-honey-yellow:#e6c85c;
--lionhead:#d5b40b;
--cobra-leather:#b68d07;
--arousing-alligator:#796702;
--notorious-neanderthal:#604b01;
}