Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f2b1b1;
}
.wood-nymph {
color: #e9a5a5;
}
.tobermory {
color: #d49b9b;
}
.floral-tapestry {
color: #c69090;
}
.minuet-rose {
color: #b68181;
}
/* CSS Variables */
:root {
--brain-pink:#f2b1b1;
--wood-nymph:#e9a5a5;
--tobermory:#d49b9b;
--floral-tapestry:#c69090;
--minuet-rose:#b68181;
}