You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
440 B
14 lines
440 B
import colors from "../colors"; |
|
import ramp from "../ramp"; |
|
|
|
export var scheme = new Array(3).concat( |
|
"fee0d2fc9272de2d26", |
|
"fee5d9fcae91fb6a4acb181d", |
|
"fee5d9fcae91fb6a4ade2d26a50f15", |
|
"fee5d9fcbba1fc9272fb6a4ade2d26a50f15", |
|
"fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d", |
|
"fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d", |
|
"fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d" |
|
).map(colors); |
|
|
|
export default ramp(scheme);
|
|
|