Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.aerospace-orange {
color: #ff5100;
}
.pink-poison {
color: #ff007b;
}
.digital-violets {
color: #a600ff;
}
.indigo {
color: #4a0080;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--aerospace-orange:#ff5100;
--pink-poison:#ff007b;
--digital-violets:#a600ff;
--indigo:#4a0080;
}