Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a6d9d2;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e74d3c;
}
.calabrese {
color: #f1a8a2;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--lolly-ice:#a6d9d2;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e74d3c;
--calabrese:#f1a8a2;
--concord-jam:#6c5b80;
}