Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.go-bananas {
color: #f7ca50;
}
.blanka-green {
color: #a7d638;
}
.garish-green {
color: #4abf8c;
}
.sailfish {
color: #2b98b6;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--go-bananas:#f7ca50;
--blanka-green:#a7d638;
--garish-green:#4abf8c;
--sailfish:#2b98b6;
}