Color names in this palette
CSS code for this palette
/* CSS */
.tropical-wood-brown {
color: #5e3c2b;
}
.peach-caramel {
color: #c6693f;
}
.shrimp-cocktail {
color: #f4a462;
}
.salmon-eggs {
color: #f4d35d;
}
.yellow-wax-pepper {
color: #eae3b8;
}
/* CSS Variables */
:root {
--tropical-wood-brown:#5e3c2b;
--peach-caramel:#c6693f;
--shrimp-cocktail:#f4a462;
--salmon-eggs:#f4d35d;
--yellow-wax-pepper:#eae3b8;
}