Convenience method to get a single budget color with position i.
static Color budgetColor(int i) { return cycledColor(budgetColors, i); }