Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rozowy-pink {
color: #f1a7b7;
}
.loveland {
color: #e76e8b;
}
.lick-and-kiss {
color: #f25a7b;
}
.infrared-flush {
color: #d13346;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rozowy-pink:#f1a7b7;
--loveland:#e76e8b;
--lick-and-kiss:#f25a7b;
--infrared-flush:#d13346;
}