Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.benihi-red {
color: #f04d38;
}
.squash-blossom {
color: #f6b83c;
}
.buttery-croissant {
color: #f7e29c;
}
.bilious-green {
color: #a5d86e;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--benihi-red:#f04d38;
--squash-blossom:#f6b83c;
--buttery-croissant:#f7e29c;
--bilious-green:#a5d86e;
}