Comments on [ F2U ] Perfume All Comments Start of Thread Parent

assuming you want custom colours: are you're talking about just the background colour?  or the overall accent?

if you're looking to change the accent of the code (pale blue), make sure you're editing with code editor (not WYSIWYG) and use this tutorial on how to change it quickly

if you just want the background colour to change, you can edit it around Line 59 of the code:

 <div class="card bg-faded p-md-4 p-2" style="box-shadow:0 0 50px rgba(0,0,0,0.1); background-color:#9db6ec; border-color:rgba(255,255,255,0.3); border-width:4px; border-radius:40px">

change the background-colour to your desired hexcode and you're good to go! ^^