Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.bayou {
color: #29897e;
}
.mosaic-tile {
color: #1c6d64;
}
.cr-me-de-la-cr-me {
color: #f3e6b4;
}
.trump-tan {
color: #f9a76c;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--bayou:#29897e;
--mosaic-tile:#1c6d64;
--cr-me-de-la-cr-me:#f3e6b4;
--trump-tan:#f9a76c;
}