lortza / colorpickme

Color picker site that allows you to select a color, then save it to your clipboard in RGB format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorpickme README

This is a single page color picker that allows you to select a color, then save it to your clipboard in RGB format so you can paste it into your css file.

App Stats

  • basic HTML
  • vanilla javascript

Features

  • background color changes as you move your mouse
  • a single click copies the rgb value into your clipboard
  • use this to paste rgb values directly into your css

Sample rgb output:

rgb(201, 6, 63)

About

Color picker site that allows you to select a color, then save it to your clipboard in RGB format


Languages

Language:JavaScript 54.2%Language:CSS 29.0%Language:HTML 16.2%Language:PHP 0.6%