Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.roman {
color: #d75b5d;
}
.aloha-sunset {
color: #e6aa8e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--roman:#d75b5d;
--aloha-sunset:#e6aa8e;
--solar-plexus-chakra:#f1c84b;
--smooth-as-corn-silk:#f6e5b1;
}