Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.chinook {
color: #a4d6a9;
}
.themeda-japonica {
color: #e4b23f;
}
.ginshu {
color: #bf2b2b;
}
.cream-washed {
color: #f1e0c6;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--chinook:#a4d6a9;
--themeda-japonica:#e4b23f;
--ginshu:#bf2b2b;
--cream-washed:#f1e0c6;
}