Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a3b5;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.poetic-princess {
color: #f9e1e5;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.citrus-sachet {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--pink-fit:#f5a3b5;
--sullivan-s-heart:#f7c5d5;
--poetic-princess:#f9e1e5;
--yellow-wax-pepper:#f0e6b7;
--citrus-sachet:#f1c6a7;
}