# README
csscolor
Simple parsing method for css colors.
Supports:
- #fff
- #ffffff
- #ffffffff
- black, white, etc
- rgb(255, 255, 255)
- rgba(255, 255, 255, 0.8)
- hsl(0, 100%, 30%)
- hsla(0, 100%, 50%, 0.3)
# Functions
No description provided by the author
# Variables
No description provided by the author