Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d1;
}
.pink-fit {
color: #f4a4b1;
}
.embarrassed {
color: #f57a97;
}
.bonker-pink {
color: #f2507b;
}
.sensual-climax {
color: #d83b8a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d1;
--pink-fit:#f4a4b1;
--embarrassed:#f57a97;
--bonker-pink:#f2507b;
--sensual-climax:#d83b8a;
}