Hi! I've recently adopted a Cadogre called Tony Stark, as I saw the name was retired and I'm a HUGE Marvel fan. I was wondering if anyone could possibly help me with the colours in particular? I'm using this palette mostly: https://www.color-hex.com/color-palette/9353 And I'm using this free template: https://subeta.net/forums.php/read/889085
Any help would be highly appreciated!!! And if you need anything from the Candy Shop, I'd be happy to get it for you :)
one thing you can do is take the RGB colors from that page and instead of using:
background-color:;
you can use:
background-color:rgba(96,0,0,0.5);
as you can see there's 4 numbers, the first 3 tell you the color and the last give you opacity (which means how transparent a color is) that way you can basically customize it a ton more. Also you can never go wrong with adding greys/black. Just look up "shades of grey hex colors"
When going in to change the free template's colors, do ctrl+F and look for: "color" or "background-color" or "#"
Thank you so much!! I'll definitely use that :)