Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.extreme-yellow {
color: #ffb829;
}
.spring-buttercup {
color: #fff5c2;
}
.may-day {
color: #4ccdc4;
}
.scooter {
color: #2f8e9d;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--extreme-yellow:#ffb829;
--spring-buttercup:#fff5c2;
--may-day:#4ccdc4;
--scooter:#2f8e9d;
}