Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f7c0d2;
}
.rose-mallow {
color: #f2a6c9;
}
.pink-carnation {
color: #e67a9c;
}
.peppermint-swirl {
color: #d45e81;
}
.china-rose {
color: #a84d6d;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f7c0d2;
--rose-mallow:#f2a6c9;
--pink-carnation:#e67a9c;
--peppermint-swirl:#d45e81;
--china-rose:#a84d6d;
}