Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.ibis {
color: #f6b6c1;
}
.rogue-pink {
color: #f8a0c6;
}
.violet-kiss {
color: #f5a3d8;
}
.be-my-valentine {
color: #eba2c1;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--ibis:#f6b6c1;
--rogue-pink:#f8a0c6;
--violet-kiss:#f5a3d8;
--be-my-valentine:#eba2c1;
}