Nekolover_8
Oh my gosh... I just played around with my mule's profile and figured some of that out. Only the basic basics though. I LOVE how you posted what everything does! :HEART: I'm totally new at this and I appreciate it!
Question!
How do you know colors and their codes? If I knew that I would be onto something!
Hexadecimal codes can be found in coloring programs such as Photoshop, Photoshop Elements, Painter, OpenCanvas, etc. What you need to do is to click on the color and a table will pop up like this:

The color in this picture would be: E0AB3B. When you put the color into your CSS code, you need to do it like this:
#E0AB3B;
The red star is important. If you see an exclamation point in the corner that means 1) you can't print that color on your printer 2) It may (or may not) not display properly on the net. To get rid of the exclamation point, click on the small square inside of the star as shown here.