Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.lantana {
color: #d86f6f;
}
.gracious-rose {
color: #e4b7af;
}
.lime-bright {
color: #f1e4b1;
}
.allspice {
color: #f6cba7;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--lantana:#d86f6f;
--gracious-rose:#e4b7af;
--lime-bright:#f1e4b1;
--allspice:#f6cba7;
}