Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.valerie {
color: #fce3e7;
}
.powder-rose {
color: #f7b1bf;
}
.think-pink {
color: #e8a6c0;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sullivan-s-heart:#f5c7d1;
--valerie:#fce3e7;
--powder-rose:#f7b1bf;
--think-pink:#e8a6c0;
}