Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.snow-white-blush {
color: #f9aeae;
}
.vinaceous-cinnamon {
color: #f68888;
}
.hot-coral {
color: #f05c5c;
}
.permanent-geranium-lake {
color: #df2a2a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--snow-white-blush:#f9aeae;
--vinaceous-cinnamon:#f68888;
--hot-coral:#f05c5c;
--permanent-geranium-lake:#df2a2a;
}