Color names in this palette
CSS code for this palette
/* CSS */
.dark-mahogany {
color: #4c202d;
}
.beaujolais {
color: #7f2e4d;
}
.guppy-violet {
color: #b05e80;
}
.bussell-lace {
color: #e6a2a2;
}
.coy-pink {
color: #f8d8d8;
}
/* CSS Variables */
:root {
--dark-mahogany:#4c202d;
--beaujolais:#7f2e4d;
--guppy-violet:#b05e80;
--bussell-lace:#e6a2a2;
--coy-pink:#f8d8d8;
}