Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8b;
}
.go-bananas {
color: #f7ca50;
}
.usubeni-red {
color: #f26969;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8b;
--go-bananas:#f7ca50;
--usubeni-red:#f26969;
--sugar-rush:#d85f9c;
}