All Projects → saneef → color-color

saneef / color-color

Licence: MIT license
Website to generate color palettes in HSLuv color space

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to color-color

Figma Html
Convert Figma designs to HTML, React, Vue, Angular, and more!
Stars: ✭ 382 (+2147.06%)
Mutual labels:  svelte, design-tools
word-color
Finds colors associated with a word, basically https://picular.co/
Stars: ✭ 39 (+129.41%)
Mutual labels:  color-palette, design-tools
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (+258.82%)
Mutual labels:  svelte
15puzzle
A super simple PWA for 15 Puzzle game. Built with Svelte.
Stars: ✭ 29 (+70.59%)
Mutual labels:  svelte
svelte-simple-icons
📦 This package provides the Simple Icons packaged as a set of Svelte components.
Stars: ✭ 27 (+58.82%)
Mutual labels:  svelte
sapper-httpclient
An isomorphic http client for Sapper
Stars: ✭ 48 (+182.35%)
Mutual labels:  svelte
svelte-toy
A toy for svelte data stores
Stars: ✭ 73 (+329.41%)
Mutual labels:  svelte
svelte-gantt
📆 Interactive JavaScript Gantt chart/resource booking component
Stars: ✭ 226 (+1229.41%)
Mutual labels:  svelte
weatherify
A weather app built with Svelte
Stars: ✭ 17 (+0%)
Mutual labels:  svelte
svelte-cordova-boilerplate
📱 Create a mobile app with this friendly Svelte boilerplate for apache cordova. Made easy your android app and ios app
Stars: ✭ 23 (+35.29%)
Mutual labels:  svelte
breakout
🕹 A Breakout game with levels, speed modes, lives, score count, and more.
Stars: ✭ 15 (-11.76%)
Mutual labels:  svelte
drain-js
Makes smooth transitions between two numbers.
Stars: ✭ 45 (+164.71%)
Mutual labels:  svelte
its-ok-i-guess
🧐 Guess the game from the Steam review!
Stars: ✭ 41 (+141.18%)
Mutual labels:  svelte
svelteWeb3
A simple, dependency minimized package for building modern dApps with Svelte
Stars: ✭ 14 (-17.65%)
Mutual labels:  svelte
SecretColors
Python package for fantastic colors :)
Stars: ✭ 31 (+82.35%)
Mutual labels:  color-palette
status-page
⬆️🌐 Static status page website for Upptime
Stars: ✭ 94 (+452.94%)
Mutual labels:  svelte
svelte-quotes
A small app to demonstrate use of SvelteJS
Stars: ✭ 16 (-5.88%)
Mutual labels:  svelte
create-svelte-site
Create a Svelte or Sapper site in a single command.
Stars: ✭ 16 (-5.88%)
Mutual labels:  svelte
svelte-tailwind-snowpack
TailwindCSS with Svelte and Snowpack v3
Stars: ✭ 100 (+488.24%)
Mutual labels:  svelte
svelte-cordova-template
A degit template for a mobile svelte app using cordova and svelte-cordova
Stars: ✭ 25 (+47.06%)
Mutual labels:  svelte

color × color

Netlify Status

Color-color is a tool to generate color shades. Supports Okhsl, HSLuv and HSL color spaces. You can generate more than one set of shades, and compare side by side. Bring in your reference colors to tune-in the color schemes.

Designing accessible color systems article by Stripe, and Colorbox by Lyft Design inspired us.

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

Credits

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].