Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.mary-s-rose {
color: #f5d1d4;
}
.squid-pink {
color: #f7b6bf;
}
.sugar-tooth {
color: #d88d9b;
}
.tutti-frutti {
color: #c0597d;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--mary-s-rose:#f5d1d4;
--squid-pink:#f7b6bf;
--sugar-tooth:#d88d9b;
--tutti-frutti:#c0597d;
}