Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f1c1b6;
}
.tamale-maize {
color: #f6e7b6;
}
.mermaid-tears {
color: #dbe6a7;
}
.tareyton {
color: #9fd0c3;
}
.fulgrim-pink {
color: #f2b1d1;
}
/* CSS Variables */
:root {
--new-clay:#f1c1b6;
--tamale-maize:#f6e7b6;
--mermaid-tears:#dbe6a7;
--tareyton:#9fd0c3;
--fulgrim-pink:#f2b1d1;
}