Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thejuse/socialcolors

The most used Brand & SocialMedia Colors for WebDevelopers - 136 Colors
https://github.com/thejuse/socialcolors

backgroundcolor brand brandcolors brands colors css css-prefix less opensource scss socialmedia socialmedia-colors

Last synced: 2 months ago
JSON representation

The most used Brand & SocialMedia Colors for WebDevelopers - 136 Colors

Awesome Lists containing this project

README

        

# SocialColors
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jseidlAT/5.99)
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Thejuse/cookiebanner/blob/master/LICENSE)
> The most used Brand & SocialMedia Colors for WebDevelopers

## Getting Started

### Download & Customize
You want to manage & host SocialColors yourself? You can [download](https://github.com/Thejuse/SocialColors/zipball/master), customice and use the colors and default stylings manually. Both CSS and CSS Preprocessor (SCSS) formats are included.

### Using CSS
1. Copy the `socialcolors.css` in your CSS directory.
2. In the `` of your html, reference the location to your socialColors.css or socialColors.min.css ``
3. Check out the examples to start using socialColors

### Using SCSS
1. Copy the `socialColors.scss` or `socialColors.css` in your SCSS/CSS directory.
2. Open your project and edit the things you want.
3. Re-Complie your SCCS if using a static compiler. Otherwise, you should be good to go.
4. Check out the examples

### Using CDN
CSS - ``
Min-CSS - ``

### Using NPM
`npm install socialcolors` - Add to your NPM-Project

## Examples

### Basic use

#### Color
You can place the socialColors enywhere using the CSS Prefix `sc` and the Brand name.
`

`

#### Background-color

For a backgroundcolor you using the CSS Prefix `sc`, the brand name & `sc-background`
`

`

## All Colors:

View the Colors here: [socialcolors.net](https://www.socialcolors.net/)

## Licence
Copyright (c) 2017-2019 [Julian Seidl](https://www.jseidl.at)
Licensed under the [MIT Licence](LICENCE)