Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f7c750;
}
.sandy-brown {
color: #f1a65f;
}
.apricot-sorbet {
color: #e6a860;
}
.mandarin-red {
color: #e54d38;
}
.peanut-butter-jelly {
color: #c84c2d;
}
/* CSS Variables */
:root {
--go-bananas:#f7c750;
--sandy-brown:#f1a65f;
--apricot-sorbet:#e6a860;
--mandarin-red:#e54d38;
--peanut-butter-jelly:#c84c2d;
}