Need suggestions for background colors

Discussion in 'HTML & Website Design' started by sarahk, Jun 17, 2006.

  1. #1
    Hi

    I'm just creating a form and visually differentiate between different types of fields. I figured I'd give them different background colors but I'm dreadful at color schemes so was hoping for suggestions.

    this is what I have so far

    .searchI{
    	background-color: #ccffff;
    }
    .searchM{
    	background-color: #FFD2D2;
    }
    .searchC{
    	background-color: #EFDBC3;
    }
    .searchF{
    	background-color: #C3E4C6;
    }
    Code (markup):
    Can anyone improve on that?

    thanks in advance...
     
    sarahk, Jun 17, 2006 IP
  2. Kat2

    Kat2 Well-Known Member

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Kat2, Jun 17, 2006 IP
    sarahk likes this.
  3. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #3
    those tools are neat but I really don't know how to use them. I don't know which one to select for the background and which one to select for the text , header etc.....just dont have the eye for that....my mama even still dresses me
     
    mnymkr, Jun 18, 2006 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,534
    Best Answers:
    123
    Trophy Points:
    665
    #4
    Yeah well, some of us are coders and some are designers and I guess some can't do that so they have to do marketing

    this is what I ended up with
    .searchI{background-color: #FFE6CC;}
    .searchM{background-color: #FFFFCC;}
    .searchC{background-color: #FF8F8F;}
    .searchF{ background-color: #CCE6FF;}
    Code (markup):
    still looks a bit naff but atleast they're all the same opacity etc.
     
    sarahk, Jun 18, 2006 IP