Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.mango-margarita {
color: #f6b74c;
}
.go-bananas {
color: #f9c84e;
}
.bilious-green {
color: #a8d56c;
}
.kelly-green {
color: #2b9c5c;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--mango-margarita:#f6b74c;
--go-bananas:#f9c84e;
--bilious-green:#a8d56c;
--kelly-green:#2b9c5c;
}