Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.verditer {
color: #00b3aa;
}
.dark-shamrock {
color: #3fcf8e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--verditer:#00b3aa;
--dark-shamrock:#3fcf8e;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}