Color names in this palette
CSS code for this palette
/* CSS */
.sweet-nectar {
color: #f9c1ae;
}
.calabrese {
color: #f0a5a3;
}
.pink-carnation {
color: #ea7b9e;
}
.pretty-in-plum {
color: #d1578c;
}
.plum-dust {
color: #a84d91;
}
/* CSS Variables */
:root {
--sweet-nectar:#f9c1ae;
--calabrese:#f0a5a3;
--pink-carnation:#ea7b9e;
--pretty-in-plum:#d1578c;
--plum-dust:#a84d91;
}