Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.my-pink {
color: #d78e7f;
}
.city-of-pink-angels {
color: #e6b4a3;
}
.coral-bisque {
color: #f6c4b1;
}
.dessert-cream {
color: #f6e5d0;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--my-pink:#d78e7f;
--city-of-pink-angels:#e6b4a3;
--coral-bisque:#f6c4b1;
--dessert-cream:#f6e5d0;
}