Color names in this palette
CSS code for this palette
/* CSS */
.lime-rasp {
color: #b7d50b;
}
.melissa {
color: #b7e16b;
}
.cornflake {
color: #f0e38e;
}
.go-bananas {
color: #f7c750;
}
.raichu-orange {
color: #f9a83e;
}
/* CSS Variables */
:root {
--lime-rasp:#b7d50b;
--melissa:#b7e16b;
--cornflake:#f0e38e;
--go-bananas:#f7c750;
--raichu-orange:#f9a83e;
}