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