Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f6c4b1;
}
.young-crab {
color: #f79f9c;
}
.sugar-coral {
color: #f66a71;
}
.rosy-cheeks {
color: #d94a6e;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--coral-bisque:#f6c4b1;
--young-crab:#f79f9c;
--sugar-coral:#f66a71;
--rosy-cheeks:#d94a6e;
--purple-orchid:#a84d89;
}