Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.princess {
color: #f2a6b5;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.little-smile {
color: #fbd0e8;
}
.spun-sugar {
color: #fce3ee;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--princess:#f2a6b5;
--sullivan-s-heart:#f7c5d5;
--little-smile:#fbd0e8;
--spun-sugar:#fce3ee;
}