Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f9c84e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.jelly-slug {
color: #d86a4b;
}
.true-purple {
color: #6f2c90;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--go-bananas:#f9c84e;
--apricot-glazed-chicken:#f5a524;
--jelly-slug:#d86a4b;
--true-purple:#6f2c90;
--olympic-blue:#4b91e2;
}