This file contains 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
// If you want a named colors approach, Mirco Veltri ( https://twitter.com/alipanick ) has written them in this gist: | |
// https://gist.github.com/indaco/ea5d9d514e67d1e65daf4d95012bc9ff | |
--------------------------------------------------------------------------------------------------------------------- | |
p1: { | |
1: '#01020a', | |
2: '#801805', | |
3: '#ff2e00', | |
4: '#fea82f', | |
5: '#fffecb', | |
}, | |
p2: { | |
1: '#540B0E', | |
2: '#9E2A2B', | |
3: '#E09F3E', | |
4: '#FFF3B0', | |
5: '#335C67', | |
}, | |
p3: { | |
1: '#2c061f', | |
2: '#374045', | |
3: '#49545B', | |
4: '#D89336', | |
5: '#e1d89f', | |
}, | |
p4: { | |
1: '#bb3b0e', | |
2: '#dd7631', | |
3: '#708160', | |
4: '#d8c593', | |
5: '#900c3f', | |
}, | |
p5: { | |
1: '#b7472a', | |
2: '#cf583a', | |
3: '#eb9788', | |
4: '#ffd5ab', | |
5: '#fff2e5', | |
}, | |
p6: { | |
1: '#272343', | |
2: '#34a3a3', | |
3: '#bae8e8', | |
4: '#e3f6f5', | |
5: '#fafafa', | |
}, | |
p7: { | |
1: '#142850', | |
2: '#27496d', | |
3: '#0c7b93', | |
4: '#FBFFFE', | |
5: '#fcd1d1', | |
}, | |
p8: { | |
1: '#6583a8', | |
2: '#6b7b8e', | |
3: '#8fbbaf', | |
4: '#acdeaa', | |
5: '#d6f8b8', | |
}, | |
p9: { | |
1: '#e86ed0', | |
2: '#eb7ad4', | |
3: '#edb5f5', | |
4: '#b1e8ed', | |
5: '#e6f8f9', | |
}, | |
p10: { | |
1: '#350b40', | |
2: '#ad6c80', | |
3: '#ad6c80', | |
4: '#94b5c0', | |
5: '#b0c9d1', | |
}, | |
//New warm palettes 12.5.21 ( 10 from p11 to p20 ) | |
p11: { | |
1: '#22161C', | |
2: '#6E304B', | |
3: '#A37C82', | |
4: '#E2AE6C', | |
5: '#F2F1EF', | |
}, | |
p12: { | |
1: '#C43F2C', | |
2: '#DC7035', | |
3: '#F7997D', | |
4: '#FCB742', | |
5: '#EDC596', | |
}, | |
p13: { | |
1: '#252B31', | |
2: '#5E6668', | |
3: '#C1C8C7', | |
4: '#F6FAFB', | |
5: '#D49C6B', | |
}, | |
p14: { | |
1: '#2B331F', | |
2: '#546747', | |
3: '#BBC8BA', | |
4: '#FDDCA5', | |
5: '#FAB742', | |
}, | |
p15: { | |
1: '#171E13', | |
2: '#171E13', | |
3: '#561D18', | |
4: '#A83B25', | |
5: '#B47C4B', | |
}, | |
p16: { | |
1: '#3A1C17', | |
2: '#5A291A', | |
3: '#9B6549', | |
4: '#AC9676', | |
5: '#DFE4E0', | |
}, | |
p17: { | |
1: '#02060B', | |
2: '#401D08', | |
3: '#BC482B', | |
4: '#A3A5A8', | |
5: '#F7F6F4', | |
}, | |
p18: { | |
1: '#050C04', | |
2: '#224A08', | |
3: '#90AD2A', | |
4: '#F59EAE', | |
5: '#F15273', | |
}, | |
p19: { | |
1: '#80B7A2', | |
2: '#ADD495', | |
3: '#F497A4', | |
4: '#FFFFFF', | |
5: '#ECDBC9', | |
}, | |
p20: { | |
1: '#E13834', | |
2: '#F35F3A', | |
3: '#ccfaee', | |
4: '#7BD1B8', | |
5: '#3E6C61', | |
}, |
I did a named colors approach for it, available here.
i just saw the Comment Mirko :-) thank you, added to the gist!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did a named colors approach for it, available here.