The most used Brand & SocialMedia Colors for WebDevelopers
You want to manage & host SocialColors yourself? You can download, customice and use the colors and default stylings manually. Both CSS and CSS Preprocessor (SCSS) formats are included.
- Copy the
socialcolors.css
in your CSS directory. - In the
<head>
of your html, reference the location to your socialColors.css or socialColors.min.css<link rel="stylesheet" href"path/to/socialcolors.css">
- Check out the examples to start using socialColors
- Copy the
socialColors.scss
orsocialColors.css
in your SCSS/CSS directory. - Open your project and edit the things you want.
- Re-Complie your SCCS if using a static compiler. Otherwise, you should be good to go.
- Check out the examples
CSS - <link rel="stylesheet" href="https://unpkg.com/socialcolors@3.2.0/css/socialcolors.css">
Min-CSS - <link rel="stylesheet" href="https://unpkg.com/socialcolors@3.2.0/css/socialcolors.min.css">
npm install socialcolors
- Add to your NPM-Project
You can place the socialColors enywhere using the CSS Prefix sc
and the Brand name.
<p class="sc sc-instagram sc-color>Test</p>"
You can also use it as an hover color using the CSS Prefix sc-hover
<div class="sc sc-instagram sc-hover"></div>
For a backgroundcolor you using the CSS Prefix sc
, the brand name & sc-background
<p class="sc sc-instagram sc-background>Test</p>"
You can also use it as an hover backgroundcolor using the CSS Prefix sc-background-hover
<div class="sc sc-instagram sc-background-hover"></div>
View the Colors here: socialcolors.net
Copyright (c) 2017-2019 Julian Seidl Licensed under the MIT Licence