All Projects → pabueco → hue.tools

pabueco / hue.tools

Licence: MIT license
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.

Programming Languages

Svelte
593 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to hue.tools

website
Gitpod website and documentation
Stars: ✭ 233 (-29.61%)
Mutual labels:  svelte, tailwindcss, sveltekit
turbosvelte
A SvelteKit monorepo starter project powered by Turborepo!
Stars: ✭ 47 (-85.8%)
Mutual labels:  svelte, vercel, sveltekit
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (-81.57%)
Mutual labels:  svelte, tailwindcss, sveltekit
markushatvan.com
Personal website and blog written from scratch with SvelteKit and TailwindCSS.
Stars: ✭ 82 (-75.23%)
Mutual labels:  svelte, tailwindcss, sveltekit
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-86.71%)
Mutual labels:  svelte, sveltekit
svelte-adapter-deno
A SvelteKit adapter for Deno
Stars: ✭ 152 (-54.08%)
Mutual labels:  svelte, sveltekit
sveltekit-electron
Minimal Sveltekit + Electron starter template.
Stars: ✭ 146 (-55.89%)
Mutual labels:  svelte, sveltekit
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+109.97%)
Mutual labels:  svelte, tailwindcss
sveltekit-blog
Sveltekit blog starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
Stars: ✭ 100 (-69.79%)
Mutual labels:  svelte, sveltekit
website
🏡 My personal website! Now built with Svelte...
Stars: ✭ 18 (-94.56%)
Mutual labels:  svelte, sveltekit
microsocial
Microsocial is an experimental social platform that takes a peer-to-peer approach to social media.
Stars: ✭ 21 (-93.66%)
Mutual labels:  svelte, tailwindcss
portfolio-svelte
My over-complicated personal site. A place to show off work and writing, and a place to try weird stuff.
Stars: ✭ 24 (-92.75%)
Mutual labels:  svelte, sveltekit
sveltekit-magic
An implementation of passwordless authentication using Magic with SvelteKit.
Stars: ✭ 38 (-88.52%)
Mutual labels:  svelte, sveltekit
svelte-parallax
a (small) spring-based parallax component library for Svelte
Stars: ✭ 87 (-73.72%)
Mutual labels:  svelte, sveltekit
hagura-sveltekit
A minimal markdown blog template built using SvelteKit
Stars: ✭ 51 (-84.59%)
Mutual labels:  svelte, sveltekit
webstone
Start your next full-stack application with Webstone and configure it as you go.
Stars: ✭ 71 (-78.55%)
Mutual labels:  svelte, sveltekit
go-omxremote
browser based omxplayer remote
Stars: ✭ 16 (-95.17%)
Mutual labels:  svelte, tailwindcss
svelte-tailwind-snowpack
TailwindCSS with Svelte and Snowpack v3
Stars: ✭ 100 (-69.79%)
Mutual labels:  svelte, tailwindcss
Svelte Storybook Tailwind
A starter template for Svelte, TailwindCSS and Storybook. You can easily start your project with this template, instead of wasting time figuring out configurations for each integration.
Stars: ✭ 204 (-38.37%)
Mutual labels:  svelte, tailwindcss
sveltekit-blog-template
A SvelteKit blog template
Stars: ✭ 79 (-76.13%)
Mutual labels:  svelte, sveltekit

hue.tools

hue.tools is web app that helps you to work with colors.

Try it out: hue.tools

Features

  • Mix
    • Mix multiple colors and generate as many shades/steps between those colors as you want
    • Switch the interpolation mode to change the way the colors are mixed
  • Blend
    • Mix two colors using one of the 16 blend modes (multiply, color burn, soft light, exclusion, etc.)
    • Change the alpha channel to make tiny adjustments
  • Info
    • Convert a color to many different color spaces and formats
    • Links to resources/stock images using the same color on platforms like Dribble, Behance and Pexels
    • Color combinations/harmonies like Triad, Analogous, Polyad
    • Complementary color
    • Name of the color using a curated list of color names
  • Modify
    • Adjust a color by combining 8 different modifiers
    • Available modifiers: Brighten, Darken, Tint, Shade, Desaturate, Saturate, Lighten and Spin

Tip: Change to output format on the top right to get exactly the color format/space you need when copying colors.

Tech

Most of the color realted features in hue.tools are powered by chroma.js and tinycolor.

Powered by Vercel

Contributing

Contributions are always welcome!

Development

# Install dependencies.
yarn

# Start the dev server and open the app in a new browser tab.
yarn dev --open
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].