Created
March 9, 2026 16:43
-
-
Save eddy-geek/9bd3dfd32381f0896d7475c953f31778 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| slope: [ | |
| 'step', ['slope'], | |
| "#ffffff", // white | |
| 20, "#c0ffff", // light sky blue | |
| 24, "#57ffff", // bright cyan | |
| 28, "#00d3db", // aqua blue | |
| 31, "#fffa32", // sunshine yellow | |
| 34, "#ffc256", // macaroni | |
| 37, "#fd7100", // orange | |
| 40, "#ff0000", // cherry red | |
| 43, "#e958ff", // heliotrope | |
| 46, "#a650ff", // lighter purple | |
| 49, "#5e1eff", // purplish blue | |
| 54, "#0000ff", // rich blue | |
| 60, "#aaaaaa", // cool grey | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment