Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.highlighter-red {
color: #e94e53;
}
.squash-blossom {
color: #f6b83c;
}
.sapling {
color: #a1c65d;
}
.blue-chill {
color: #3d9094;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--highlighter-red:#e94e53;
--squash-blossom:#f6b83c;
--sapling:#a1c65d;
--blue-chill:#3d9094;
}