Help with color choices

Hi,

Im File. I need some help on these two things, color, and font.

Now I’m making an escape game like the mimic(its not a copy of the game. I was developing this game way before it was made just to let you know). Im making a stat bar. Im not going to add an HP bar because this is just the lobby and it would be annoying to see it when nothing can damage you. Anyways here is what it looks like

Screen Shot 2021-04-26 at 5.03.19 PM

ignore the blue outline. Its from the skybox. So here you see are 5 things. The part where it says label in the credit amount. Also known as cash or money. The text where it says Level it your level and the text right to it is the progress. On top of the credit and level labels is the EXP bar. On the left where the image label is, is where the image of the credit will be. I will size it down later too when I get the decal.

Now here are how you should reference these things

EXP bar Frame - the EXP Frame
EXP bar - the bar
Credits Frame - Credits Frame
Credits - Credits text
Level Frame - Level Frame
Level - level text
Image label Frame - the image labels frame
Main Frame - the main frame that is surrounding the amount of credits
Label Frame - the amount of credits frame
Label - Label text

Make sure to bold the the references so I don’t get confused.

So I really need help with my color choices and font choices. Im not very good at them and I’m trying to get better at it.

I hope you can help me!

From,
File

1 Like

You could try making the EXP bar a somewhat dark yellow color… It might also be a decent idea to make the GUI a dark blue color, however you will also need to change the text color to white.

Light yellow section:

Click to see the codes of the colors

[234, 255, 98]

Light blue section:

Click to see the codes of the colors

[185, 255, 224]

Red section:

Click to see the codes of the colors

[255, 48, 51]

Gray section:

Click to see the codes of the colors

[131, 131, 131]

I hope I could help
Sincerely,
@dikyar9