Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.greyish-pink {
color: #c88d8f;
}
.coco {
color: #d2b9a3;
}
.antoinette-pink {
color: #e6c4b3;
}
.french-creme {
color: #f2e6cf;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--greyish-pink:#c88d8f;
--coco:#d2b9a3;
--antoinette-pink:#e6c4b3;
--french-creme:#f2e6cf;
}