Created
February 22, 2020 07:30
-
-
Save brysonreece/8f3bce3a135583a4e828f966e1551047 to your computer and use it in GitHub Desktop.
Tailwind Social Colors
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
// colors from materialui.co/socialcolors | |
module.exports = { | |
theme: { | |
colors: { | |
'facebook': '#3b5999', | |
'messenger': '#0084ff', | |
'twitter': '#55acee', | |
'linkedin': '#0077b5', | |
'skype': '#00aff0', | |
'dropbox': '#007ee5', | |
'wordpress': '#21759b', | |
'vimeo': '#1ab7ea', | |
'slideshare': '#0077b5', | |
'vk': '#4c75a3', | |
'tumblr': '#34465d', | |
'yahoo': '#410093', | |
'google-plus': '#dd4b39', | |
'pinterest': '#bd081c', | |
'youtube': '#cd201f', | |
'stumbleupon': '#eb4924', | |
'reddit': '#ff5700', | |
'quora': '#b92b27', | |
'yelp': '#af0606', | |
'weibo': '#df2029', | |
'producthunt': '#da552f', | |
'hackernews': '#ff6600', | |
'soundcloud': '#ff3300', | |
'blogger': '#f57d00', | |
'whatsapp': '#25d366', | |
'wechat': '#09b83e', | |
'line': '#00c300', | |
'medium': '#02b875', | |
'vine': '#00b489', | |
'slack': '#3aaf85', | |
'instagram': '#e4405f', | |
'dribbble': '#ea4c89', | |
'flickr': '#ff0084', | |
'foursquare': '#f94877', | |
'behance': '#131418', | |
'snapchat': '#fffc00' | |
}, | |
extend: {} | |
}, | |
variants: {}, | |
plugins: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment