Skip to content

AdamPloof/PaletteBlender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaletteBlender

Palette Blender is a tool for efficiently designing color palettes for use in web development. It allows you to assess colors immediately in the context of common site components and export your palette directly to CSS/SASS variables for use in your project.

Check it out at paletteblender.com

PaletteBlender screenshot of main page

Structure

This app is effectively a single page React app with a backend built on the Django web framework. It makes use of React JSS for providing dynamic stylesheets. This what allows the app to modify its own color palette in real time.

React Router is used for navigating between pages.

Future plans

PaletteBlender was developed as a tool for quickly designing color palettes for personal projects. There are a handful of bugs to fix, but in general I still use it as quick way to work up designs for new applications to this day.

Goals for improving this in the future are:

  • Bug fix: Explode color feature affects locked shades in some cases
  • Feature: Support for toggling Dark/Light mode
  • Feature: Additional widgets and layouts
  • Feature: Save palettes in the app (would require adding authentication)

About

A Django based app for quickly exploring color palettes and exporting them directly to CSS/SCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published