Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f6c5b1;
}
.calabrese {
color: #f1a8a2;
}
.annular {
color: #e27c60;
}
.thimble-red {
color: #a35c8d;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--coral-bisque:#f6c5b1;
--calabrese:#f1a8a2;
--annular:#e27c60;
--thimble-red:#a35c8d;
--concord-jam:#6c5b80;
}