Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.jazz-age-coral {
color: #f1bfb1;
}
.pink-lady {
color: #f1d6b7;
}
.natural-youth {
color: #d6e3b5;
}
.shallow-shoal {
color: #9fd6d4;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--jazz-age-coral:#f1bfb1;
--pink-lady:#f1d6b7;
--natural-youth:#d6e3b5;
--shallow-shoal:#9fd6d4;
}