Actually, now the GUI adds a way to do this, in later versions. Edit the dashboard, edit the search of the single panel you want to colorize to remove rangemap, so you're just presenting a numeric value. The right most menu, looks to me like a little pen, click that, and click on Colors. Turn Use Colors on and define your ranges and colors here.
From the Simple XML editor, use this:
<title>Total Transactions</title>
<search base="perf2data">
<query>stats sum(TOTAL) as TOTAL</query>
</search>
<option name="drilldown">none</option>
<option name="numberPrecision">0</option>
<option name="rangeColors">["0x65a637","0xf7bc38","0xd93f3c"]</option>
<option name="rangeValues">[7500000,10000000]</option>
<option name="useColors">1</option>
... View more