Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.hot-aquarelle-pink {
color: #ffb3db;
}
.flamingo-pink {
color: #ff8fab;
}
.stellar-strawberry {
color: #ff5c8a;
}
.laser-trap {
color: #ff3d6e;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--hot-aquarelle-pink:#ffb3db;
--flamingo-pink:#ff8fab;
--stellar-strawberry:#ff5c8a;
--laser-trap:#ff3d6e;
}