Color names in this palette
CSS code for this palette
/* CSS */
.times-square-screens {
color: #1dbf73;
}
.verditer {
color: #00b3aa;
}
.hawaiian-raspberry {
color: #ff0051;
}
.shocking-orange {
color: #ff6d1f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--times-square-screens:#1dbf73;
--verditer:#00b3aa;
--hawaiian-raspberry:#ff0051;
--shocking-orange:#ff6d1f;
--creamy-sweet-corn:#f9c54e;
}