Skip to content

Instantly share code, notes, and snippets.

@topher6345
Created March 30, 2017 07:11
Show Gist options
  • Save topher6345/7935c18b66614a065d787a8eee407193 to your computer and use it in GitHub Desktop.
Save topher6345/7935c18b66614a065d787a8eee407193 to your computer and use it in GitHub Desktop.
{color:#95cde5}
-> {color:#000}
; Sequential
; I -> ii { color:#41f4df, weight:1 }
ii -> iii { color:#41f4df, weight:2 }
iii -> IV { color:#41f4df, weight:3 }
IV -> V { color:#41f4df, weight:5 }
V -> vi { color:#41f4df, weight:5 }
vi -> vii { color:#41f4df, weight:8 }
vii -> I { color:#41f4df, weight:13 }
; Circle of Fifths
; I -> IV { color:#f4bc42, weight:1 }
IV -> vii { color:#f4bc42, weight:2 }
vii -> iii { color:#f4bc42, weight:3 }
iii -> vi { color:#f4bc42, weight:5 }
vi -> ii { color:#f4bc42, weight:8 }
ii -> V { color:#f4bc42, weight:13 }
V -> I { color:#f4bc42, weight:21 }
; Pachabel
; I -> V
; V -> vi
vi -> IV { color:#f441be, weight:1 }
IV -> I { color:#f441be, weight:2 }
ii -> IV { color:#95cde5, weight:5 }
IV -> ii { color:#95cde5, weight:5 }
V -> vii { color:#95cde5, weight:5 }
vii -> V { color:#95cde5, weight:5 }
IV -> vi { color:#95cde5, weight:5 }
vi -> IV { color:#95cde5, weight:5 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment