Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.fulgrim-pink {
color: #f2b1d1;
}
.favorite-lavender {
color: #d1a6d9;
}
.artesian-pool {
color: #a3c2e0;
}
.bay {
color: #b2e0d0;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--fulgrim-pink:#f2b1d1;
--favorite-lavender:#d1a6d9;
--artesian-pool:#a3c2e0;
--bay:#b2e0d0;
}