Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rozowy-pink {
color: #f3a5b7;
}
.embarrassed {
color: #ef7b96;
}
.lick-and-kiss {
color: #ed5077;
}
.chin-chin-cherry {
color: #d82c57;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rozowy-pink:#f3a5b7;
--embarrassed:#ef7b96;
--lick-and-kiss:#ed5077;
--chin-chin-cherry:#d82c57;
}