@jeact/colors
Version:
A module that stores colors. Including Bootstrap and MaterialUI colors. (This module is inspired in jebbarbas's `jebcolors` module, but this module only stores colors).
38 lines (37 loc) • 998 B
JavaScript
// Social Main Colors
export var misc = {
'githubAlt': '#000000',
'googlePlusOfficial': '#dd4b39',
'google': '#dd4b39',
'redditAlien': '#fc461e',
'stackOverflow': '#f27f33',
'angellist': '#1c4082',
'codepen': '#000000',
'envelope': '#000000',
'etsy': '#f2581e',
'facebook': '#4267b2',
'facebookMessenger': '#0084ff',
'flickr': '#ff0084',
'foursquare': '#0072b1',
'github': '#000000',
'gitlab': '#e14329',
'instagram': '#517fa4',
'linkedin': '#007bb6',
'medium': '#02b875',
'pinterest': '#cb2027',
'quora': '#a82400',
'soundcloud': '#ff5500',
'steam': '#c6c3c1',
'stumbleupon': '#eb4823',
'tumblr': '#32506d',
'twitch': '#6441a5',
'twitter': '#00aced',
'vimeo': '#aad450',
'vk': '#5181b8',
'wechat': '#7bb32e',
'weibo': '#e6162d',
'whatsapp': '#075e54',
'wordpress': '#21759b',
'youtube': '#bb0000',
'microsoft': '#46a4f2'
};