Color names in this palette
CSS code for this palette
/* CSS */
.tomato {
color: #f2392c;
}
.hot-orange {
color: #f78c40;
}
.go-bananas {
color: #f7ca50;
}
.vanilla {
color: #f3e7aa;
}
.chartreuse-spark {
color: #b4d21e;
}
/* CSS Variables */
:root {
--tomato:#f2392c;
--hot-orange:#f78c40;
--go-bananas:#f7ca50;
--vanilla:#f3e7aa;
--chartreuse-spark:#b4d21e;
}