🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

ColorPalette  is a jQuery plugin to creates beautiful and colored header of your web page.

Plugins

Documentation

jquery.colorPalette

This plugin creates beautiful and colored header of your web page.

Install

<script src="jquery.min.js"></script> <script src="../jquery.colorPalette.min.js"></script>

or

bower install colorpalette

Usage

$(selector).colorPalette();

Configuration

selectorHeight

set your main height

default: "10px" options: string

selectorWidth

set your main width

default: "" options: string

blockColors

set your palette colors

default: ["#CB96EE", "#FD6E6E", "#FFAC79", "#52596B", "#26D7B1"] options: array

blockFloat

set your palette direction

default: "left" options: "left", "right"

blockHeight

set your palette height

default: "inherit" options: string

License

@author Mario Vidov
@url www.vidov.it
@twitter MarioVidov
MIT license


You May Also Like