PHPackages                             phpcolor/pico-colors - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpcolor/pico-colors

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpcolor/pico-colors
====================

Pico Colors - PHP Color Palette

v0.2.0(2y ago)17MITPHPPHP &gt;=8.3

Since May 1Pushed 3mo agoCompare

[ Source](https://github.com/phpcolor/pico-colors)[ Packagist](https://packagist.org/packages/phpcolor/pico-colors)[ Docs](https://phpcolor.dev/)[ RSS](/packages/phpcolor-pico-colors/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Pico Colors
===========

[](#pico-colors)

This package provides access to the color palettes used in Pico CSS.

[![Pico Colors](Resources/colors.svg)](Resources/colors.svg)

Installation
------------

[](#installation)

```
composer require phpcolor/pico-colors
```

Usage
-----

[](#usage)

### Color names

[](#color-names)

```
use PhpColor\Colors\Pico\PicoColors as Pico;

$colors = Pico::colors();

$names = $colors->getNames();
// 'red', 'pink', 'fuchsia', 'purple', 'violet', 'indigo'
// 'blue', 'azure', 'cyan', 'jade', 'green', 'lime', 'yellow',
// 'amber', 'pumpkin', 'orange', 'sand', 'gray', 'zinc'
```

### Color shades

[](#color-shades)

```
use PhpColor\Colors\Pico\PicoColors as Pico;

$colors = Pico::colors();

$shades = $colors->getShades();
// 50, 100, 150, ... ,850, 900, 950
```

### Color values

[](#color-values)

```
use PhpColor\Colors\Pico\PicoColors as Pico;

$colors = Pico::colors();

echo $colors->azure;             // #017fc0
echo $colors->azure();           // #017fc0
echo $colors->azure(500)         // #017fc0

echo $colors->get('azure');      // #017fc0
echo $colors->get('azure', 500); // #017fc0
```

---

[![Pico Colors](Resources/colors.svg)](Resources/colors.svg)

Credits
-------

[](#credits)

The colors listed in this project are based on the colors used by [Pico](https://picocss.com/).

License
-------

[](#license)

This [PHPColor](https://phpcolor.dev) package is released under the [MIT license](LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

739d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8951d49b371d210280a58ce48969a07d1f49924810f8a1fab3a9343eb46fdc9?d=identicon)[simonandre](/maintainers/simonandre)

![](https://www.gravatar.com/avatar/a798e0337c09608ab5c3d78d5bd120490a8e8689c4ef026bea27cfc136c7d60c?d=identicon)[raphael-geffroy](/maintainers/raphael-geffroy)

---

Top Contributors

[![smnandre](https://avatars.githubusercontent.com/u/1359581?v=4)](https://github.com/smnandre "smnandre (2 commits)")

---

Tags

colorcolorspalettephppicopicocssscalecssscalecolorspalettepico

### Embed Badge

![Health badge](/badges/phpcolor-pico-colors/health.svg)

```
[![Health](https://phpackages.com/badges/phpcolor-pico-colors/health.svg)](https://phpackages.com/packages/phpcolor-pico-colors)
```

###  Alternatives

[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k30.5M336](/packages/matthiasmullie-minify)[scssphp/scssphp

scssphp is a compiler for SCSS written in PHP.

62827.7M220](/packages/scssphp-scssphp)[mexitek/phpcolors

A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.

5003.6M18](/packages/mexitek-phpcolors)[wikimedia/less.php

PHP port of the LESS processor

12327.4M77](/packages/wikimedia-lessphp)[cerdic/css-tidy

CSSTidy is a CSS minifier

2092.0M6](/packages/cerdic-css-tidy)[natxet/cssmin

Minifying CSS

827.3M98](/packages/natxet-cssmin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
