Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.animated-coral {
color: #f28f7d;
}
.royal-blush {
color: #f76e50;
}
.sweet-mandarin {
color: #d45c3a;
}
.rose-of-sharon {
color: #a94c2d;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--animated-coral:#f28f7d;
--royal-blush:#f76e50;
--sweet-mandarin:#d45c3a;
--rose-of-sharon:#a94c2d;
}