Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.my-pink {
color: #d78f7e;
}
.strawberry-yogurt {
color: #e9b4b4;
}
.angelic-starlet {
color: #eae8d7;
}
.merino-wool {
color: #d0c0af;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--my-pink:#d78f7e;
--strawberry-yogurt:#e9b4b4;
--angelic-starlet:#eae8d7;
--merino-wool:#d0c0af;
}