Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.roman {
color: #d75b5d;
}
.evening-sunset {
color: #eaaf6c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--roman:#d75b5d;
--evening-sunset:#eaaf6c;
--solar-plexus-chakra:#f1c84b;
--smooth-as-corn-silk:#f4e2b3;
}