Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c0;
}
.tickled-pink {
color: #f1a7c2;
}
.violet-kiss {
color: #ef9fd3;
}
.be-my-valentine {
color: #eba3c3;
}
.carnation-bouquet {
color: #f6c1d2;
}
/* CSS Variables */
:root {
--ibis:#f5b2c0;
--tickled-pink:#f1a7c2;
--violet-kiss:#ef9fd3;
--be-my-valentine:#eba3c3;
--carnation-bouquet:#f6c1d2;
}