Color names in this palette
CSS code for this palette
/* CSS */
.dynamic-green {
color: #a8d93f;
}
.yellow-green-shade {
color: #b9e37d;
}
.paper-tiger {
color: #f9f3ae;
}
.butterscotch {
color: #fbaf4b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--dynamic-green:#a8d93f;
--yellow-green-shade:#b9e37d;
--paper-tiger:#f9f3ae;
--butterscotch:#fbaf4b;
--sun-orange:#f47b1f;
}