Color names in this palette
CSS code for this palette
/* CSS */
.cowhide {
color: #904c4c;
}
.terra-tone {
color: #b86b6b;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.my-fair-lady {
color: #f3c4c4;
}
.bride-s-blush {
color: #f8e2e2;
}
/* CSS Variables */
:root {
--cowhide:#904c4c;
--terra-tone:#b86b6b;
--la-vie-en-rose:#d4a5a5;
--my-fair-lady:#f3c4c4;
--bride-s-blush:#f8e2e2;
}