Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.calabrese {
color: #f1a8a2;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.elven-olympics {
color: #6e9a2d;
}
.pine {
color: #2b5e36;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--calabrese:#f1a8a2;
--light-sh-shin-yellow:#f5e87f;
--elven-olympics:#6e9a2d;
--pine:#2b5e36;
}