Color names in this palette
CSS code for this palette
/* CSS */
.clam-shell {
color: #d3b4a6;
}
.peanut-butter-crust {
color: #c8a28d;
}
.ginger-ale {
color: #c6a96c;
}
.rebounder {
color: #b8d76a;
}
.makrut-lime {
color: #698c4a;
}
/* CSS Variables */
:root {
--clam-shell:#d3b4a6;
--peanut-butter-crust:#c8a28d;
--ginger-ale:#c6a96c;
--rebounder:#b8d76a;
--makrut-lime:#698c4a;
}