commit 4afc8f0736e9afa53459cce4fcd6388e97097f7a Author: dalfuss Date: Thu Jun 12 20:10:16 2025 +0200 first commit diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..80a3f5c --- /dev/null +++ b/css/custom.css @@ -0,0 +1,71 @@ +body { + text-align: center; +} + +.palette { +display: flex; +flex-wrap: wrap; +justify-content: center; +margin-bottom: 40px; +} + +.color { +width: 150px; +height: 150px; +display: flex; +align-items: center; +justify-content: center; +color: white; +border-radius: 10px; +margin: 10px; +} + +.light { + color: black; +} + +a { +color: #F5A9B8; +text-decoration: none; +transition: color 0.3s; +} + +a:hover { +color: #5BCEFA; +} + +a:visited { + color: #5BCEFA; +} + +.popup { +display: none; +position: fixed; +top: 50%; +left: 50%; +transform: translate(-50%, -50%); +padding: 20px; +background-color: #040404; +color: white; +border-radius: 10px; +border-color: #fff; +z-index: 1000; +} + +.logo { + width: 10vw; + margin: 0 auto; + display: block; +} + +.fa-link { + color: #545454; +} + +.jax { + color: #a8c5db; +} + +.aidan { + color: #216240; +} diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..1551c26 Binary files /dev/null and b/images/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1d8ddd9 --- /dev/null +++ b/index.html @@ -0,0 +1,70 @@ + + + + + + colours.dalfuss.link + + + + + + +

+

These are the colours I use!

+

Dalfuss "Brand" Colours

+
+
#F5A9B8
+
#5BCFFA
+
#FFFFFF
+
#161618
+
+ +

Jax P. Nolan

+
+
Skin
#A8C5DB
+
Dyed Hair
#F5A9B8
+
Natural Hair
#12354B
+
Eyes
#105522
+
Freckles
#12404B
+
+ +

Aidan Leahy

+
+
Skin
#93ABBE
+
Hair
#216240
+
Eyes
#2BA2E6
+
+ + + + + \ No newline at end of file