Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.strawberry-avalanche {
color: #f0493d;
}
.persimmon-orange {
color: #f86c2a;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.crazy {
color: #e2c93c;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--strawberry-avalanche:#f0493d;
--persimmon-orange:#f86c2a;
--gemini-mustard-momento:#f9a64e;
--crazy:#e2c93c;
}