Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.fulgrim-pink {
color: #f6b1d1;
}
.rogue-pink {
color: #f7a6c4;
}
.sweet-taffy {
color: #eab8d3;
}
.cyclamen {
color: #d68abe;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--fulgrim-pink:#f6b1d1;
--rogue-pink:#f7a6c4;
--sweet-taffy:#eab8d3;
--cyclamen:#d68abe;
}