All Projects → aloisdeniel → Derived_colors

aloisdeniel / Derived_colors

Licence: other
Generate color variants.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Derived colors

Create Ava
Add AVA to your project
Stars: ✭ 14 (-68.89%)
Mutual labels:  generate
Codegen
A model-view based code generator written in Java
Stars: ✭ 36 (-20%)
Mutual labels:  generate
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-6.67%)
Mutual labels:  color
Prompt Checkbox
This repository has been archived, use Enquirer instead.
Stars: ✭ 21 (-53.33%)
Mutual labels:  generate
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (+2013.33%)
Mutual labels:  color
Onthefly
🔗 Generate TinySVG, HTML and CSS on the fly
Stars: ✭ 37 (-17.78%)
Mutual labels:  generate
Generate Gh Repo
Generate generator to create a new repository on GitHub.
Stars: ✭ 11 (-75.56%)
Mutual labels:  generate
Swifthuecolorpicker
iOS HUE color picker
Stars: ✭ 44 (-2.22%)
Mutual labels:  color
Leonardo
Generate colors based on a desired contrast ratio
Stars: ✭ 973 (+2062.22%)
Mutual labels:  color
Fliplog
fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, tracking, presets, & more...
Stars: ✭ 41 (-8.89%)
Mutual labels:  color
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-40%)
Mutual labels:  color
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-35.56%)
Mutual labels:  color
Contrast Finder
Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
Stars: ✭ 38 (-15.56%)
Mutual labels:  color
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-55.56%)
Mutual labels:  color
Material Theme For Xcode
Material design color schemes for Xcode
Stars: ✭ 43 (-4.44%)
Mutual labels:  color
Closestx11color
Find the closest xterm-256 colors (between 0 and 255) to an arbitrary HTML hexa color (e.g. #ABCDEF)
Stars: ✭ 13 (-71.11%)
Mutual labels:  color
Dufy
Color library for Common Lisp
Stars: ✭ 37 (-17.78%)
Mutual labels:  color
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (+2173.33%)
Mutual labels:  color
Ssfconv
Sogou input method skin file (.ssf file) converter, supports conversion to fcitx or fcitx5 format.
Stars: ✭ 44 (-2.22%)
Mutual labels:  color
Pretty Print Json
🦋 Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)
Stars: ✭ 41 (-8.89%)
Mutual labels:  color

derived_colors

logo

Generate color variants.

Usage

import 'package:derived_colors/derived_colors.dart';

final color = Color(0xFFFF0000);
final light = color.variants.light;
final dark = color.variants.dark;
final invert = color.variants.invert;

final hoverColor = color.subtle();

Thanks

  • Bulma : inspired by Bulma's calculations.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].