Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.carbon-fiber {
color: #2e2e2e;
}
.iridescent-purple {
color: #9b7dcf;
}
.red-oxide {
color: #5e1d1d;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--carbon-fiber:#2e2e2e;
--iridescent-purple:#9b7dcf;
--red-oxide:#5e1d1d;
--light-cyan:#e0ffff;
}