7 lines
158 B
Ruby
7 lines
158 B
Ruby
|
Chroma.define_palette :decreasing_saturation do
|
||
|
spin(20).desaturate(40)
|
||
|
spin(-20).desaturate(40)
|
||
|
spin(40).desaturate(40)
|
||
|
spin(-40).desaturate(40)
|
||
|
end
|