Mobile app version of vmapp.org
Login or Join
BetL875

: How are color palettes used in Web Design? I am working on theme admin interface and introducing a color palette switcher. For starters admin has 5 colors in the palette. All color pickers

@BetL875

Posted in: #ColorTheory #Palette

I am working on theme admin interface and introducing a color palette switcher.
For starters admin has 5 colors in the palette.



All color pickers used in the theme have the option to pick from color palette. Nice and sweet.

Questions:
Is there a standard use of color palettes?
And are you as web designer following specific pattern when using color palettes?

The way I am using it for testing is ,


Color 1 = Links and headings
Color 2 = link hovers, active links (
site, accordion, tabs ) , shortcode icons
Color 3 = Sub Menu hovered
background,forum table headings background, form inputs border
Color 4 = Sub menu background, forum table background
Color 5 = Not used for now


When the admin than changes the palette colors all the mention items change .

What I am trying to figure out is the "standard" design pattern ( if there is any ) that designers use with color palettes in order to apply this to theme interface.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL875

2 Comments

Sorted by latest first Latest Oldest Best

 

@Lee3735518

I think you should think of a palette in terms of the function each color serves. For example, a palette could be:


Background color
Text color (typically black or dark gray if using a light background)
Main accent color (used for example in links and buttons)
Secondary accent color (maybe used for hover states or titles)


You could use shades of these colors to generate other interface element colors.

A good example you can take a look at is Bootstrap's default color palette, that uses these colors as part of its palette:

$brand-primary:
$brand-success:
$brand-info:
$brand-warning:
$brand-danger:
$brand-inverse:

You can see how each color is defined by the function/meaning it has in the context of the interface.

10% popularity Vote Up Vote Down


 

@Ravi4787994

I am by no means an professional when it comes to design but:

In my opinion its great to define one standard theme. If the user wants he can change it,if not, he just uses this one. The colors match and work nice together.

Now to the color pallete:
You could take a look at Material Design by google. Its design basics focuss alot on motion,style and layout and are applied to many android apps but material design is also meant to be universall across multiple platforms and screen sizes. Maybe you can find some inspiration on there and create color schemes which may work great.

Hope i could help a little

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme