Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d2;
}
.fulgrim-pink {
color: #f2b1d2;
}
.conch-shell {
color: #ff8a9b;
}
.stellar-strawberry {
color: #ff5c8a;
}
.laser-trap {
color: #ff3d6a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d2;
--fulgrim-pink:#f2b1d2;
--conch-shell:#ff8a9b;
--stellar-strawberry:#ff5c8a;
--laser-trap:#ff3d6a;
}