Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.seasonal-beige {
color: #e9b79f;
}
.heirloom-lace {
color: #f6e6d5;
}
.witty-green {
color: #b5d99b;
}
.frozen-blue {
color: #a6c4d9;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--seasonal-beige:#e9b79f;
--heirloom-lace:#f6e6d5;
--witty-green:#b5d99b;
--frozen-blue:#a6c4d9;
}