Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.molten-core {
color: #ff5900;
}
.coral-red {
color: #ff3d3d;
}
.digital-violets {
color: #a600ff;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--molten-core:#ff5900;
--coral-red:#ff3d3d;
--digital-violets:#a600ff;
--capri:#00bfff;
}