Sky color is calculated based on the temperature of the biome. The temperature is first divided by 3. If the resulting value is greater than 1 or less than -1, the value is set to the respective number.
F1 = 0.62222224 - (F * 0.05) F2 = 0.5 + (F * 0.1) F3 = 1
n = (F1 * 6) % 6 as an integer F7 = F1 * 6 - n F8 = F3 * (1 - F2) F9 = F3 * (1 - F7 * F2) F10 = F3 * (1 - (1 - F7) * F2)
| Biome | Sky Color | Fog Color | Water Color | Water Fog Color |
|---|---|---|---|---|
| Ocean | #7ba5ff |
#c0d8ff |
#3f76e4 |
#050533 |
| Deep Ocean | ||||
| Frozen Ocean | #7fa1ff |
#3938C9 | ||
| Deep Frozen Ocean | #7ba5ff | |||
| Cold Ocean | #3d57d6 | |||
| Deep Cold Ocean | ||||
| Lukewarm Ocean | #45adf2 |
#041633 | ||
| Deep Lukewarm Ocean | ||||
| Warm Ocean | #43d5ee |
#041f33 | ||
| Deep Warm Ocean | ||||
| River | #3f76e4 |
#050533 | ||
| Frozen River | #7fa1ff |
#3938c9 | ||
| Beach | #78a7ff |
#3f76e4 | ||
| Stone Shore | #7da2ff | |||
| Snowy Beach | #7fa1ff |
#3d57d6 |