Check if a given string is css compatible color value
Check if a string is CSS color stop
Check if a string is CSS color value
Determine if a string is a valid CSS color hex
Determine if a name is a valid CSS color name
A CSS parser, transformer, and minifier written in Rust
CSS Object Model implementation and CSS parser
A list of color names and its values
CSS Object Model implementation and CSS parser
CSS color - Resolve and convert CSS colors.
A list of all CSS color keywords.
Parse CSS color values
Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
CSS Object Model implementation and CSS parser
Use the color() function in CSS
Let’s get serious about color
TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.
Color helpers to ease transformation between formats, gamut, etc
A utility-first CSS framework for rapidly building custom user interfaces.
Use 4 & 8 character hex color notation in CSS
Use the rebeccapurple color keyword in CSS
https://github.com/deanm/css-color-parser-js
The Next Generation of CSS-in-JS.
Use the relative color syntax in CSS
A color conversion library supporting hex, RGB, HSL, and HSV formats with parsing, manipulation (lighten, darken, saturate, desaturate), contrast ratio calculation, and all 148 CSS named colors.
Make sense of any css color string.
Jekyll plugin to generate CSS overrides based on Vibrant.js colors extracted from a given image
Color is a Ruby library to provide RGB, CMYK, HSL, and other color space manipulation support to applications that require it. It provides optional named RGB colors that are commonly supported in HTML, SVG, and X11 applications. The Color library performs purely mathematical manipulation of the colors based on color theory without reference to device color profiles (such as sRGB or Adobe RGB). For most purposes, when working with RGB and HSL color spaces, this won't matter. Absolute color spaces (like CIE LAB and CIE XYZ) cannot be reliably converted to relative color spaces (like RGB) without color profiles. When necessary for conversions, Color provides D65 and D50 reference white values in Color::XYZ. Color 2.2 adds a minor feature where an RGB color created from values can silently inherit the `#name` of a predefined color if `color/rgb/colors` has already been loaded. It builds on the Color 2.0 major release, dropping support for all versions of Ruby prior to 3.2 as well as removing or renaming a number of features. The main breaking changes are: - Color classes are immutable Data objects; they are no longer mutable. - RGB named colors are no longer loaded on gem startup, but must be required explicitly (this is _not_ done via `autoload` because there are more than 100 named colors with spelling variations) with `require "color/rgb/colors"`. - Color palettes have been removed. - `Color::CSS` and `Color::CSS#[]` have been removed.
Extract color information into various formats from CSS/SCSS files.
A library built to handle the easy conversion, comparison and manipulation of colors with CSS-style hex color notation.
Colorist is a library built to handle the easy conversion and manipulation of colors with a special emphasis on W3C standards and CSS-style hex color notation.
Colorist is a library built to handle the easy conversion and manipulation of colors with a special emphasis on W3C standards and CSS-style hex color notation.
Colorist is a library built to handle the easy conversion and manipulation of colors with a special emphasis on W3C standards and CSS-style hex color notation.
Tools to customize CSS colors and such things, particularly for multi-site apps.
Colorist is a library built to handle the easy conversion and manipulation of colors with a special emphasis on W3C standards and CSS-style hex color notation.
A performant CSS parser with C extensions for accurate parsing of complex CSS structures including media queries, nested selectors, and CSS Color Level 4