Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e1a8c3;
}
.palace-rose {
color: #f8c9d3;
}
.blackbird-s-egg {
color: #fce6e3;
}
.carnation {
color: #f57a93;
}
.pink-punch {
color: #d24b6b;
}
/* CSS Variables */
:root {
--partytime:#e1a8c3;
--palace-rose:#f8c9d3;
--blackbird-s-egg:#fce6e3;
--carnation:#f57a93;
--pink-punch:#d24b6b;
}