Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.shocking-orange {
color: #ff6d1f;
}
.lemon {
color: #fff700;
}
.secret-story {
color: #ff1492;
}
.nuclear-waste {
color: #7dfa00;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--shocking-orange:#ff6d1f;
--lemon:#fff700;
--secret-story:#ff1492;
--nuclear-waste:#7dfa00;
}