Added Text Colour & Named Colours & Changed div Name

This commit is contained in:
dalfuss 2025-07-06 02:03:00 +02:00
parent 8ff7dd58a2
commit 0c4a33436a
1 changed files with 6 additions and 5 deletions

View File

@ -19,12 +19,13 @@
<div class="popup" id="popup"> Copied color: <span id="popupText"></span> </div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="logo" fill="url(#logo-gradient) #ffffff"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>
<p>These are the colours <a href="https://samalyx.gay" target="_blank">I</a> use!</p>
<h2 style="color: #F5A9B8">Definitely some Colours</h2>
<h2 style="color: #F5A9B8">Sam Alyx' Dev & Design Colours</h2>
<div class="palette">
<div class="color light" style="background-color: #f5a9b8;">#F5A9B8</div>
<div class="color light" style="background-color: #5bcffa;">#5BCFFA</div>
<div class="color light" style="background-color: #FFFFFF;">#FFFFFF</div>
<div class="color" style="background-color: #161618;">#161618</div>
<div class="color light" style="background-color: #f5a9b8;">Trans Pink<br>#F5A9B8</div>
<div class="color light" style="background-color: #5bcffa;">Trans Blue<br>#5BCFFA</div>
<div class="color light" style="background-color: #FFFFFF;">Trans White<br>#FFFFFF</div>
<div class="color light" style="background-color: #F2F5F4;">Text Colour<br>#F2F5F4</div>
<div class="color" style="background-color: #161618;">Background Colour<br>#161618</div>
</div>
<h2 class="jax">Jax P. Nolan <a href="https://ref.jaxoff.tv" target="_blank"><i class="fas fa-link fa-2xs"></i></a></h2>