PHPackages                             teguhpermadi/filament-simple-color-picker - 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. [Admin Panels](/categories/admin)
4. /
5. teguhpermadi/filament-simple-color-picker

ActiveLibrary[Admin Panels](/categories/admin)

teguhpermadi/filament-simple-color-picker
=========================================

Simple color picker form field for FilamentPHP admin panel.

0.1.4(2y ago)06MITBladePHP ^8.0

Since Apr 7Pushed 2y agoCompare

[ Source](https://github.com/teguhpermadi/filament-simple-color-picker)[ Packagist](https://packagist.org/packages/teguhpermadi/filament-simple-color-picker)[ Docs](https://github.com/teguhpermadi/filament-simple-color-picker)[ GitHub Sponsors](https://github.com/rockero-cz)[ RSS](/packages/teguhpermadi-filament-simple-color-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (16)Versions (6)Used By (0)

[![Alt text](/assets/banner.png "Simple color picker")](/assets/banner.png)

Filament Simple Color Picker
============================

[](#filament-simple-color-picker)

[![Rockero](https://camo.githubusercontent.com/4d4c49ffa87da81dc07dfe374ac2cee7a9ad9c98ec58482f144eab60338fbe21/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f526f636b65726f2d79656c6c6f77)](https://rockero.cz)[![Latest Version on Packagist](https://camo.githubusercontent.com/eda0affeefd6a6a34e9e2bd6b5d4e43b0fc219233a193f4538ba65deca7d5502/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f636b65726f2d637a2f66696c616d656e742d73696d706c652d636f6c6f722d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rockero-cz/filament-simple-color-picker)[![Total Downloads](https://camo.githubusercontent.com/35f416a2401fb859e652e7c32a51ead838e6a88e51ce4ba847483f58f3f5fd39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f636b65726f2d637a2f66696c616d656e742d73696d706c652d636f6c6f722d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rockero-cz/filament-simple-color-picker)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)

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

[](#installation)

Install the package via composer:

```
composer require rockero-cz/filament-simple-color-picker
```

Features
--------

[](#features)

Filament form input allows you to predefine a color palette for users, with the possibility to set the number of colors per row.

---

[![Alt text](/assets/simple-color-picker.png "Simple color picker")](/assets/simple-color-picker.png)

[![Alt text](/assets/simple-color-picker-dark.png "Simple color picker dark")](/assets/simple-color-picker-dark.png)

### Usage

[](#usage)

```
use Rockero\FilamentSimpleColorPicker\SimpleColorPicker;

SimpleColorPicker::make('color')
    ->colors([
        '#0ea5e9', // blue light
        '#0094ff', // blue middle
        '#0000ff', // blue dark

        '#FFD700', // Gold
        '#FFC300', // yellow
        '#ff9200', // orange

        '#36d943', // green light
        '#26B131', // green middle
        '#209b2a', // green dark

        '#ff00ff', // pink
        '#cc00ff', // purple
        '#ff0000', // red

        '#dddddd', // gray light
        '#9a9a9a', // gray middle
        '#565656', // gray dark

        '#8D1E4D', // wine
        '#581845', // dark purple
        '#000000', // black
    ])
    ->colorColumns(6),
```

---

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Rockero](https://github.com/rockero-cz)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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

4

Last Release

766d ago

### Community

Maintainers

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

---

Top Contributors

[![tomas-doudera](https://avatars.githubusercontent.com/u/32466344?v=4)](https://github.com/tomas-doudera "tomas-doudera (19 commits)")[![teguhpermadi](https://avatars.githubusercontent.com/u/6374863?v=4)](https://github.com/teguhpermadi "teguhpermadi (8 commits)")[![ivanpisa](https://avatars.githubusercontent.com/u/67012849?v=4)](https://github.com/ivanpisa "ivanpisa (1 commits)")

---

Tags

laravelfilamentrockero-czrockerofilament-simple-color-picker

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/teguhpermadi-filament-simple-color-picker/health.svg)

```
[![Health](https://phpackages.com/badges/teguhpermadi-filament-simple-color-picker/health.svg)](https://phpackages.com/packages/teguhpermadi-filament-simple-color-picker)
```

###  Alternatives

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)

PHPackages © 2026

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