Color names in this palette
CSS code for this palette
/* CSS */
.mosaic-tile {
color: #1b696f;
}
.waterfall {
color: #3bb0a2;
}
.seafoam-blue {
color: #7dd8b7;
}
.french-vanilla {
color: #f1e2a7;
}
.sweet-potato {
color: #d97c3a;
}
/* CSS Variables */
:root {
--mosaic-tile:#1b696f;
--waterfall:#3bb0a2;
--seafoam-blue:#7dd8b7;
--french-vanilla:#f1e2a7;
--sweet-potato:#d97c3a;
}