Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.nyc-taxi {
color: #f9b52f;
}
.miami-marmalade {
color: #f78d1d;
}
.mandalay {
color: #b67e2f;
}
.beaded-blue {
color: #4d4b8b;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--nyc-taxi:#f9b52f;
--miami-marmalade:#f78d1d;
--mandalay:#b67e2f;
--beaded-blue:#4d4b8b;
}