spencer-color

0.2.0 • Public • Published
some colors i like to use

npm i spencer-color

image

import {colors, combos} from 'spencer-color'
console.log(colors.red)
// '#cc7066'
console.log(combos.dupont)
// [ "#6accb2", "#705E5C", "#cc8a66", "#cc7066", "#7f9c6c", "#6699cc" ]

yeah, instead of these default html colors:

image

client-side:

<script src="https://unpkg.com/spencer-color"></script>
<script>
  let red= spencerColor.colors.red
  // '#cc7066'
</script>

See also:

MIT

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i spencer-color

    Weekly Downloads

    5

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    29.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • spencermountain