generated from inherentlee/11ty
I won't even try to chunk this up
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Palette
|
||||
---
|
||||
|
||||
{% css %}{% include "css/palette.css" %}{% endcss %}
|
||||
|
||||
## 2025
|
||||
|
||||
### Light
|
||||
|
||||
<p class="color" id="bg-light-2025">#f0f0f0</p>
|
||||
<p class="color" id="text-light-2025">#640054</p>
|
||||
<p class="color" id="header-light-2025">#185370</p>
|
||||
<p class="color" id="warn-light-2025">#fbcc0a</p>
|
||||
|
||||
### Dark
|
||||
|
||||
<p class="color" id="bg-dark-2025">#1f1f1f</p>
|
||||
<p class="color" id="text-dark-2025">#91c73b</p>
|
||||
<p class="color" id="header-dark-2025">#ff9b37</p>
|
||||
<p class="color" id="warn-dark-2025">#540033</p>
|
||||
Reference in New Issue
Block a user