Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.sunny-mood {
color: #f6c84c;
}
.yellow-dragon {
color: #f6e67e;
}
.fashion-green {
color: #b5d36f;
}
.tree-palm {
color: #7dae4c;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--sunny-mood:#f6c84c;
--yellow-dragon:#f6e67e;
--fashion-green:#b5d36f;
--tree-palm:#7dae4c;
}