Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.chipmunk {
color: #d3a14a;
}
.dynamic-green {
color: #a2d84b;
}
.mountain-bluebird {
color: #4c9cc8;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--chipmunk:#d3a14a;
--dynamic-green:#a2d84b;
--mountain-bluebird:#4c9cc8;
--lynx-white:#f7f7f7;
}