Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.carmine {
color: #d60032;
}
.choral-singer {
color: #b87a99;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--carmine:#d60032;
--choral-singer:#b87a99;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}