blazeyo/open_color

Open Color palette

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/blazeyo/open_color

dev-master 2018-12-28 18:35 UTC

This package is auto-updated.

Last update: 2025-12-29 03:26:13 UTC


README

A simple PHP utility class with the Open Color palette.

Installation

composer require blazeyo/open_color

Usage

use OpenColor\Colors;

$openColor = Colors::getColors();
// ['gray' => ['#f8f9fa', '#f1f3f5', ...], 'red' => ... ]