Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c3a1;
}
.calabrese {
color: #f5a7a3;
}
.pink-carnation {
color: #f27d9c;
}
.pink-flambe {
color: #d64c7a;
}
.plum-dust {
color: #a64e98;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c3a1;
--calabrese:#f5a7a3;
--pink-carnation:#f27d9c;
--pink-flambe:#d64c7a;
--plum-dust:#a64e98;
}