# Design Language: Discord - Group Chat That’s All Fun & Games

> Extracted from `https://discord.com` on June 25, 2026
> 1195 elements analyzed

This document describes the complete design language of the website. It is structured for AI/LLM consumption — use it to faithfully recreate the visual design in any framework.

## Color Palette

### Primary Colors

| Role | Hex | RGB | HSL | Usage Count |
|------|-----|-----|-----|-------------|
| Primary | `#5865f2` | rgb(88, 101, 242) | hsl(235, 86%, 65%) | 35 |
| Secondary | `#35ed7e` | rgb(53, 237, 126) | hsl(144, 84%, 57%) | 1 |
| Accent | `#1a2081` | rgb(26, 32, 129) | hsl(237, 66%, 30%) | 1 |

### Neutral Colors

| Hex | HSL | Usage Count |
|-----|-----|-------------|
| `#000000` | hsl(0, 0%, 0%) | 1456 |
| `#ffffff` | hsl(0, 0%, 100%) | 814 |
| `#333333` | hsl(0, 0%, 20%) | 24 |
| `#23272a` | hsl(206, 9%, 15%) | 10 |

### Background Colors

Used on large-area elements: `#1a2081`, `#000000`

### Text Colors

Text color palette: `#000000`, `#333333`, `#ffffff`, `#23272a`, `#5865f2`

### Gradients

```css
background-image: linear-gradient(rgba(88, 101, 242, 0) 43%, rgb(88, 101, 242) 77%);
```

```css
background-image: url("https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/678e4e17419ade42a75e98d9_F-c.png"), linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 83%, rgba(255, 255, 255, 0.2));
```

### Full Color Inventory

| Hex | Contexts | Count |
|-----|----------|-------|
| `#000000` | text, border, background | 1456 |
| `#ffffff` | background, text, border | 814 |
| `#5865f2` | background, text, border | 35 |
| `#333333` | text, border | 24 |
| `#23272a` | text, border | 10 |
| `#1a2081` | background | 1 |
| `#35ed7e` | background | 1 |
| `#19175c` | background | 1 |
| `#5b62c7` | background | 1 |

## Typography

### Font Families

- **Ggsans** — used for body (547 elements)
- **Abcgintodiscord** — used for all (403 elements)
- **ABC Ginto Normal** — used for body (153 elements)
- **Times** — used for body (65 elements)
- **Abcgintodiscordnord** — used for all (27 elements)

### Type Scale

| Size (px) | Size (rem) | Weight | Line Height | Letter Spacing | Used On |
|-----------|------------|--------|-------------|----------------|---------|
| 61px | 3.8125rem | 700 | 25px | -0.61px | div |
| 48px | 3rem | 700 | 57.6px | -0.48px | h2, span, br |
| 44px | 2.75rem | 700 | 37.7143px | -0.44px | h1 |
| 36px | 2.25rem | 800 | 33.48px | -0.36px | h2 |
| 22px | 1.375rem | 700 | 17.6px | -0.66px | h2 |
| 20px | 1.25rem | 400 | 26px | 0.32px | p |
| 18px | 1.125rem | 400 | 24px | 0.25px | a, svg, g, path |
| 17.6px | 1.1rem | 400 | 24px | normal | div |
| 16px | 1rem | 400 | normal | normal | html, head, style, meta |
| 14px | 0.875rem | 500 | 18.2px | 0.25px | a |

### Heading Scale

```css
h2 { font-size: 48px; font-weight: 700; line-height: 57.6px; }
h1 { font-size: 44px; font-weight: 700; line-height: 37.7143px; }
h2 { font-size: 36px; font-weight: 800; line-height: 33.48px; }
h2 { font-size: 22px; font-weight: 700; line-height: 17.6px; }
h3 { font-size: 16px; font-weight: 400; line-height: normal; }
```

### Body Text

```css
body { font-size: 16px; font-weight: 400; line-height: normal; }
```

### Font Weights in Use

`400` (873x), `500` (295x), `700` (21x), `800` (6x)

## Spacing

| Token | Value | Rem |
|-------|-------|-----|
| spacing-1 | 1px | 0.0625rem |
| spacing-24 | 24px | 1.5rem |
| spacing-29 | 29px | 1.8125rem |
| spacing-35 | 35px | 2.1875rem |
| spacing-48 | 48px | 3rem |
| spacing-52 | 52px | 3.25rem |
| spacing-56 | 56px | 3.5rem |
| spacing-60 | 60px | 3.75rem |
| spacing-64 | 64px | 4rem |
| spacing-73 | 73px | 4.5625rem |
| spacing-76 | 76px | 4.75rem |
| spacing-80 | 80px | 5rem |
| spacing-96 | 96px | 6rem |
| spacing-106 | 106px | 6.625rem |
| spacing-125 | 125px | 7.8125rem |
| spacing-128 | 128px | 8rem |
| spacing-134 | 134px | 8.375rem |
| spacing-143 | 143px | 8.9375rem |
| spacing-154 | 154px | 9.625rem |
| spacing-157 | 157px | 9.8125rem |

## Border Radii

| Label | Value | Count |
|-------|-------|-------|
| lg | 12px | 19 |
| lg | 16px | 76 |
| full | 40px | 7 |
| full | 50px | 7 |
| full | 60px | 1 |
| full | 72px | 6 |
| full | 88px | 16 |

## CSS Custom Properties

### Colors

```css
--spring-green: #57f287;
--bg-animated-gradient-background-indigo-1: hsl(var(--bg-animated-gradient-background-indigo-1-hsl)/1);
--bg-animated-gradient-background-indigo-1-hsl: 241.5 calc(var(--saturation-factor, 1)*57.143%) 27.451%;
--bg-animated-gradient-background-indigo-2: hsl(var(--bg-animated-gradient-background-indigo-2-hsl)/1);
--bg-animated-gradient-background-indigo-2-hsl: 257.059 calc(var(--saturation-factor, 1)*100%) 20%;
--bg-animated-gradient-background-not-black: hsl(var(--bg-animated-gradient-background-not-black-hsl)/1);
--bg-animated-gradient-background-not-black-hsl: 240 calc(var(--saturation-factor, 1)*7.143%) 5.49%;
--bg-animated-gradient-background-pink-1: hsl(var(--bg-animated-gradient-background-pink-1-hsl)/1);
--bg-animated-gradient-background-pink-1-hsl: 327.831 calc(var(--saturation-factor, 1)*80.583%) 59.608%;
--bg-gradient-aurora-1: hsl(var(--bg-gradient-aurora-1-hsl)/1);
--bg-gradient-aurora-1-hsl: 219.74 calc(var(--saturation-factor, 1)*86.517%) 17.451%;
--bg-gradient-aurora-2: hsl(var(--bg-gradient-aurora-2-hsl)/1);
--bg-gradient-aurora-2-hsl: 237.778 calc(var(--saturation-factor, 1)*76.415%) 41.569%;
--bg-gradient-aurora-3: hsl(var(--bg-gradient-aurora-3-hsl)/1);
--bg-gradient-aurora-3-hsl: 183.556 calc(var(--saturation-factor, 1)*78.035%) 33.922%;
--bg-gradient-aurora-4: hsl(var(--bg-gradient-aurora-4-hsl)/1);
--bg-gradient-aurora-4-hsl: 169.2 calc(var(--saturation-factor, 1)*60.241%) 32.549%;
--bg-gradient-aurora-5: hsl(var(--bg-gradient-aurora-5-hsl)/1);
--bg-gradient-aurora-5-hsl: 229.839 calc(var(--saturation-factor, 1)*92.537%) 26.275%;
--bg-gradient-blurple-twilight-1: hsl(var(--bg-gradient-blurple-twilight-1-hsl)/1);
--bg-gradient-blurple-twilight-1-hsl: 233.904 calc(var(--saturation-factor, 1)*79.574%) 53.922%;
--bg-gradient-blurple-twilight-2: hsl(var(--bg-gradient-blurple-twilight-2-hsl)/1);
--bg-gradient-blurple-twilight-2-hsl: 245.294 calc(var(--saturation-factor, 1)*63.75%) 31.373%;
--bg-gradient-chroma-glow-1: hsl(var(--bg-gradient-chroma-glow-1-hsl)/1);
--bg-gradient-chroma-glow-1-hsl: 183.39 calc(var(--saturation-factor, 1)*86.341%) 40.196%;
--bg-gradient-chroma-glow-2: hsl(var(--bg-gradient-chroma-glow-2-hsl)/1);
--bg-gradient-chroma-glow-2-hsl: 258.113 calc(var(--saturation-factor, 1)*89.831%) 46.275%;
--bg-gradient-chroma-glow-3: hsl(var(--bg-gradient-chroma-glow-3-hsl)/1);
--bg-gradient-chroma-glow-3-hsl: 298.491 calc(var(--saturation-factor, 1)*90.857%) 34.314%;
--bg-gradient-chroma-glow-4: hsl(var(--bg-gradient-chroma-glow-4-hsl)/1);
--bg-gradient-chroma-glow-4-hsl: 264.767 calc(var(--saturation-factor, 1)*100%) 66.275%;
--bg-gradient-chroma-glow-5: hsl(var(--bg-gradient-chroma-glow-5-hsl)/1);
--bg-gradient-chroma-glow-5-hsl: 206.702 calc(var(--saturation-factor, 1)*75.494%) 50.392%;
--bg-gradient-citrus-sherbert-1: hsl(var(--bg-gradient-citrus-sherbert-1-hsl)/1);
--bg-gradient-citrus-sherbert-1-hsl: 39.683 calc(var(--saturation-factor, 1)*88.732%) 58.235%;
--bg-gradient-citrus-sherbert-2: hsl(var(--bg-gradient-citrus-sherbert-2-hsl)/1);
--bg-gradient-citrus-sherbert-2-hsl: 18 calc(var(--saturation-factor, 1)*81.522%) 63.922%;
--bg-gradient-cotton-candy-1: hsl(var(--bg-gradient-cotton-candy-1-hsl)/1);
--bg-gradient-cotton-candy-1-hsl: 349.315 calc(var(--saturation-factor, 1)*76.842%) 81.373%;
--bg-gradient-cotton-candy-2: hsl(var(--bg-gradient-cotton-candy-2-hsl)/1);
--bg-gradient-cotton-candy-2-hsl: 226.4 calc(var(--saturation-factor, 1)*92.593%) 84.118%;
--bg-gradient-crimson-moon-1: hsl(var(--bg-gradient-crimson-moon-1-hsl)/1);
--bg-gradient-crimson-moon-1-hsl: 0 calc(var(--saturation-factor, 1)*88.608%) 30.98%;
--bg-gradient-crimson-moon-2: hsl(var(--bg-gradient-crimson-moon-2-hsl)/1);
--bg-gradient-crimson-moon-2-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--bg-gradient-desert-khaki-1: hsl(var(--bg-gradient-desert-khaki-1-hsl)/1);
--bg-gradient-desert-khaki-1-hsl: 28.696 calc(var(--saturation-factor, 1)*32.394%) 86.078%;
--bg-gradient-desert-khaki-2: hsl(var(--bg-gradient-desert-khaki-2-hsl)/1);
--bg-gradient-desert-khaki-2-hsl: 40 calc(var(--saturation-factor, 1)*41.284%) 78.627%;
--bg-gradient-desert-khaki-3: hsl(var(--bg-gradient-desert-khaki-3-hsl)/1);
--bg-gradient-desert-khaki-3-hsl: 50.164 calc(var(--saturation-factor, 1)*49.593%) 75.882%;
--bg-gradient-dusk-1: hsl(var(--bg-gradient-dusk-1-hsl)/1);
--bg-gradient-dusk-1-hsl: 292.8 calc(var(--saturation-factor, 1)*13.514%) 36.275%;
--bg-gradient-dusk-2: hsl(var(--bg-gradient-dusk-2-hsl)/1);
--bg-gradient-dusk-2-hsl: 223.125 calc(var(--saturation-factor, 1)*41.026%) 69.412%;
--bg-gradient-easter-egg-1: hsl(var(--bg-gradient-easter-egg-1-hsl)/1);
--bg-gradient-easter-egg-1-hsl: 226.731 calc(var(--saturation-factor, 1)*58.427%) 65.098%;
--bg-gradient-easter-egg-2: hsl(var(--bg-gradient-easter-egg-2-hsl)/1);
--bg-gradient-easter-egg-2-hsl: 227.143 calc(var(--saturation-factor, 1)*30.973%) 44.314%;
--bg-gradient-forest-1: hsl(var(--bg-gradient-forest-1-hsl)/1);
--bg-gradient-forest-1-hsl: 124.286 calc(var(--saturation-factor, 1)*25.926%) 10.588%;
--bg-gradient-forest-2: hsl(var(--bg-gradient-forest-2-hsl)/1);
--bg-gradient-forest-2-hsl: 142.5 calc(var(--saturation-factor, 1)*26.23%) 23.922%;
--bg-gradient-forest-3: hsl(var(--bg-gradient-forest-3-hsl)/1);
--bg-gradient-forest-3-hsl: 76.154 calc(var(--saturation-factor, 1)*20.635%) 24.706%;
--bg-gradient-forest-4: hsl(var(--bg-gradient-forest-4-hsl)/1);
--bg-gradient-forest-4-hsl: 116.667 calc(var(--saturation-factor, 1)*16.981%) 41.569%;
--bg-gradient-forest-5: hsl(var(--bg-gradient-forest-5-hsl)/1);
--bg-gradient-forest-5-hsl: 42.766 calc(var(--saturation-factor, 1)*38.525%) 47.843%;
--bg-gradient-hanami-1: hsl(var(--bg-gradient-hanami-1-hsl)/1);
--bg-gradient-hanami-1-hsl: 352.174 calc(var(--saturation-factor, 1)*68.317%) 80.196%;
--bg-gradient-hanami-2: hsl(var(--bg-gradient-hanami-2-hsl)/1);
--bg-gradient-hanami-2-hsl: 43.146 calc(var(--saturation-factor, 1)*73.554%) 76.275%;
--bg-gradient-hanami-3: hsl(var(--bg-gradient-hanami-3-hsl)/1);
--bg-gradient-hanami-3-hsl: 115.714 calc(var(--saturation-factor, 1)*43.077%) 74.51%;
--bg-gradient-lofi-vibes-1: hsl(var(--bg-gradient-lofi-vibes-1-hsl)/1);
--bg-gradient-lofi-vibes-1-hsl: 219.759 calc(var(--saturation-factor, 1)*83.838%) 80.588%;
--bg-gradient-lofi-vibes-2: hsl(var(--bg-gradient-lofi-vibes-2-hsl)/1);
--bg-gradient-lofi-vibes-2-hsl: 183.81 calc(var(--saturation-factor, 1)*57.798%) 78.627%;
--bg-gradient-lofi-vibes-3: hsl(var(--bg-gradient-lofi-vibes-3-hsl)/1);
--bg-gradient-lofi-vibes-3-hsl: 129.6 calc(var(--saturation-factor, 1)*46.296%) 78.824%;
--bg-gradient-lofi-vibes-4: hsl(var(--bg-gradient-lofi-vibes-4-hsl)/1);
--bg-gradient-lofi-vibes-4-hsl: 75.738 calc(var(--saturation-factor, 1)*48.8%) 75.49%;
--bg-gradient-mars-1: hsl(var(--bg-gradient-mars-1-hsl)/1);
--bg-gradient-mars-1-hsl: 14.795 calc(var(--saturation-factor, 1)*36.318%) 39.412%;
--bg-gradient-mars-2: hsl(var(--bg-gradient-mars-2-hsl)/1);
--bg-gradient-mars-2-hsl: 0 calc(var(--saturation-factor, 1)*36.19%) 41.176%;
--bg-gradient-midnight-blurple-1: hsl(var(--bg-gradient-midnight-blurple-1-hsl)/1);
--bg-gradient-midnight-blurple-1-hsl: 245.077 calc(var(--saturation-factor, 1)*55.085%) 53.725%;
--bg-gradient-midnight-blurple-2: hsl(var(--bg-gradient-midnight-blurple-2-hsl)/1);
--bg-gradient-midnight-blurple-2-hsl: 259.024 calc(var(--saturation-factor, 1)*74.545%) 10.784%;
--bg-gradient-mint-apple-1: hsl(var(--bg-gradient-mint-apple-1-hsl)/1);
--bg-gradient-mint-apple-1-hsl: 165.625 calc(var(--saturation-factor, 1)*39.669%) 52.549%;
--bg-gradient-mint-apple-2: hsl(var(--bg-gradient-mint-apple-2-hsl)/1);
--bg-gradient-mint-apple-2-hsl: 118.681 calc(var(--saturation-factor, 1)*40.444%) 55.882%;
--bg-gradient-mint-apple-3: hsl(var(--bg-gradient-mint-apple-3-hsl)/1);
--bg-gradient-mint-apple-3-hsl: 86.667 calc(var(--saturation-factor, 1)*48.293%) 59.804%;
--bg-gradient-neon-nights-1: hsl(var(--bg-gradient-neon-nights-1-hsl)/1);
--bg-gradient-neon-nights-1-hsl: 176.407 calc(var(--saturation-factor, 1)*98.817%) 33.137%;
--bg-gradient-neon-nights-2: hsl(var(--bg-gradient-neon-nights-2-hsl)/1);
--bg-gradient-neon-nights-2-hsl: 259.333 calc(var(--saturation-factor, 1)*39.474%) 55.294%;
--bg-gradient-neon-nights-3: hsl(var(--bg-gradient-neon-nights-3-hsl)/1);
--bg-gradient-neon-nights-3-hsl: 313.548 calc(var(--saturation-factor, 1)*52.542%) 46.275%;
--bg-gradient-retro-raincloud-1: hsl(var(--bg-gradient-retro-raincloud-1-hsl)/1);
--bg-gradient-retro-raincloud-1-hsl: 201.553 calc(var(--saturation-factor, 1)*47.032%) 42.941%;
--bg-gradient-retro-raincloud-2: hsl(var(--bg-gradient-retro-raincloud-2-hsl)/1);
--bg-gradient-retro-raincloud-2-hsl: 241.017 calc(var(--saturation-factor, 1)*29.648%) 60.98%;
--bg-gradient-retro-storm-1: hsl(var(--bg-gradient-retro-storm-1-hsl)/1);
--bg-gradient-retro-storm-1-hsl: 201.553 calc(var(--saturation-factor, 1)*47.032%) 42.941%;
--bg-gradient-retro-storm-2: hsl(var(--bg-gradient-retro-storm-2-hsl)/1);
--bg-gradient-retro-storm-2-hsl: 240.896 calc(var(--saturation-factor, 1)*27.801%) 47.255%;
--bg-gradient-sepia-1: hsl(var(--bg-gradient-sepia-1-hsl)/1);
--bg-gradient-sepia-1-hsl: 32.727 calc(var(--saturation-factor, 1)*14.163%) 45.686%;
--bg-gradient-sepia-2: hsl(var(--bg-gradient-sepia-2-hsl)/1);
--bg-gradient-sepia-2-hsl: 36.207 calc(var(--saturation-factor, 1)*46.774%) 24.314%;
--bg-gradient-strawberry-lemonade-1: hsl(var(--bg-gradient-strawberry-lemonade-1-hsl)/1);
--bg-gradient-strawberry-lemonade-1-hsl: 326.98 calc(var(--saturation-factor, 1)*74.129%) 39.412%;
--bg-gradient-strawberry-lemonade-2: hsl(var(--bg-gradient-strawberry-lemonade-2-hsl)/1);
--bg-gradient-strawberry-lemonade-2-hsl: 27.778 calc(var(--saturation-factor, 1)*71.681%) 44.314%;
--bg-gradient-strawberry-lemonade-3: hsl(var(--bg-gradient-strawberry-lemonade-3-hsl)/1);
--bg-gradient-strawberry-lemonade-3-hsl: 39.588 calc(var(--saturation-factor, 1)*80.165%) 52.549%;
--bg-gradient-sunrise-1: hsl(var(--bg-gradient-sunrise-1-hsl)/1);
--bg-gradient-sunrise-1-hsl: 326.809 calc(var(--saturation-factor, 1)*41.964%) 43.922%;
--bg-gradient-sunrise-2: hsl(var(--bg-gradient-sunrise-2-hsl)/1);
--bg-gradient-sunrise-2-hsl: 27.5 calc(var(--saturation-factor, 1)*44.86%) 58.039%;
--bg-gradient-sunrise-3: hsl(var(--bg-gradient-sunrise-3-hsl)/1);
--bg-gradient-sunrise-3-hsl: 50.286 calc(var(--saturation-factor, 1)*46.256%) 44.51%;
--bg-gradient-sunset-1: hsl(var(--bg-gradient-sunset-1-hsl)/1);
--bg-gradient-sunset-1-hsl: 259.2 calc(var(--saturation-factor, 1)*55.556%) 35.294%;
--bg-gradient-sunset-2: hsl(var(--bg-gradient-sunset-2-hsl)/1);
--bg-gradient-sunset-2-hsl: 21.667 calc(var(--saturation-factor, 1)*66.667%) 57.647%;
--bg-gradient-under-the-sea-1: hsl(var(--bg-gradient-under-the-sea-1-hsl)/1);
--bg-gradient-under-the-sea-1-hsl: 114.783 calc(var(--saturation-factor, 1)*10.502%) 42.941%;
--bg-gradient-under-the-sea-2: hsl(var(--bg-gradient-under-the-sea-2-hsl)/1);
--bg-gradient-under-the-sea-2-hsl: 158.667 calc(var(--saturation-factor, 1)*20.362%) 43.333%;
--bg-gradient-under-the-sea-3: hsl(var(--bg-gradient-under-the-sea-3-hsl)/1);
--bg-gradient-under-the-sea-3-hsl: 175.385 calc(var(--saturation-factor, 1)*10.924%) 46.667%;
--checkpoint-emojis-primary: hsl(var(--checkpoint-emojis-primary-hsl)/1);
--checkpoint-emojis-primary-hsl: 269.011 calc(var(--saturation-factor, 1)*88.35%) 79.804%;
--checkpoint-emojis-secondary: hsl(var(--checkpoint-emojis-secondary-hsl)/1);
--checkpoint-emojis-secondary-hsl: 268.837 calc(var(--saturation-factor, 1)*72.067%) 64.902%;
--checkpoint-end-primary: hsl(var(--checkpoint-end-primary-hsl)/1);
--checkpoint-end-primary-hsl: 143.316 calc(var(--saturation-factor, 1)*83.55%) 54.706%;
--checkpoint-end-secondary: hsl(var(--checkpoint-end-secondary-hsl)/1);
--checkpoint-end-secondary-hsl: 143.673 calc(var(--saturation-factor, 1)*78.61%) 36.667%;
--checkpoint-friends-primary: hsl(var(--checkpoint-friends-primary-hsl)/1);
--checkpoint-friends-primary-hsl: 234 calc(var(--saturation-factor, 1)*90%) 80.392%;
--checkpoint-friends-secondary: hsl(var(--checkpoint-friends-secondary-hsl)/1);
--checkpoint-friends-secondary-hsl: 234 calc(var(--saturation-factor, 1)*39.823%) 55.686%;
--checkpoint-gaming-primary: hsl(var(--checkpoint-gaming-primary-hsl)/1);
--checkpoint-gaming-primary-hsl: 34.699 calc(var(--saturation-factor, 1)*100%) 51.176%;
--checkpoint-gaming-secondary: hsl(var(--checkpoint-gaming-secondary-hsl)/1);
--checkpoint-gaming-secondary-hsl: 26.809 calc(var(--saturation-factor, 1)*86.239%) 42.745%;
--checkpoint-guilds-primary: hsl(var(--checkpoint-guilds-primary-hsl)/1);
--checkpoint-guilds-primary-hsl: 169.811 calc(var(--saturation-factor, 1)*97.546%) 68.039%;
--checkpoint-guilds-secondary: hsl(var(--checkpoint-guilds-secondary-hsl)/1);
--checkpoint-guilds-secondary-hsl: 169.672 calc(var(--saturation-factor, 1)*68.539%) 34.902%;
--checkpoint-messages-primary: hsl(var(--checkpoint-messages-primary-hsl)/1);
--checkpoint-messages-primary-hsl: 315.084 calc(var(--saturation-factor, 1)*100%) 64.902%;
--checkpoint-messages-secondary: hsl(var(--checkpoint-messages-secondary-hsl)/1);
--checkpoint-messages-secondary-hsl: 315.319 calc(var(--saturation-factor, 1)*70.854%) 39.02%;
--checkpoint-persona-eight-primary: hsl(var(--checkpoint-persona-eight-primary-hsl)/1);
--checkpoint-persona-eight-primary-hsl: 39.184 calc(var(--saturation-factor, 1)*56.322%) 65.882%;
--checkpoint-persona-eight-secondary: hsl(var(--checkpoint-persona-eight-secondary-hsl)/1);
--checkpoint-persona-eight-secondary-hsl: 39.612 calc(var(--saturation-factor, 1)*42.387%) 47.647%;
--checkpoint-persona-five-primary: hsl(var(--checkpoint-persona-five-primary-hsl)/1);
--checkpoint-persona-five-primary-hsl: 339.114 calc(var(--saturation-factor, 1)*90.805%) 65.882%;
--checkpoint-persona-five-secondary: hsl(var(--checkpoint-persona-five-secondary-hsl)/1);
--checkpoint-persona-five-secondary-hsl: 338.983 calc(var(--saturation-factor, 1)*71.66%) 48.431%;
--checkpoint-persona-four-primary: hsl(var(--checkpoint-persona-four-primary-hsl)/1);
--checkpoint-persona-four-primary-hsl: 312.083 calc(var(--saturation-factor, 1)*84.706%) 66.667%;
--checkpoint-persona-four-secondary: hsl(var(--checkpoint-persona-four-secondary-hsl)/1);
--checkpoint-persona-four-secondary-hsl: 315.319 calc(var(--saturation-factor, 1)*70.854%) 39.02%;
--checkpoint-persona-nine-primary: hsl(var(--checkpoint-persona-nine-primary-hsl)/1);
--checkpoint-persona-nine-primary-hsl: 0 calc(var(--saturation-factor, 1)*0%) 93.333%;
--checkpoint-persona-nine-secondary: hsl(var(--checkpoint-persona-nine-secondary-hsl)/1);
--checkpoint-persona-nine-secondary-hsl: 0 calc(var(--saturation-factor, 1)*0%) 66.275%;
--checkpoint-persona-one-primary: hsl(var(--checkpoint-persona-one-primary-hsl)/1);
--checkpoint-persona-one-primary-hsl: 169.811 calc(var(--saturation-factor, 1)*97.546%) 68.039%;
--checkpoint-persona-one-secondary: hsl(var(--checkpoint-persona-one-secondary-hsl)/1);
--checkpoint-persona-one-secondary-hsl: 169.672 calc(var(--saturation-factor, 1)*68.539%) 34.902%;
--checkpoint-persona-seven-primary: hsl(var(--checkpoint-persona-seven-primary-hsl)/1);
--checkpoint-persona-seven-primary-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--checkpoint-persona-seven-secondary: hsl(var(--checkpoint-persona-seven-secondary-hsl)/1);
--checkpoint-persona-seven-secondary-hsl: 49.935 calc(var(--saturation-factor, 1)*74.163%) 40.98%;
--checkpoint-persona-six-primary: hsl(var(--checkpoint-persona-six-primary-hsl)/1);
--checkpoint-persona-six-primary-hsl: 26.834 calc(var(--saturation-factor, 1)*100%) 60.98%;
--checkpoint-persona-six-secondary: hsl(var(--checkpoint-persona-six-secondary-hsl)/1);
--checkpoint-persona-six-secondary-hsl: 26.809 calc(var(--saturation-factor, 1)*86.239%) 42.745%;
--checkpoint-persona-three-primary: hsl(var(--checkpoint-persona-three-primary-hsl)/1);
--checkpoint-persona-three-primary-hsl: 269.011 calc(var(--saturation-factor, 1)*88.35%) 79.804%;
--checkpoint-persona-three-secondary: hsl(var(--checkpoint-persona-three-secondary-hsl)/1);
--checkpoint-persona-three-secondary-hsl: 268.837 calc(var(--saturation-factor, 1)*72.067%) 64.902%;
--checkpoint-persona-two-primary: hsl(var(--checkpoint-persona-two-primary-hsl)/1);
--checkpoint-persona-two-primary-hsl: 217.982 calc(var(--saturation-factor, 1)*93.162%) 77.059%;
--checkpoint-persona-two-secondary: hsl(var(--checkpoint-persona-two-secondary-hsl)/1);
--checkpoint-persona-two-secondary-hsl: 234 calc(var(--saturation-factor, 1)*39.823%) 55.686%;
--checkpoint-persona-zero-primary: hsl(var(--checkpoint-persona-zero-primary-hsl)/1);
--checkpoint-persona-zero-primary-hsl: 143.804 calc(var(--saturation-factor, 1)*83.636%) 56.863%;
--checkpoint-persona-zero-secondary: hsl(var(--checkpoint-persona-zero-secondary-hsl)/1);
--checkpoint-persona-zero-secondary-hsl: 143.673 calc(var(--saturation-factor, 1)*78.61%) 36.667%;
--checkpoint-quests-primary: hsl(var(--checkpoint-quests-primary-hsl)/1);
--checkpoint-quests-primary-hsl: 269.011 calc(var(--saturation-factor, 1)*88.35%) 79.804%;
--checkpoint-quests-secondary: hsl(var(--checkpoint-quests-secondary-hsl)/1);
--checkpoint-quests-secondary-hsl: 268.837 calc(var(--saturation-factor, 1)*72.067%) 64.902%;
--checkpoint-voice-primary: hsl(var(--checkpoint-voice-primary-hsl)/1);
--checkpoint-voice-primary-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--checkpoint-voice-secondary: hsl(var(--checkpoint-voice-secondary-hsl)/1);
--checkpoint-voice-secondary-hsl: 49.935 calc(var(--saturation-factor, 1)*74.163%) 40.98%;
--checkpoint-welcome-primary: hsl(var(--checkpoint-welcome-primary-hsl)/1);
--checkpoint-welcome-primary-hsl: 143.316 calc(var(--saturation-factor, 1)*83.55%) 54.706%;
--checkpoint-welcome-secondary: hsl(var(--checkpoint-welcome-secondary-hsl)/1);
--checkpoint-welcome-secondary-hsl: 143.673 calc(var(--saturation-factor, 1)*78.61%) 36.667%;
--platform-twitch-secondary: hsl(var(--platform-twitch-secondary-hsl)/1);
--platform-twitch-secondary-hsl: 263.936 calc(var(--saturation-factor, 1)*80.342%) 54.118%;
--primary-100: hsl(var(--primary-100-hsl)/1);
--primary-100-hsl: 0 calc(var(--saturation-factor, 1)*0%) 97.647%;
--primary-130: hsl(var(--primary-130-hsl)/1);
--primary-130-hsl: 220 calc(var(--saturation-factor, 1)*13.043%) 95.49%;
--primary-160: hsl(var(--primary-160-hsl)/1);
--primary-160-hsl: 210 calc(var(--saturation-factor, 1)*11.111%) 92.941%;
--primary-200: hsl(var(--primary-200-hsl)/1);
--primary-200-hsl: 216 calc(var(--saturation-factor, 1)*9.804%) 90%;
--primary-230: hsl(var(--primary-230-hsl)/1);
--primary-230-hsl: 210 calc(var(--saturation-factor, 1)*9.091%) 87.059%;
--primary-260: hsl(var(--primary-260-hsl)/1);
--primary-260-hsl: 214.286 calc(var(--saturation-factor, 1)*8.434%) 83.725%;
--primary-300: hsl(var(--primary-300-hsl)/1);
--primary-300-hsl: 210 calc(var(--saturation-factor, 1)*9.259%) 78.824%;
--primary-330: hsl(var(--primary-330-hsl)/1);
--primary-330-hsl: 215 calc(var(--saturation-factor, 1)*8.824%) 73.333%;
--primary-345: hsl(var(--primary-345-hsl)/1);
--primary-345-hsl: 214.286 calc(var(--saturation-factor, 1)*8.434%) 67.451%;
--primary-360: hsl(var(--primary-360-hsl)/1);
--primary-360-hsl: 213.75 calc(var(--saturation-factor, 1)*8.081%) 61.176%;
--primary-400: hsl(var(--primary-400-hsl)/1);
--primary-400-hsl: 222.857 calc(var(--saturation-factor, 1)*5.833%) 52.941%;
--primary-430: hsl(var(--primary-430-hsl)/1);
--primary-430-hsl: 229.091 calc(var(--saturation-factor, 1)*4.803%) 44.902%;
--primary-460: hsl(var(--primary-460-hsl)/1);
--primary-460-hsl: 228 calc(var(--saturation-factor, 1)*5.155%) 38.039%;
--primary-500: hsl(var(--primary-500-hsl)/1);
--primary-500-hsl: 228 calc(var(--saturation-factor, 1)*6.024%) 32.549%;
--primary-530: hsl(var(--primary-530-hsl)/1);
--primary-530-hsl: 226.667 calc(var(--saturation-factor, 1)*6.475%) 27.255%;
--primary-560: hsl(var(--primary-560-hsl)/1);
--primary-560-hsl: 225 calc(var(--saturation-factor, 1)*6.667%) 23.529%;
--primary-600: hsl(var(--primary-600-hsl)/1);
--primary-600-hsl: 222.857 calc(var(--saturation-factor, 1)*6.667%) 20.588%;
--primary-630: hsl(var(--primary-630-hsl)/1);
--primary-630-hsl: 220 calc(var(--saturation-factor, 1)*6.522%) 18.039%;
--primary-645: hsl(var(--primary-645-hsl)/1);
--primary-645-hsl: 220 calc(var(--saturation-factor, 1)*6.977%) 16.863%;
--primary-660: hsl(var(--primary-660-hsl)/1);
--primary-660-hsl: 228 calc(var(--saturation-factor, 1)*6.667%) 14.706%;
--primary-700: hsl(var(--primary-700-hsl)/1);
--primary-700-hsl: 225 calc(var(--saturation-factor, 1)*6.25%) 12.549%;
--primary-730: hsl(var(--primary-730-hsl)/1);
--primary-730-hsl: 225 calc(var(--saturation-factor, 1)*7.143%) 10.98%;
--primary-760: hsl(var(--primary-760-hsl)/1);
--primary-760-hsl: 220 calc(var(--saturation-factor, 1)*6.383%) 9.216%;
--primary-800: hsl(var(--primary-800-hsl)/1);
--primary-800-hsl: 220 calc(var(--saturation-factor, 1)*8.108%) 7.255%;
--primary-830: hsl(var(--primary-830-hsl)/1);
--primary-830-hsl: 240 calc(var(--saturation-factor, 1)*4%) 4.902%;
--primary-860: hsl(var(--primary-860-hsl)/1);
--primary-860-hsl: 240 calc(var(--saturation-factor, 1)*7.692%) 2.549%;
--primary-900: hsl(var(--primary-900-hsl)/1);
--primary-900-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0.784%;
--font-primary: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--button-border-radius: 2147483647px;
--button-border-radius-lg: 2147483647px;
--mobile-bounty-tile-border-radius: 24px;
--mobile-card-default-radius: 16px;
--mobile-channel-name-channel-border-width: 1px;
--mobile-chat-input-border-radius: 24px;
--mobile-chat-input-command-categories-border-top-width: 0px;
--mobile-chat-input-floating-accessory-border-width: 0px;
--mobile-chat-input-floating-accessory-top-border-width: 1px;
--mobile-chat-input-floating-border-radius: 0px;
--mobile-chat-input-pill-border-width: 0px;
--mobile-control-checkbox-border-radius: 8px;
--mobile-control-checkbox-border-width: 2px;
--mobile-control-radio-icon-border-width: 2px;
--mobile-guild-folder-color-opacity: 0.15px;
--mobile-guild-item-selected-border-radius: 16px;
--mobile-input-field-border-width: 0px;
--mobile-media-keyboard-bar-border-radius: 2147483647px;
--mobile-media-keyboard-bar-border-width: 0px;
--mobile-media-keyboard-button-border-radius: 0px;
--mobile-media-keyboard-button-icon-color-active: icon-default;
--mobile-media-keyboard-button-text-color-active: text-default;
--mobile-quest-dock-border-radius: 24px;
--mobile-segmented-control-border-radius: 16px;
--mobile-table-row-border-radius: 16px;
--mobile-table-row-label-color: mobile-text-heading-primary;
--mobile-voice-channel-user-limit-border-width: 0px;
--mobile-voice-panel-controls-border-radius: 32px;
--mobile-voice-tile-border-radius: 24px;
--mobile-you-bar-border-radius: 28px;
--focus-border: #00b0f4;
```

### Spacing

```css
--size-0: 0px;
--size-4: 4px;
--size-8: 8px;
--size-12: 12px;
--size-16: 16px;
--size-20: 20px;
--size-24: 24px;
--size-32: 32px;
--size-48: 48px;
--size-64: 64px;
--size-80: 80px;
--size-96: 96px;
--size-128: 128px;
--size-160: 160px;
--size-192: 192px;
--size-xxs: var(--size-4);
--size-xs: var(--size-8);
--size-sm: var(--size-12);
--size-md: var(--size-16);
--size-lg: var(--size-20);
--size-xl: var(--size-24);
--size-xxl: var(--size-32);
--space-0: 0px;
--space-4: 4px;
--space-6: 6px;
--space-8: 8px;
--space-10: 10px;
--space-12: 12px;
--space-16: 16px;
--space-20: 20px;
--space-24: 24px;
--space-26: 26px;
--space-30: 30px;
--space-32: 32px;
--space-40: 40px;
--space-48: 48px;
--space-64: 64px;
--space-80: 80px;
--space-96: 96px;
--space-128: 128px;
--space-160: 160px;
--space-192: 192px;
--space-xxs: var(--space-4);
--space-xs: var(--space-8);
--space-sm: var(--space-12);
--space-md: var(--space-16);
--space-lg: var(--space-20);
--space-xl: var(--space-24);
--space-xxl: var(--space-32);
--chat-avatar-size: 40px;
--chat-input-icon-size: 20px;
--chat-resize-handle-width: 8px;
--guildbar-avatar-size: 40px;
--guildbar-folder-size: 48px;
--icon-size-lg: 32px;
--icon-size-md: 24px;
--icon-size-sm: 18px;
--icon-size-xs: 16px;
--icon-size-xxs: 12px;
--mobile-channel-details-nav-buttons-gap: 12px;
--mobile-channel-details-nav-icon-button-size: sm;
--mobile-channel-drawer-spacing: 8px;
--mobile-chat-input-action-button-gap: 0px;
--mobile-chat-input-action-button-margin: 4px;
--mobile-chat-input-action-button-min-touch-target-size: 44px;
--mobile-chat-input-action-button-size: 40px;
--mobile-chat-input-action-icon-pixel-size: 24px;
--mobile-chat-input-container-horizontal-padding: 8px;
--mobile-chat-input-context-bar-gap: 0px;
--mobile-chat-input-context-bar-padding-horizontal: 0px;
--mobile-chat-input-context-bar-padding-vertical: 0px;
--mobile-chat-input-floating-accessory-margin-bottom: 0px;
--mobile-chat-input-floating-accessory-margin-horizontal: 0px;
--mobile-chat-input-floating-accessory-padding-top: 4px;
--mobile-chat-input-floating-content-gap: 0px;
--mobile-chat-input-floating-content-padding-horizontal: 0px;
--mobile-chat-input-floating-content-padding-vertical: 0px;
--mobile-chat-input-icon-size: medium;
--mobile-chat-input-pill-margin-horizontal: 4px;
--mobile-chat-input-pill-padding: 2px;
--mobile-chat-input-reply-mention-icon-margin-right: 4px;
--mobile-chat-input-reply-mention-icon-size: 20px;
--mobile-coachmark-button-spacing: 12px;
--mobile-control-checkbox-size-default: 24px;
--mobile-control-radio-icon-dot-size-default: 10px;
--mobile-control-radio-icon-size-default: 24px;
--mobile-control-switch-knob-size: 24px;
--mobile-emoji-row-emoji-container-size: 48px;
--mobile-emoji-row-emoji-font-size: 28px;
--mobile-emoji-row-emoji-min-spacing: 12px;
--mobile-emoji-row-emoji-size: 28px;
--mobile-gifting-settings-padding-horizontal: 0px;
--mobile-group-avatar-size: 72px;
--mobile-guild-bar-item-margin: 4px;
--mobile-guild-bar-item-padding: 8px;
--mobile-guild-bar-item-size: 48px;
--mobile-guild-folder-padding: 8px;
--mobile-guild-folder-preview-icon-margin: 6px;
--mobile-input-field-padding-vertical-sm-ios: 8px;
--mobile-media-keyboard-bar-buttons-margin-horizontal: 24px;
--mobile-media-keyboard-bar-gap: 16px;
--mobile-media-keyboard-bar-margin-horizontal: 16px;
--mobile-media-keyboard-bar-padding-horizontal: 0px;
--mobile-media-keyboard-button-padding: 0px;
--mobile-messages-header-button-gap: 8px;
--mobile-messages-header-padding-bottom: 16px;
--mobile-messages-item-channel-avatar-margin-end: 8px;
--mobile-messages-item-channel-avatar-size: 32px;
--mobile-messages-item-happening-now-padding-bottom: 8px;
--mobile-settings-padding-top: 16px;
--mobile-sheet-handle-margin-bottom: 12px;
--mobile-sheet-handle-margin-top: 4px;
--mobile-sheet-header-padding-horizontal: 16px;
--mobile-tab-bar-unread-badge-size: 22px;
--mobile-tab-label-margin-top: -6px;
--mobile-table-row-arrow-margin-end: 0px;
--mobile-table-row-arrow-margin-start: 14px;
--mobile-table-row-divider-padding: 56px;
--mobile-table-row-icon-size: 32px;
--mobile-table-row-padding: 12px;
--mobile-voice-panel-controls-padding: 16px;
--mobile-voice-panel-padding: 12px;
--modal-horizontal-padding: 24px;
--modal-vertical-padding: 16px;
--section-spacing: 56px;
```

### Typography

```css
--lol-text-dark: hsl(var(--lol-text-dark-hsl)/1);
--lol-text-dark-hsl: 37.444 calc(var(--saturation-factor, 1)*81.595%) 31.961%;
--lol-text-light: hsl(var(--lol-text-light-hsl)/1);
--lol-text-light-hsl: 41.143 calc(var(--saturation-factor, 1)*50.239%) 59.02%;
--font-display: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-headline: "ABC Ginto Nord","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-code: "gg mono","Source Code Pro",Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
--font-clan-body: Fraunces,"gg sans",serif,"Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-clan-signature: Corinthia,"gg sans",cursive,"Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-display-marketing: "ABC Ginto Discord","gg sans",serif,"Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-display-marketing-header: "ABC Ginto Nord Discord","gg sans",serif,"Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--font-weight-extra-bold: 800;
--channels-name-line-height: 24px;
--chat-markup-line-height: 1.375rem;
--mobile-channel-list-subtitle-text-style: text-xs/medium;
--mobile-channel-list-title-text-style: redesign/heading-18/bold;
--mobile-emoji-row-emoji-line-height: 33px;
--mobile-header-title-text-style: heading-md/bold;
--mobile-input-field-text-style-lg: text-md/medium;
--mobile-input-field-text-style-md: text-sm/medium;
--mobile-input-field-text-style-sm: text-xs/medium;
--mobile-media-keyboard-button-text-variant: text-xs/semibold;
--mobile-messages-item-channel-name-text-style: redesign/channel-title/semibold;
--mobile-tab-label-text-style: text-xxs/semibold;
--mobile-table-row-group-helper-text-style: text-sm/medium;
--mobile-table-row-label-text-style: text-md/semibold;
--mobile-user-profile-about-me-heading-text-style: text-sm/semibold;
--mobile-user-row-label-line-height-android: 16px;
--mobile-user-row-label-line-height-ios: 22px;
--mobile-voice-message-duration-line-height-android: 14px;
--mobile-voice-message-duration-line-height-ios: 17px;
--mobile-voice-message-duration-text-style: text-sm/semibold;
--text-link: #00b0f4;
```

### Radii

```css
--mobile-nav-radius: 0rem;
--radius-none: 0px;
--radius-xs: 4px;
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 24px;
--radius-xxl: 32px;
--radius-round: 2147483647px;
--mobile-channel-drawer-corner-radius: 8px;
--mobile-channel-item-radius: 12px;
--mobile-channel-name-channel-icon-radius: 12px;
--mobile-guild-folder-background-radius: 2147483647px;
--mobile-input-field-radius-lg: 16px;
--mobile-input-field-radius-md: 12px;
--mobile-input-field-radius-sm: 12px;
--mobile-input-field-round-radius: 2147483647px;
```

### Other

```css
--not-quite-black: #23272a;
--blurple: #5865f2;
--black: #000;
--white: #fff;
--dark-charcoal: #2c2f33;
--dark-button-hover: #3b3b3b;
--button-hover: #8891f2;
--greyple: #99aab5;
--dim-grey: #50555f;
--off-white: #f6f6f6;
--dark-blurple: #3442d9;
--fuchsia: #eb459e;
--yellow: #fee75c;
--mint-green: #43b581;
--red: #ed4245;
--ekko-red: #de2761;
--vivid-cerulean: #00b0f4;
--orange: #fda220;
--pink: #ffcdee;
--pinc-2: #dc4195;
--green: #52f180;
--purple: #808aff;
--refresh-blue: #161cbb;
--navy-blue: #24173f;
--always-white: white;
--application-subscription-end: hsl(var(--application-subscription-end-hsl)/1);
--application-subscription-end-hsl: 196.564 calc(var(--saturation-factor, 1)*98.788%) 32.353%;
--application-subscription-start: hsl(var(--application-subscription-start-hsl)/1);
--application-subscription-start-hsl: 234.909 calc(var(--saturation-factor, 1)*68.465%) 52.745%;
--checkpoint-emojis-gradient-end: hsl(var(--checkpoint-emojis-gradient-end-hsl)/1);
--checkpoint-emojis-gradient-end-hsl: 283.2 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-emojis-gradient-start: hsl(var(--checkpoint-emojis-gradient-start-hsl)/1);
--checkpoint-emojis-gradient-start-hsl: 260.114 calc(var(--saturation-factor, 1)*87.129%) 60.392%;
--checkpoint-end-gradient-end: hsl(var(--checkpoint-end-gradient-end-hsl)/1);
--checkpoint-end-gradient-end-hsl: 149.333 calc(var(--saturation-factor, 1)*56.962%) 15.49%;
--checkpoint-end-gradient-start: hsl(var(--checkpoint-end-gradient-start-hsl)/1);
--checkpoint-end-gradient-start-hsl: 149.302 calc(var(--saturation-factor, 1)*50.588%) 50%;
--checkpoint-friends-gradient-end: hsl(var(--checkpoint-friends-gradient-end-hsl)/1);
--checkpoint-friends-gradient-end-hsl: 259.481 calc(var(--saturation-factor, 1)*79.381%) 19.02%;
--checkpoint-friends-gradient-start: hsl(var(--checkpoint-friends-gradient-start-hsl)/1);
--checkpoint-friends-gradient-start-hsl: 256.018 calc(var(--saturation-factor, 1)*96.507%) 55.098%;
--checkpoint-gaming-gradient-end: hsl(var(--checkpoint-gaming-gradient-end-hsl)/1);
--checkpoint-gaming-gradient-end-hsl: 28.8 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-gaming-gradient-start: hsl(var(--checkpoint-gaming-gradient-start-hsl)/1);
--checkpoint-gaming-gradient-start-hsl: 27.595 calc(var(--saturation-factor, 1)*100%) 53.529%;
--checkpoint-guilds-gradient-end: hsl(var(--checkpoint-guilds-gradient-end-hsl)/1);
--checkpoint-guilds-gradient-end-hsl: 170.4 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-guilds-gradient-start: hsl(var(--checkpoint-guilds-gradient-start-hsl)/1);
--checkpoint-guilds-gradient-start-hsl: 169.589 calc(var(--saturation-factor, 1)*90.123%) 47.647%;
--checkpoint-messages-gradient-end: hsl(var(--checkpoint-messages-gradient-end-hsl)/1);
--checkpoint-messages-gradient-end-hsl: 7.2 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-messages-gradient-start: hsl(var(--checkpoint-messages-gradient-start-hsl)/1);
--checkpoint-messages-gradient-start-hsl: 308.75 calc(var(--saturation-factor, 1)*98.969%) 61.961%;
--checkpoint-persona-eight-background-overlay: hsl(var(--checkpoint-persona-eight-background-overlay-hsl)/1);
--checkpoint-persona-eight-background-overlay-hsl: 32 calc(var(--saturation-factor, 1)*60%) 9.804%;
--checkpoint-persona-eight-gradient-end: hsl(var(--checkpoint-persona-eight-gradient-end-hsl)/1);
--checkpoint-persona-eight-gradient-end-hsl: 31.154 calc(var(--saturation-factor, 1)*55.319%) 18.431%;
--checkpoint-persona-eight-gradient-start: hsl(var(--checkpoint-persona-eight-gradient-start-hsl)/1);
--checkpoint-persona-eight-gradient-start-hsl: 39.184 calc(var(--saturation-factor, 1)*56.322%) 65.882%;
--checkpoint-persona-five-background-overlay: hsl(var(--checkpoint-persona-five-background-overlay-hsl)/1);
--checkpoint-persona-five-background-overlay-hsl: 339.545 calc(var(--saturation-factor, 1)*66.667%) 12.941%;
--checkpoint-persona-five-gradient-end: hsl(var(--checkpoint-persona-five-gradient-end-hsl)/1);
--checkpoint-persona-five-gradient-end-hsl: 339.231 calc(var(--saturation-factor, 1)*67.241%) 22.745%;
--checkpoint-persona-five-gradient-start: hsl(var(--checkpoint-persona-five-gradient-start-hsl)/1);
--checkpoint-persona-five-gradient-start-hsl: 339.114 calc(var(--saturation-factor, 1)*90.805%) 65.882%;
--checkpoint-persona-four-background-overlay: hsl(var(--checkpoint-persona-four-background-overlay-hsl)/1);
--checkpoint-persona-four-background-overlay-hsl: 312.222 calc(var(--saturation-factor, 1)*93.103%) 11.373%;
--checkpoint-persona-four-gradient-end: hsl(var(--checkpoint-persona-four-gradient-end-hsl)/1);
--checkpoint-persona-four-gradient-end-hsl: 7.2 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-persona-four-gradient-start: hsl(var(--checkpoint-persona-four-gradient-start-hsl)/1);
--checkpoint-persona-four-gradient-start-hsl: 308.75 calc(var(--saturation-factor, 1)*98.969%) 61.961%;
--checkpoint-persona-nine-background-overlay: hsl(var(--checkpoint-persona-nine-background-overlay-hsl)/1);
--checkpoint-persona-nine-background-overlay-hsl: 0 calc(var(--saturation-factor, 1)*0%) 14.902%;
--checkpoint-persona-nine-gradient-end: hsl(var(--checkpoint-persona-nine-gradient-end-hsl)/1);
--checkpoint-persona-nine-gradient-end-hsl: 0 calc(var(--saturation-factor, 1)*0%) 24.706%;
--checkpoint-persona-nine-gradient-start: hsl(var(--checkpoint-persona-nine-gradient-start-hsl)/1);
--checkpoint-persona-nine-gradient-start-hsl: 0 calc(var(--saturation-factor, 1)*0%) 93.333%;
--checkpoint-persona-one-background-overlay: hsl(var(--checkpoint-persona-one-background-overlay-hsl)/1);
--checkpoint-persona-one-background-overlay-hsl: 169.5 calc(var(--saturation-factor, 1)*76.923%) 10.196%;
--checkpoint-persona-one-gradient-end: hsl(var(--checkpoint-persona-one-gradient-end-hsl)/1);
--checkpoint-persona-one-gradient-end-hsl: 168.98 calc(var(--saturation-factor, 1)*59.036%) 16.275%;
--checkpoint-persona-one-gradient-start: hsl(var(--checkpoint-persona-one-gradient-start-hsl)/1);
--checkpoint-persona-one-gradient-start-hsl: 169.811 calc(var(--saturation-factor, 1)*97.546%) 68.039%;
--checkpoint-persona-seven-background-overlay: hsl(var(--checkpoint-persona-seven-background-overlay-hsl)/1);
--checkpoint-persona-seven-background-overlay-hsl: 44.516 calc(var(--saturation-factor, 1)*100%) 6.078%;
--checkpoint-persona-seven-gradient-end: hsl(var(--checkpoint-persona-seven-gradient-end-hsl)/1);
--checkpoint-persona-seven-gradient-end-hsl: 30.361 calc(var(--saturation-factor, 1)*85.567%) 19.02%;
--checkpoint-persona-seven-gradient-start: hsl(var(--checkpoint-persona-seven-gradient-start-hsl)/1);
--checkpoint-persona-seven-gradient-start-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--checkpoint-persona-six-background-overlay: hsl(var(--checkpoint-persona-six-background-overlay-hsl)/1);
--checkpoint-persona-six-background-overlay-hsl: 27 calc(var(--saturation-factor, 1)*80%) 9.804%;
--checkpoint-persona-six-gradient-end: hsl(var(--checkpoint-persona-six-gradient-end-hsl)/1);
--checkpoint-persona-six-gradient-end-hsl: 28.8 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-persona-six-gradient-start: hsl(var(--checkpoint-persona-six-gradient-start-hsl)/1);
--checkpoint-persona-six-gradient-start-hsl: 27.595 calc(var(--saturation-factor, 1)*100%) 53.529%;
--checkpoint-persona-three-background-overlay: hsl(var(--checkpoint-persona-three-background-overlay-hsl)/1);
--checkpoint-persona-three-background-overlay-hsl: 262.105 calc(var(--saturation-factor, 1)*80.282%) 13.922%;
--checkpoint-persona-three-gradient-end: hsl(var(--checkpoint-persona-three-gradient-end-hsl)/1);
--checkpoint-persona-three-gradient-end-hsl: 283.2 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-persona-three-gradient-start: hsl(var(--checkpoint-persona-three-gradient-start-hsl)/1);
--checkpoint-persona-three-gradient-start-hsl: 260.114 calc(var(--saturation-factor, 1)*87.129%) 60.392%;
--checkpoint-persona-two-background-overlay: hsl(var(--checkpoint-persona-two-background-overlay-hsl)/1);
--checkpoint-persona-two-background-overlay-hsl: 260.426 calc(var(--saturation-factor, 1)*70.149%) 13.137%;
--checkpoint-persona-two-gradient-end: hsl(var(--checkpoint-persona-two-gradient-end-hsl)/1);
--checkpoint-persona-two-gradient-end-hsl: 259.481 calc(var(--saturation-factor, 1)*79.381%) 19.02%;
--checkpoint-persona-two-gradient-start: hsl(var(--checkpoint-persona-two-gradient-start-hsl)/1);
--checkpoint-persona-two-gradient-start-hsl: 256.018 calc(var(--saturation-factor, 1)*96.507%) 55.098%;
--checkpoint-persona-zero-background-overlay: hsl(var(--checkpoint-persona-zero-background-overlay-hsl)/1);
--checkpoint-persona-zero-background-overlay-hsl: 148.8 calc(var(--saturation-factor, 1)*60.976%) 8.039%;
--checkpoint-persona-zero-gradient-end: hsl(var(--checkpoint-persona-zero-gradient-end-hsl)/1);
--checkpoint-persona-zero-gradient-end-hsl: 149.333 calc(var(--saturation-factor, 1)*56.962%) 15.49%;
--checkpoint-persona-zero-gradient-start: hsl(var(--checkpoint-persona-zero-gradient-start-hsl)/1);
--checkpoint-persona-zero-gradient-start-hsl: 149.302 calc(var(--saturation-factor, 1)*50.588%) 50%;
--checkpoint-quests-gradient-end: hsl(var(--checkpoint-quests-gradient-end-hsl)/1);
--checkpoint-quests-gradient-end-hsl: 283.2 calc(var(--saturation-factor, 1)*53.191%) 9.216%;
--checkpoint-quests-gradient-start: hsl(var(--checkpoint-quests-gradient-start-hsl)/1);
--checkpoint-quests-gradient-start-hsl: 260.114 calc(var(--saturation-factor, 1)*87.129%) 60.392%;
--checkpoint-voice-gradient-end: hsl(var(--checkpoint-voice-gradient-end-hsl)/1);
--checkpoint-voice-gradient-end-hsl: 30.361 calc(var(--saturation-factor, 1)*85.567%) 19.02%;
--checkpoint-voice-gradient-start: hsl(var(--checkpoint-voice-gradient-start-hsl)/1);
--checkpoint-voice-gradient-start-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--checkpoint-welcome-gradient-end: hsl(var(--checkpoint-welcome-gradient-end-hsl)/1);
--checkpoint-welcome-gradient-end-hsl: 149.333 calc(var(--saturation-factor, 1)*56.962%) 15.49%;
--checkpoint-welcome-gradient-start: hsl(var(--checkpoint-welcome-gradient-start-hsl)/1);
--checkpoint-welcome-gradient-start-hsl: 149.302 calc(var(--saturation-factor, 1)*50.588%) 50%;
--guild-boosting-blue: hsl(var(--guild-boosting-blue-hsl)/1);
--guild-boosting-blue-hsl: 221.132 calc(var(--saturation-factor, 1)*70.044%) 55.49%;
--guild-boosting-blue-for-gradients: hsl(var(--guild-boosting-blue-for-gradients-hsl)/1);
--guild-boosting-blue-for-gradients-hsl: 234.909 calc(var(--saturation-factor, 1)*68.465%) 52.745%;
--guild-boosting-pink: hsl(var(--guild-boosting-pink-hsl)/1);
--guild-boosting-pink-hsl: 302.143 calc(var(--saturation-factor, 1)*100%) 72.549%;
--guild-boosting-pink-refresh: hsl(var(--guild-boosting-pink-refresh-hsl)/1);
--guild-boosting-pink-refresh-hsl: 315.084 calc(var(--saturation-factor, 1)*100%) 64.902%;
--guild-boosting-purple: hsl(var(--guild-boosting-purple-hsl)/1);
--guild-boosting-purple-hsl: 269.032 calc(var(--saturation-factor, 1)*83.784%) 70.98%;
--guild-boosting-purple-for-gradients: hsl(var(--guild-boosting-purple-for-gradients-hsl)/1);
--guild-boosting-purple-for-gradients-hsl: 269.162 calc(var(--saturation-factor, 1)*91.795%) 61.765%;
--hypesquad-house-1: hsl(var(--hypesquad-house-1-hsl)/1);
--hypesquad-house-1-hsl: 253.458 calc(var(--saturation-factor, 1)*76.978%) 72.745%;
--hypesquad-house-2: hsl(var(--hypesquad-house-2-hsl)/1);
--hypesquad-house-2-hsl: 8.511 calc(var(--saturation-factor, 1)*86.503%) 68.039%;
--hypesquad-house-3: hsl(var(--hypesquad-house-3-hsl)/1);
--hypesquad-house-3-hsl: 168.553 calc(var(--saturation-factor, 1)*69.091%) 56.863%;
--illo-blue-10: hsl(var(--illo-blue-10-hsl)/1);
--illo-blue-10-hsl: 235.2 calc(var(--saturation-factor, 1)*100%) 95.098%;
--illo-blue-20: hsl(var(--illo-blue-20-hsl)/1);
--illo-blue-20-hsl: 234.737 calc(var(--saturation-factor, 1)*90.476%) 87.647%;
--illo-blue-30: hsl(var(--illo-blue-30-hsl)/1);
--illo-blue-30-hsl: 234 calc(var(--saturation-factor, 1)*90%) 80.392%;
--illo-blue-40: hsl(var(--illo-blue-40-hsl)/1);
--illo-blue-40-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--illo-blue-50: hsl(var(--illo-blue-50-hsl)/1);
--illo-blue-50-hsl: 236.25 calc(var(--saturation-factor, 1)*58.716%) 42.745%;
--illo-blue-60: hsl(var(--illo-blue-60-hsl)/1);
--illo-blue-60-hsl: 237.931 calc(var(--saturation-factor, 1)*72.5%) 31.373%;
--illo-blue-70: hsl(var(--illo-blue-70-hsl)/1);
--illo-blue-70-hsl: 240 calc(var(--saturation-factor, 1)*100%) 20%;
--illo-green-10: hsl(var(--illo-green-10-hsl)/1);
--illo-green-10-hsl: 145.385 calc(var(--saturation-factor, 1)*100%) 94.902%;
--illo-green-20: hsl(var(--illo-green-20-hsl)/1);
--illo-green-20-hsl: 144.407 calc(var(--saturation-factor, 1)*88.06%) 86.863%;
--illo-green-30: hsl(var(--illo-green-30-hsl)/1);
--illo-green-30-hsl: 143.67 calc(var(--saturation-factor, 1)*87.2%) 75.49%;
--illo-green-40: hsl(var(--illo-green-40-hsl)/1);
--illo-green-40-hsl: 143.804 calc(var(--saturation-factor, 1)*83.636%) 56.863%;
--illo-green-50: hsl(var(--illo-green-50-hsl)/1);
--illo-green-50-hsl: 145.714 calc(var(--saturation-factor, 1)*70%) 43.137%;
--illo-green-60: hsl(var(--illo-green-60-hsl)/1);
--illo-green-60-hsl: 149.048 calc(var(--saturation-factor, 1)*79.747%) 30.98%;
--illo-green-70: hsl(var(--illo-green-70-hsl)/1);
--illo-green-70-hsl: 152.941 calc(var(--saturation-factor, 1)*100%) 20%;
--illo-nitro-blue: hsl(var(--illo-nitro-blue-hsl)/1);
--illo-nitro-blue-hsl: 240 calc(var(--saturation-factor, 1)*82.063%) 43.725%;
--illo-orange-10: hsl(var(--illo-orange-10-hsl)/1);
--illo-orange-10-hsl: 33.571 calc(var(--saturation-factor, 1)*100%) 83.529%;
--illo-orange-20: hsl(var(--illo-orange-20-hsl)/1);
--illo-orange-20-hsl: 28.029 calc(var(--saturation-factor, 1)*100%) 73.137%;
--illo-orange-30: hsl(var(--illo-orange-30-hsl)/1);
--illo-orange-30-hsl: 25.532 calc(var(--saturation-factor, 1)*98.947%) 62.745%;
--illo-orange-40: hsl(var(--illo-orange-40-hsl)/1);
--illo-orange-40-hsl: 24.149 calc(var(--saturation-factor, 1)*99.177%) 52.353%;
--illo-orange-50: hsl(var(--illo-orange-50-hsl)/1);
--illo-orange-50-hsl: 21.391 calc(var(--saturation-factor, 1)*90.551%) 49.804%;
--illo-orange-60: hsl(var(--illo-orange-60-hsl)/1);
--illo-orange-60-hsl: 18.356 calc(var(--saturation-factor, 1)*91.632%) 46.863%;
--illo-orange-70: hsl(var(--illo-orange-70-hsl)/1);
--illo-orange-70-hsl: 15 calc(var(--saturation-factor, 1)*92.035%) 44.314%;
--illo-pink-10: hsl(var(--illo-pink-10-hsl)/1);
--illo-pink-10-hsl: 290.4 calc(var(--saturation-factor, 1)*100%) 95.098%;
--illo-pink-20: hsl(var(--illo-pink-20-hsl)/1);
--illo-pink-20-hsl: 308 calc(var(--saturation-factor, 1)*90.909%) 87.059%;
--illo-pink-30: hsl(var(--illo-pink-30-hsl)/1);
--illo-pink-30-hsl: 312 calc(var(--saturation-factor, 1)*96.154%) 79.608%;
--illo-pink-40: hsl(var(--illo-pink-40-hsl)/1);
--illo-pink-40-hsl: 315.084 calc(var(--saturation-factor, 1)*100%) 64.902%;
--illo-pink-50: hsl(var(--illo-pink-50-hsl)/1);
--illo-pink-50-hsl: 309.787 calc(var(--saturation-factor, 1)*64.977%) 42.549%;
--illo-pink-60: hsl(var(--illo-pink-60-hsl)/1);
--illo-pink-60-hsl: 305.455 calc(var(--saturation-factor, 1)*76.101%) 31.176%;
--illo-pink-70: hsl(var(--illo-pink-70-hsl)/1);
--illo-pink-70-hsl: 300 calc(var(--saturation-factor, 1)*100%) 20%;
--illo-purple-10: hsl(var(--illo-purple-10-hsl)/1);
--illo-purple-10-hsl: 271.2 calc(var(--saturation-factor, 1)*100%) 95.098%;
--illo-purple-20: hsl(var(--illo-purple-20-hsl)/1);
--illo-purple-20-hsl: 268.966 calc(var(--saturation-factor, 1)*90.625%) 87.451%;
--illo-purple-30: hsl(var(--illo-purple-30-hsl)/1);
--illo-purple-30-hsl: 269.011 calc(var(--saturation-factor, 1)*88.35%) 79.804%;
--illo-purple-40: hsl(var(--illo-purple-40-hsl)/1);
--illo-purple-40-hsl: 268.462 calc(var(--saturation-factor, 1)*85.714%) 64.314%;
--illo-purple-50: hsl(var(--illo-purple-50-hsl)/1);
--illo-purple-50-hsl: 264.275 calc(var(--saturation-factor, 1)*59.817%) 42.941%;
--illo-purple-60: hsl(var(--illo-purple-60-hsl)/1);
--illo-purple-60-hsl: 260.87 calc(var(--saturation-factor, 1)*72.327%) 31.176%;
--illo-purple-70: hsl(var(--illo-purple-70-hsl)/1);
--illo-purple-70-hsl: 257.059 calc(var(--saturation-factor, 1)*100%) 20%;
--illo-yellow-10: hsl(var(--illo-yellow-10-hsl)/1);
--illo-yellow-10-hsl: 50 calc(var(--saturation-factor, 1)*100%) 87.059%;
--illo-yellow-20: hsl(var(--illo-yellow-20-hsl)/1);
--illo-yellow-20-hsl: 49.714 calc(var(--saturation-factor, 1)*100%) 79.412%;
--illo-yellow-30: hsl(var(--illo-yellow-30-hsl)/1);
--illo-yellow-30-hsl: 50.069 calc(var(--saturation-factor, 1)*100%) 71.569%;
--illo-yellow-40: hsl(var(--illo-yellow-40-hsl)/1);
--illo-yellow-40-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--illo-yellow-50: hsl(var(--illo-yellow-50-hsl)/1);
--illo-yellow-50-hsl: 42.551 calc(var(--saturation-factor, 1)*89.091%) 56.863%;
--illo-yellow-60: hsl(var(--illo-yellow-60-hsl)/1);
--illo-yellow-60-hsl: 35.942 calc(var(--saturation-factor, 1)*81.176%) 50%;
--illo-yellow-70: hsl(var(--illo-yellow-70-hsl)/1);
--illo-yellow-70-hsl: 30.137 calc(var(--saturation-factor, 1)*100%) 42.941%;
--platform-battlenet: hsl(var(--platform-battlenet-hsl)/1);
--platform-battlenet-hsl: 199.651 calc(var(--saturation-factor, 1)*100%) 44.902%;
--platform-bungie: hsl(var(--platform-bungie-hsl)/1);
--platform-bungie-hsl: 196.916 calc(var(--saturation-factor, 1)*100%) 44.51%;
--platform-crunchyroll: hsl(var(--platform-crunchyroll-hsl)/1);
--platform-crunchyroll-hsl: 29.289 calc(var(--saturation-factor, 1)*92.952%) 55.49%;
--platform-ebay: hsl(var(--platform-ebay-hsl)/1);
--platform-ebay-hsl: 211.429 calc(var(--saturation-factor, 1)*100%) 41.176%;
--platform-epic-games: hsl(var(--platform-epic-games-hsl)/1);
--platform-epic-games-hsl: 34.286 calc(var(--saturation-factor, 1)*6.195%) 22.157%;
--platform-facebook: hsl(var(--platform-facebook-hsl)/1);
--platform-facebook-hsl: 220.714 calc(var(--saturation-factor, 1)*44.211%) 37.255%;
--platform-github: hsl(var(--platform-github-hsl)/1);
--platform-github-hsl: 0 calc(var(--saturation-factor, 1)*4.167%) 9.412%;
--platform-gold: hsl(var(--platform-gold-hsl)/1);
--platform-gold-hsl: 45.652 calc(var(--saturation-factor, 1)*100%) 54.902%;
--platform-lol: hsl(var(--platform-lol-hsl)/1);
--platform-lol-hsl: 190.286 calc(var(--saturation-factor, 1)*89.744%) 7.647%;
--platform-partner: hsl(var(--platform-partner-hsl)/1);
--platform-partner-hsl: 215.376 calc(var(--saturation-factor, 1)*82.775%) 59.02%;
--platform-paypal: hsl(var(--platform-paypal-hsl)/1);
--platform-paypal-hsl: 230.455 calc(var(--saturation-factor, 1)*69.841%) 24.706%;
--platform-playstation: hsl(var(--platform-playstation-hsl)/1);
--platform-playstation-hsl: 220 calc(var(--saturation-factor, 1)*95.652%) 27.059%;
--platform-reddit: hsl(var(--platform-reddit-hsl)/1);
--platform-reddit-hsl: 16.235 calc(var(--saturation-factor, 1)*100%) 50%;
--platform-riot-games: hsl(var(--platform-riot-games-hsl)/1);
--platform-riot-games-hsl: 349.487 calc(var(--saturation-factor, 1)*100%) 45.882%;
--platform-samsung: hsl(var(--platform-samsung-hsl)/1);
--platform-samsung-hsl: 231 calc(var(--saturation-factor, 1)*77.778%) 35.294%;
--platform-skype: hsl(var(--platform-skype-hsl)/1);
--platform-skype-hsl: 196.186 calc(var(--saturation-factor, 1)*100%) 42.157%;
--platform-spotify: hsl(var(--platform-spotify-hsl)/1);
--platform-spotify-hsl: 141.154 calc(var(--saturation-factor, 1)*72.897%) 41.961%;
--platform-steam: hsl(var(--platform-steam-hsl)/1);
--platform-steam-hsl: 214.615 calc(var(--saturation-factor, 1)*35.135%) 14.51%;
--platform-twitch: hsl(var(--platform-twitch-hsl)/1);
--platform-twitch-hsl: 264.13 calc(var(--saturation-factor, 1)*100%) 63.922%;
--platform-twitter: hsl(var(--platform-twitter-hsl)/1);
--platform-twitter-hsl: 202.817 calc(var(--saturation-factor, 1)*89.121%) 53.137%;
--platform-xbox: hsl(var(--platform-xbox-hsl)/1);
--platform-xbox-hsl: 120 calc(var(--saturation-factor, 1)*77.143%) 27.451%;
--platform-youtube: hsl(var(--platform-youtube-hsl)/1);
--platform-youtube-hsl: 0.351 calc(var(--saturation-factor, 1)*72.766%) 46.078%;
--premium-nitro-pink-dark: hsl(var(--premium-nitro-pink-dark-hsl)/1);
--premium-nitro-pink-dark-hsl: 299.45 calc(var(--saturation-factor, 1)*43.083%) 50.392%;
--premium-nitro-pink-light: hsl(var(--premium-nitro-pink-light-hsl)/1);
--premium-nitro-pink-light-hsl: 299.333 calc(var(--saturation-factor, 1)*42.857%) 58.824%;
--premium-perk-blue: hsl(var(--premium-perk-blue-hsl)/1);
--premium-perk-blue-hsl: 222.047 calc(var(--saturation-factor, 1)*100%) 75.098%;
--premium-perk-blue-alt: hsl(var(--premium-perk-blue-alt-hsl)/1);
--premium-perk-blue-alt-hsl: 223.03 calc(var(--saturation-factor, 1)*100%) 80.588%;
--premium-perk-dark-blue: hsl(var(--premium-perk-dark-blue-hsl)/1);
--premium-perk-dark-blue-hsl: 220.392 calc(var(--saturation-factor, 1)*67.401%) 55.49%;
--premium-perk-gold: hsl(var(--premium-perk-gold-hsl)/1);
--premium-perk-gold-hsl: 37.5 calc(var(--saturation-factor, 1)*95.726%) 54.118%;
--premium-perk-green: hsl(var(--premium-perk-green-hsl)/1);
--premium-perk-green-hsl: 163.953 calc(var(--saturation-factor, 1)*55.128%) 69.412%;
--premium-perk-light-blue: hsl(var(--premium-perk-light-blue-hsl)/1);
--premium-perk-light-blue-hsl: 221.481 calc(var(--saturation-factor, 1)*100%) 84.118%;
--premium-perk-orange: hsl(var(--premium-perk-orange-hsl)/1);
--premium-perk-orange-hsl: 25.424 calc(var(--saturation-factor, 1)*96.721%) 64.118%;
--premium-perk-pink: hsl(var(--premium-perk-pink-hsl)/1);
--premium-perk-pink-hsl: 305.197 calc(var(--saturation-factor, 1)*100%) 75.098%;
--premium-perk-purple: hsl(var(--premium-perk-purple-hsl)/1);
--premium-perk-purple-hsl: 272.079 calc(var(--saturation-factor, 1)*100%) 80.196%;
--premium-perk-yellow: hsl(var(--premium-perk-yellow-hsl)/1);
--premium-perk-yellow-hsl: 46.813 calc(var(--saturation-factor, 1)*98.913%) 63.922%;
--premium-tier-0-blue: hsl(var(--premium-tier-0-blue-hsl)/1);
--premium-tier-0-blue-hsl: 201.649 calc(var(--saturation-factor, 1)*100%) 38.039%;
--premium-tier-0-blue-for-gradients: hsl(var(--premium-tier-0-blue-for-gradients-hsl)/1);
--premium-tier-0-blue-for-gradients-hsl: 201.649 calc(var(--saturation-factor, 1)*100%) 38.039%;
--premium-tier-0-blue-for-gradients-2: hsl(var(--premium-tier-0-blue-for-gradients-2-hsl)/1);
--premium-tier-0-blue-for-gradients-2-hsl: 209.022 calc(var(--saturation-factor, 1)*80%) 45.098%;
--premium-tier-0-header-gradient-1: hsl(var(--premium-tier-0-header-gradient-1-hsl)/1);
--premium-tier-0-header-gradient-1-hsl: 240.451 calc(var(--saturation-factor, 1)*55.187%) 47.255%;
--premium-tier-0-header-gradient-2: hsl(var(--premium-tier-0-header-gradient-2-hsl)/1);
--premium-tier-0-header-gradient-2-hsl: 224.444 calc(var(--saturation-factor, 1)*77.885%) 59.216%;
--premium-tier-0-header-gradient-3: hsl(var(--premium-tier-0-header-gradient-3-hsl)/1);
--premium-tier-0-header-gradient-3-hsl: 246.207 calc(var(--saturation-factor, 1)*74.359%) 69.412%;
--premium-tier-0-header-gradient-4: hsl(var(--premium-tier-0-header-gradient-4-hsl)/1);
--premium-tier-0-header-gradient-4-hsl: 294.595 calc(var(--saturation-factor, 1)*79.856%) 72.745%;
--premium-tier-0-header-gradient-5: hsl(var(--premium-tier-0-header-gradient-5-hsl)/1);
--premium-tier-0-header-gradient-5-hsl: 336.456 calc(var(--saturation-factor, 1)*55.245%) 71.961%;
--premium-tier-0-purple: hsl(var(--premium-tier-0-purple-hsl)/1);
--premium-tier-0-purple-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--premium-tier-0-purple-for-gradients: hsl(var(--premium-tier-0-purple-for-gradients-hsl)/1);
--premium-tier-0-purple-for-gradients-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--premium-tier-1-blue: hsl(var(--premium-tier-1-blue-hsl)/1);
--premium-tier-1-blue-hsl: 227.538 calc(var(--saturation-factor, 1)*86.667%) 70.588%;
--premium-tier-1-blue-for-gradients: hsl(var(--premium-tier-1-blue-for-gradients-hsl)/1);
--premium-tier-1-blue-for-gradients-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--premium-tier-1-dark-blue-for-gradients: hsl(var(--premium-tier-1-dark-blue-for-gradients-hsl)/1);
--premium-tier-1-dark-blue-for-gradients-hsl: 234.909 calc(var(--saturation-factor, 1)*68.465%) 52.745%;
--premium-tier-1-purple: hsl(var(--premium-tier-1-purple-hsl)/1);
--premium-tier-1-purple-hsl: 243.704 calc(var(--saturation-factor, 1)*100%) 84.118%;
--premium-tier-2-pink: hsl(var(--premium-tier-2-pink-hsl)/1);
--premium-tier-2-pink-hsl: 342 calc(var(--saturation-factor, 1)*57.971%) 72.941%;
--premium-tier-2-pink-for-gradients: hsl(var(--premium-tier-2-pink-for-gradients-hsl)/1);
--premium-tier-2-pink-for-gradients-hsl: 325.385 calc(var(--saturation-factor, 1)*31.707%) 51.765%;
--premium-tier-2-pink-for-gradients-2: hsl(var(--premium-tier-2-pink-for-gradients-2-hsl)/1);
--premium-tier-2-pink-for-gradients-2-hsl: 295.42 calc(var(--saturation-factor, 1)*51.373%) 50%;
--premium-tier-2-purple: hsl(var(--premium-tier-2-purple-hsl)/1);
--premium-tier-2-purple-hsl: 270 calc(var(--saturation-factor, 1)*86.667%) 70.588%;
--premium-tier-2-purple-for-gradients: hsl(var(--premium-tier-2-purple-for-gradients-hsl)/1);
--premium-tier-2-purple-for-gradients-hsl: 269.291 calc(var(--saturation-factor, 1)*52.697%) 52.745%;
--premium-tier-2-purple-for-gradients-2: hsl(var(--premium-tier-2-purple-for-gradients-2-hsl)/1);
--premium-tier-2-purple-for-gradients-2-hsl: 295.645 calc(var(--saturation-factor, 1)*50%) 51.373%;
--role-blue: hsl(var(--role-blue-hsl)/1);
--role-blue-hsl: 203.793 calc(var(--saturation-factor, 1)*64.444%) 35.294%;
--role-brown: hsl(var(--role-brown-hsl)/1);
--role-brown-hsl: 23.929 calc(var(--saturation-factor, 1)*100%) 32.941%;
--role-burgundy: hsl(var(--role-burgundy-hsl)/1);
--role-burgundy-hsl: 333.725 calc(var(--saturation-factor, 1)*79.275%) 37.843%;
--role-dark-blue: hsl(var(--role-dark-blue-hsl)/1);
--role-dark-blue-hsl: 198.947 calc(var(--saturation-factor, 1)*18.447%) 40.392%;
--role-dark-grey: hsl(var(--role-dark-grey-hsl)/1);
--role-dark-grey-hsl: 199.535 calc(var(--saturation-factor, 1)*18.298%) 46.078%;
--role-dark-purple: hsl(var(--role-dark-purple-hsl)/1);
--role-dark-purple-hsl: 282.143 calc(var(--saturation-factor, 1)*43.75%) 37.647%;
--role-dark-teal: hsl(var(--role-dark-teal-hsl)/1);
--role-dark-teal-hsl: 168.108 calc(var(--saturation-factor, 1)*76.552%) 28.431%;
--role-default: hsl(var(--role-default-hsl)/1);
--role-default-hsl: 203.571 calc(var(--saturation-factor, 1)*15.909%) 65.49%;
--role-green: hsl(var(--role-green-hsl)/1);
--role-green-hsl: 145 calc(var(--saturation-factor, 1)*63.529%) 33.333%;
--role-grey: hsl(var(--role-grey-hsl)/1);
--role-grey-hsl: 202.5 calc(var(--saturation-factor, 1)*4%) 60.784%;
--role-light-blue: hsl(var(--role-light-blue-hsl)/1);
--role-light-blue-hsl: 203.571 calc(var(--saturation-factor, 1)*15.909%) 65.49%;
--role-light-green: hsl(var(--role-light-green-hsl)/1);
--role-light-green-hsl: 145.443 calc(var(--saturation-factor, 1)*63.2%) 49.02%;
--role-light-grey: hsl(var(--role-light-grey-hsl)/1);
--role-light-grey-hsl: 183.529 calc(var(--saturation-factor, 1)*8.718%) 61.765%;
--role-magenta: hsl(var(--role-magenta-hsl)/1);
--role-magenta-hsl: 339.606 calc(var(--saturation-factor, 1)*82.186%) 51.569%;
--role-orange: hsl(var(--role-orange-hsl)/1);
--role-orange-hsl: 28.163 calc(var(--saturation-factor, 1)*79.675%) 51.765%;
--role-purple: hsl(var(--role-purple-hsl)/1);
--role-purple-hsl: 282.581 calc(var(--saturation-factor, 1)*38.912%) 53.137%;
--role-salmon: hsl(var(--role-salmon-hsl)/1);
--role-salmon-hsl: 5.614 calc(var(--saturation-factor, 1)*78.082%) 57.059%;
--role-sky-blue: hsl(var(--role-sky-blue-hsl)/1);
--role-sky-blue-hsl: 204.072 calc(var(--saturation-factor, 1)*69.874%) 53.137%;
--role-tan: hsl(var(--role-tan-hsl)/1);
--role-tan-hsl: 36.667 calc(var(--saturation-factor, 1)*86.538%) 40.784%;
--role-teal: hsl(var(--role-teal-hsl)/1);
--role-teal-hsl: 168.148 calc(var(--saturation-factor, 1)*75.701%) 41.961%;
--role-terracotta: hsl(var(--role-terracotta-hsl)/1);
--role-terracotta-hsl: 5.546 calc(var(--saturation-factor, 1)*63.636%) 36.667%;
--role-yellow: hsl(var(--role-yellow-hsl)/1);
--role-yellow-hsl: 48.053 calc(var(--saturation-factor, 1)*88.976%) 50.196%;
--neutral-1: hsl(var(--neutral-1-hsl)/1);
--neutral-1-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--neutral-2: hsl(var(--neutral-2-hsl)/1);
--neutral-2-hsl: 0 calc(var(--saturation-factor, 1)*0%) 98.431%;
--neutral-3: hsl(var(--neutral-3-hsl)/1);
--neutral-3-hsl: 240 calc(var(--saturation-factor, 1)*6.667%) 97.059%;
--neutral-4: hsl(var(--neutral-4-hsl)/1);
--neutral-4-hsl: 240 calc(var(--saturation-factor, 1)*4.348%) 95.49%;
--neutral-5: hsl(var(--neutral-5-hsl)/1);
--neutral-5-hsl: 240 calc(var(--saturation-factor, 1)*6.667%) 94.118%;
--neutral-6: hsl(var(--neutral-6-hsl)/1);
--neutral-6-hsl: 210 calc(var(--saturation-factor, 1)*5.263%) 92.549%;
--neutral-7: hsl(var(--neutral-7-hsl)/1);
--neutral-7-hsl: 240 calc(var(--saturation-factor, 1)*4.545%) 91.373%;
--neutral-8: hsl(var(--neutral-8-hsl)/1);
--neutral-8-hsl: 240 calc(var(--saturation-factor, 1)*3.846%) 89.804%;
--neutral-9: hsl(var(--neutral-9-hsl)/1);
--neutral-9-hsl: 240 calc(var(--saturation-factor, 1)*5.085%) 88.431%;
--neutral-10: hsl(var(--neutral-10-hsl)/1);
--neutral-10-hsl: 240 calc(var(--saturation-factor, 1)*4.478%) 86.863%;
--neutral-11: hsl(var(--neutral-11-hsl)/1);
--neutral-11-hsl: 225 calc(var(--saturation-factor, 1)*5.405%) 85.49%;
--neutral-12: hsl(var(--neutral-12-hsl)/1);
--neutral-12-hsl: 225 calc(var(--saturation-factor, 1)*4.878%) 83.922%;
--neutral-13: hsl(var(--neutral-13-hsl)/1);
--neutral-13-hsl: 240 calc(var(--saturation-factor, 1)*4.545%) 82.745%;
--neutral-14: hsl(var(--neutral-14-hsl)/1);
--neutral-14-hsl: 240 calc(var(--saturation-factor, 1)*4.167%) 81.176%;
--neutral-15: hsl(var(--neutral-15-hsl)/1);
--neutral-15-hsl: 228 calc(var(--saturation-factor, 1)*4.854%) 79.804%;
--neutral-16: hsl(var(--neutral-16-hsl)/1);
--neutral-16-hsl: 228 calc(var(--saturation-factor, 1)*4.505%) 78.235%;
--neutral-17: hsl(var(--neutral-17-hsl)/1);
--neutral-17-hsl: 240 calc(var(--saturation-factor, 1)*4.274%) 77.059%;
--neutral-18: hsl(var(--neutral-18-hsl)/1);
--neutral-18-hsl: 240 calc(var(--saturation-factor, 1)*4%) 75.49%;
--neutral-19: hsl(var(--neutral-19-hsl)/1);
--neutral-19-hsl: 230 calc(var(--saturation-factor, 1)*4.545%) 74.118%;
--neutral-20: hsl(var(--neutral-20-hsl)/1);
--neutral-20-hsl: 230 calc(var(--saturation-factor, 1)*4.286%) 72.549%;
--neutral-21: hsl(var(--neutral-21-hsl)/1);
--neutral-21-hsl: 240 calc(var(--saturation-factor, 1)*4.11%) 71.373%;
--neutral-22: hsl(var(--neutral-22-hsl)/1);
--neutral-22-hsl: 231.429 calc(var(--saturation-factor, 1)*4.575%) 70%;
--neutral-23: hsl(var(--neutral-23-hsl)/1);
--neutral-23-hsl: 231.429 calc(var(--saturation-factor, 1)*4.348%) 68.431%;
--neutral-24: hsl(var(--neutral-24-hsl)/1);
--neutral-24-hsl: 240 calc(var(--saturation-factor, 1)*4.192%) 67.255%;
--neutral-25: hsl(var(--neutral-25-hsl)/1);
--neutral-25-hsl: 231.429 calc(var(--saturation-factor, 1)*4%) 65.686%;
--neutral-26: hsl(var(--neutral-26-hsl)/1);
--neutral-26-hsl: 232.5 calc(var(--saturation-factor, 1)*4.396%) 64.314%;
--neutral-27: hsl(var(--neutral-27-hsl)/1);
--neutral-27-hsl: 232.5 calc(var(--saturation-factor, 1)*4.255%) 63.137%;
--neutral-28: hsl(var(--neutral-28-hsl)/1);
--neutral-28-hsl: 232.5 calc(var(--saturation-factor, 1)*4.082%) 61.569%;
--neutral-29: hsl(var(--neutral-29-hsl)/1);
--neutral-29-hsl: 232.5 calc(var(--saturation-factor, 1)*3.96%) 60.392%;
--neutral-30: hsl(var(--neutral-30-hsl)/1);
--neutral-30-hsl: 233.333 calc(var(--saturation-factor, 1)*4.306%) 59.02%;
--neutral-31: hsl(var(--neutral-31-hsl)/1);
--neutral-31-hsl: 232.5 calc(var(--saturation-factor, 1)*3.704%) 57.647%;
--neutral-32: hsl(var(--neutral-32-hsl)/1);
--neutral-32-hsl: 233.333 calc(var(--saturation-factor, 1)*4.036%) 56.275%;
--neutral-33: hsl(var(--neutral-33-hsl)/1);
--neutral-33-hsl: 233.333 calc(var(--saturation-factor, 1)*3.93%) 55.098%;
--neutral-34: hsl(var(--neutral-34-hsl)/1);
--neutral-34-hsl: 233.333 calc(var(--saturation-factor, 1)*3.797%) 53.529%;
--neutral-35: hsl(var(--neutral-35-hsl)/1);
--neutral-35-hsl: 233.333 calc(var(--saturation-factor, 1)*3.704%) 52.353%;
--neutral-36: hsl(var(--neutral-36-hsl)/1);
--neutral-36-hsl: 234 calc(var(--saturation-factor, 1)*4%) 50.98%;
--neutral-37: hsl(var(--neutral-37-hsl)/1);
--neutral-37-hsl: 233.333 calc(var(--saturation-factor, 1)*3.557%) 49.608%;
--neutral-38: hsl(var(--neutral-38-hsl)/1);
--neutral-38-hsl: 234 calc(var(--saturation-factor, 1)*4.065%) 48.235%;
--neutral-39: hsl(var(--neutral-39-hsl)/1);
--neutral-39-hsl: 234 calc(var(--saturation-factor, 1)*4.167%) 47.059%;
--neutral-40: hsl(var(--neutral-40-hsl)/1);
--neutral-40-hsl: 234 calc(var(--saturation-factor, 1)*4.274%) 45.882%;
--neutral-41: hsl(var(--neutral-41-hsl)/1);
--neutral-41-hsl: 234 calc(var(--saturation-factor, 1)*4.425%) 44.314%;
--neutral-42: hsl(var(--neutral-42-hsl)/1);
--neutral-42-hsl: 234 calc(var(--saturation-factor, 1)*4.545%) 43.137%;
--neutral-43: hsl(var(--neutral-43-hsl)/1);
--neutral-43-hsl: 234 calc(var(--saturation-factor, 1)*4.673%) 41.961%;
--neutral-44: hsl(var(--neutral-44-hsl)/1);
--neutral-44-hsl: 234.545 calc(var(--saturation-factor, 1)*5.314%) 40.588%;
--neutral-45: hsl(var(--neutral-45-hsl)/1);
--neutral-45-hsl: 234.545 calc(var(--saturation-factor, 1)*5.473%) 39.412%;
--neutral-46: hsl(var(--neutral-46-hsl)/1);
--neutral-46-hsl: 234.545 calc(var(--saturation-factor, 1)*5.641%) 38.235%;
--neutral-47: hsl(var(--neutral-47-hsl)/1);
--neutral-47-hsl: 234 calc(var(--saturation-factor, 1)*5.319%) 36.863%;
--neutral-48: hsl(var(--neutral-48-hsl)/1);
--neutral-48-hsl: 234.545 calc(var(--saturation-factor, 1)*6.077%) 35.49%;
--neutral-49: hsl(var(--neutral-49-hsl)/1);
--neutral-49-hsl: 234.545 calc(var(--saturation-factor, 1)*6.286%) 34.314%;
--neutral-50: hsl(var(--neutral-50-hsl)/1);
--neutral-50-hsl: 234.545 calc(var(--saturation-factor, 1)*6.509%) 33.137%;
--neutral-51: hsl(var(--neutral-51-hsl)/1);
--neutral-51-hsl: 234.545 calc(var(--saturation-factor, 1)*6.667%) 32.353%;
--neutral-52: hsl(var(--neutral-52-hsl)/1);
--neutral-52-hsl: 234 calc(var(--saturation-factor, 1)*6.173%) 31.765%;
--neutral-53: hsl(var(--neutral-53-hsl)/1);
--neutral-53-hsl: 234.545 calc(var(--saturation-factor, 1)*6.918%) 31.176%;
--neutral-54: hsl(var(--neutral-54-hsl)/1);
--neutral-54-hsl: 234 calc(var(--saturation-factor, 1)*6.41%) 30.588%;
--neutral-55: hsl(var(--neutral-55-hsl)/1);
--neutral-55-hsl: 234 calc(var(--saturation-factor, 1)*6.579%) 29.804%;
--neutral-56: hsl(var(--neutral-56-hsl)/1);
--neutral-56-hsl: 233.333 calc(var(--saturation-factor, 1)*6.04%) 29.216%;
--neutral-57: hsl(var(--neutral-57-hsl)/1);
--neutral-57-hsl: 233.333 calc(var(--saturation-factor, 1)*6.207%) 28.431%;
--neutral-58: hsl(var(--neutral-58-hsl)/1);
--neutral-58-hsl: 240 calc(var(--saturation-factor, 1)*6.294%) 28.039%;
--neutral-59: hsl(var(--neutral-59-hsl)/1);
--neutral-59-hsl: 233.333 calc(var(--saturation-factor, 1)*6.475%) 27.255%;
--neutral-60: hsl(var(--neutral-60-hsl)/1);
--neutral-60-hsl: 233.333 calc(var(--saturation-factor, 1)*6.667%) 26.471%;
--neutral-61: hsl(var(--neutral-61-hsl)/1);
--neutral-61-hsl: 232.5 calc(var(--saturation-factor, 1)*6.061%) 25.882%;
--neutral-62: hsl(var(--neutral-62-hsl)/1);
--neutral-62-hsl: 233.333 calc(var(--saturation-factor, 1)*6.977%) 25.294%;
--neutral-63: hsl(var(--neutral-63-hsl)/1);
--neutral-63-hsl: 232.5 calc(var(--saturation-factor, 1)*6.349%) 24.706%;
--neutral-64: hsl(var(--neutral-64-hsl)/1);
--neutral-64-hsl: 232.5 calc(var(--saturation-factor, 1)*6.557%) 23.922%;
--neutral-65: hsl(var(--neutral-65-hsl)/1);
--neutral-65-hsl: 232.5 calc(var(--saturation-factor, 1)*6.667%) 23.529%;
--neutral-66: hsl(var(--neutral-66-hsl)/1);
--neutral-66-hsl: 232.5 calc(var(--saturation-factor, 1)*6.897%) 22.745%;
--neutral-67: hsl(var(--neutral-67-hsl)/1);
--neutral-67-hsl: 231.429 calc(var(--saturation-factor, 1)*6.195%) 22.157%;
--neutral-68: hsl(var(--neutral-68-hsl)/1);
--neutral-68-hsl: 240 calc(var(--saturation-factor, 1)*5.455%) 21.569%;
--neutral-69: hsl(var(--neutral-69-hsl)/1);
--neutral-69-hsl: 231.429 calc(var(--saturation-factor, 1)*6.542%) 20.98%;
--neutral-70: hsl(var(--neutral-70-hsl)/1);
--neutral-70-hsl: 240 calc(var(--saturation-factor, 1)*5.769%) 20.392%;
--neutral-71: hsl(var(--neutral-71-hsl)/1);
--neutral-71-hsl: 230 calc(var(--saturation-factor, 1)*6%) 19.608%;
--neutral-72: hsl(var(--neutral-72-hsl)/1);
--neutral-72-hsl: 240 calc(var(--saturation-factor, 1)*6.122%) 19.216%;
--neutral-73: hsl(var(--neutral-73-hsl)/1);
--neutral-73-hsl: 230 calc(var(--saturation-factor, 1)*6.383%) 18.431%;
--neutral-74: hsl(var(--neutral-74-hsl)/1);
--neutral-74-hsl: 240 calc(var(--saturation-factor, 1)*6.522%) 18.039%;
--neutral-75: hsl(var(--neutral-75-hsl)/1);
--neutral-75-hsl: 230 calc(var(--saturation-factor, 1)*6.818%) 17.255%;
--neutral-76: hsl(var(--neutral-76-hsl)/1);
--neutral-76-hsl: 240 calc(var(--saturation-factor, 1)*5.882%) 16.667%;
--neutral-77: hsl(var(--neutral-77-hsl)/1);
--neutral-77-hsl: 240 calc(var(--saturation-factor, 1)*6.024%) 16.275%;
--neutral-78: hsl(var(--neutral-78-hsl)/1);
--neutral-78-hsl: 228 calc(var(--saturation-factor, 1)*6.329%) 15.49%;
--neutral-79: hsl(var(--neutral-79-hsl)/1);
--neutral-79-hsl: 240 calc(var(--saturation-factor, 1)*6.494%) 15.098%;
--neutral-80: hsl(var(--neutral-80-hsl)/1);
--neutral-80-hsl: 228 calc(var(--saturation-factor, 1)*6.849%) 14.314%;
--neutral-81: hsl(var(--neutral-81-hsl)/1);
--neutral-81-hsl: 240 calc(var(--saturation-factor, 1)*5.714%) 13.725%;
--neutral-82: hsl(var(--neutral-82-hsl)/1);
--neutral-82-hsl: 240 calc(var(--saturation-factor, 1)*5.882%) 13.333%;
--neutral-83: hsl(var(--neutral-83-hsl)/1);
--neutral-83-hsl: 225 calc(var(--saturation-factor, 1)*6.25%) 12.549%;
--neutral-84: hsl(var(--neutral-84-hsl)/1);
--neutral-84-hsl: 240 calc(var(--saturation-factor, 1)*6.452%) 12.157%;
--neutral-85: hsl(var(--neutral-85-hsl)/1);
--neutral-85-hsl: 225 calc(var(--saturation-factor, 1)*6.897%) 11.373%;
--neutral-86: hsl(var(--neutral-86-hsl)/1);
--neutral-86-hsl: 240 calc(var(--saturation-factor, 1)*7.143%) 10.98%;
--neutral-87: hsl(var(--neutral-87-hsl)/1);
--neutral-87-hsl: 240 calc(var(--saturation-factor, 1)*5.66%) 10.392%;
--neutral-88: hsl(var(--neutral-88-hsl)/1);
--neutral-88-hsl: 225 calc(var(--saturation-factor, 1)*8%) 9.804%;
--neutral-89: hsl(var(--neutral-89-hsl)/1);
--neutral-89-hsl: 240 calc(var(--saturation-factor, 1)*6.383%) 9.216%;
--neutral-90: hsl(var(--neutral-90-hsl)/1);
--neutral-90-hsl: 240 calc(var(--saturation-factor, 1)*6.667%) 8.824%;
--neutral-91: hsl(var(--neutral-91-hsl)/1);
--neutral-91-hsl: 220 calc(var(--saturation-factor, 1)*7.317%) 8.039%;
--neutral-92: hsl(var(--neutral-92-hsl)/1);
--neutral-92-hsl: 240 calc(var(--saturation-factor, 1)*5.263%) 7.451%;
--neutral-93: hsl(var(--neutral-93-hsl)/1);
--neutral-93-hsl: 240 calc(var(--saturation-factor, 1)*8.571%) 6.863%;
--neutral-94: hsl(var(--neutral-94-hsl)/1);
--neutral-94-hsl: 240 calc(var(--saturation-factor, 1)*6.667%) 5.882%;
--neutral-95: hsl(var(--neutral-95-hsl)/1);
--neutral-95-hsl: 240 calc(var(--saturation-factor, 1)*7.692%) 5.098%;
--neutral-96: hsl(var(--neutral-96-hsl)/1);
--neutral-96-hsl: 240 calc(var(--saturation-factor, 1)*9.091%) 4.314%;
--neutral-97: hsl(var(--neutral-97-hsl)/1);
--neutral-97-hsl: 240 calc(var(--saturation-factor, 1)*12.5%) 3.137%;
--neutral-98: hsl(var(--neutral-98-hsl)/1);
--neutral-98-hsl: 240 calc(var(--saturation-factor, 1)*9.091%) 2.157%;
--neutral-99: hsl(var(--neutral-99-hsl)/1);
--neutral-99-hsl: 240 calc(var(--saturation-factor, 1)*20%) 0.98%;
--neutral-100: hsl(var(--neutral-100-hsl)/1);
--neutral-100-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--blue-new-1: hsl(var(--blue-new-1-hsl)/1);
--blue-new-1-hsl: 216.923 calc(var(--saturation-factor, 1)*100%) 94.902%;
--blue-new-2: hsl(var(--blue-new-2-hsl)/1);
--blue-new-2-hsl: 216.774 calc(var(--saturation-factor, 1)*100%) 93.922%;
--blue-new-3: hsl(var(--blue-new-3-hsl)/1);
--blue-new-3-hsl: 216 calc(var(--saturation-factor, 1)*100%) 93.137%;
--blue-new-4: hsl(var(--blue-new-4-hsl)/1);
--blue-new-4-hsl: 216 calc(var(--saturation-factor, 1)*100%) 92.157%;
--blue-new-5: hsl(var(--blue-new-5-hsl)/1);
--blue-new-5-hsl: 215.455 calc(var(--saturation-factor, 1)*100%) 91.373%;
--blue-new-6: hsl(var(--blue-new-6-hsl)/1);
--blue-new-6-hsl: 214.286 calc(var(--saturation-factor, 1)*100%) 90.392%;
--blue-new-7: hsl(var(--blue-new-7-hsl)/1);
--blue-new-7-hsl: 215.094 calc(var(--saturation-factor, 1)*100%) 89.608%;
--blue-new-8: hsl(var(--blue-new-8-hsl)/1);
--blue-new-8-hsl: 214.138 calc(var(--saturation-factor, 1)*100%) 88.627%;
--blue-new-9: hsl(var(--blue-new-9-hsl)/1);
--blue-new-9-hsl: 213.871 calc(var(--saturation-factor, 1)*100%) 87.843%;
--blue-new-10: hsl(var(--blue-new-10-hsl)/1);
--blue-new-10-hsl: 214.545 calc(var(--saturation-factor, 1)*100%) 87.059%;
--blue-new-11: hsl(var(--blue-new-11-hsl)/1);
--blue-new-11-hsl: 213.803 calc(var(--saturation-factor, 1)*100%) 86.078%;
--blue-new-12: hsl(var(--blue-new-12-hsl)/1);
--blue-new-12-hsl: 214.4 calc(var(--saturation-factor, 1)*100%) 85.294%;
--blue-new-13: hsl(var(--blue-new-13-hsl)/1);
--blue-new-13-hsl: 214.177 calc(var(--saturation-factor, 1)*100%) 84.51%;
--blue-new-14: hsl(var(--blue-new-14-hsl)/1);
--blue-new-14-hsl: 214.286 calc(var(--saturation-factor, 1)*100%) 83.529%;
--blue-new-15: hsl(var(--blue-new-15-hsl)/1);
--blue-new-15-hsl: 213.793 calc(var(--saturation-factor, 1)*97.753%) 82.549%;
--blue-new-16: hsl(var(--blue-new-16-hsl)/1);
--blue-new-16-hsl: 213.333 calc(var(--saturation-factor, 1)*95.745%) 81.569%;
--blue-new-17: hsl(var(--blue-new-17-hsl)/1);
--blue-new-17-hsl: 213.83 calc(var(--saturation-factor, 1)*95.918%) 80.784%;
--blue-new-18: hsl(var(--blue-new-18-hsl)/1);
--blue-new-18-hsl: 213.402 calc(var(--saturation-factor, 1)*94.175%) 79.804%;
--blue-new-19: hsl(var(--blue-new-19-hsl)/1);
--blue-new-19-hsl: 213.861 calc(var(--saturation-factor, 1)*94.393%) 79.02%;
--blue-new-20: hsl(var(--blue-new-20-hsl)/1);
--blue-new-20-hsl: 213.143 calc(var(--saturation-factor, 1)*92.92%) 77.843%;
--blue-new-21: hsl(var(--blue-new-21-hsl)/1);
--blue-new-21-hsl: 213.333 calc(var(--saturation-factor, 1)*91.525%) 76.863%;
--blue-new-22: hsl(var(--blue-new-22-hsl)/1);
--blue-new-22-hsl: 213.214 calc(var(--saturation-factor, 1)*91.803%) 76.078%;
--blue-new-23: hsl(var(--blue-new-23-hsl)/1);
--blue-new-23-hsl: 213.391 calc(var(--saturation-factor, 1)*90.551%) 75.098%;
--blue-new-24: hsl(var(--blue-new-24-hsl)/1);
--blue-new-24-hsl: 213.051 calc(var(--saturation-factor, 1)*89.394%) 74.118%;
--blue-new-25: hsl(var(--blue-new-25-hsl)/1);
--blue-new-25-hsl: 213.443 calc(var(--saturation-factor, 1)*89.706%) 73.333%;
--blue-new-26: hsl(var(--blue-new-26-hsl)/1);
--blue-new-26-hsl: 213.12 calc(var(--saturation-factor, 1)*88.652%) 72.353%;
--blue-new-27: hsl(var(--blue-new-27-hsl)/1);
--blue-new-27-hsl: 213.281 calc(var(--saturation-factor, 1)*87.671%) 71.373%;
--blue-new-28: hsl(var(--blue-new-28-hsl)/1);
--blue-new-28-hsl: 212.977 calc(var(--saturation-factor, 1)*86.755%) 70.392%;
--blue-new-29: hsl(var(--blue-new-29-hsl)/1);
--blue-new-29-hsl: 213.333 calc(var(--saturation-factor, 1)*87.097%) 69.608%;
--blue-new-30: hsl(var(--blue-new-30-hsl)/1);
--blue-new-30-hsl: 213.043 calc(var(--saturation-factor, 1)*86.25%) 68.627%;
--blue-new-31: hsl(var(--blue-new-31-hsl)/1);
--blue-new-31-hsl: 213.191 calc(var(--saturation-factor, 1)*85.455%) 67.647%;
--blue-new-32: hsl(var(--blue-new-32-hsl)/1);
--blue-new-32-hsl: 212.917 calc(var(--saturation-factor, 1)*84.706%) 66.667%;
--blue-new-33: hsl(var(--blue-new-33-hsl)/1);
--blue-new-33-hsl: 213.061 calc(var(--saturation-factor, 1)*84%) 65.686%;
--blue-new-34: hsl(var(--blue-new-34-hsl)/1);
--blue-new-34-hsl: 212.98 calc(var(--saturation-factor, 1)*84.358%) 64.902%;
--blue-new-35: hsl(var(--blue-new-35-hsl)/1);
--blue-new-35-hsl: 213.117 calc(var(--saturation-factor, 1)*83.696%) 63.922%;
--blue-new-36: hsl(var(--blue-new-36-hsl)/1);
--blue-new-36-hsl: 212.866 calc(var(--saturation-factor, 1)*83.069%) 62.941%;
--blue-new-37: hsl(var(--blue-new-37-hsl)/1);
--blue-new-37-hsl: 212.795 calc(var(--saturation-factor, 1)*82.564%) 61.765%;
--blue-new-38: hsl(var(--blue-new-38-hsl)/1);
--blue-new-38-hsl: 212.927 calc(var(--saturation-factor, 1)*82%) 60.784%;
--blue-new-39: hsl(var(--blue-new-39-hsl)/1);
--blue-new-39-hsl: 212.695 calc(var(--saturation-factor, 1)*81.463%) 59.804%;
--blue-new-40: hsl(var(--blue-new-40-hsl)/1);
--blue-new-40-hsl: 212.791 calc(var(--saturation-factor, 1)*81.905%) 58.824%;
--blue-new-41: hsl(var(--blue-new-41-hsl)/1);
--blue-new-41-hsl: 212.571 calc(var(--saturation-factor, 1)*81.395%) 57.843%;
--blue-new-42: hsl(var(--blue-new-42-hsl)/1);
--blue-new-42-hsl: 212.514 calc(var(--saturation-factor, 1)*80.995%) 56.667%;
--blue-new-43: hsl(var(--blue-new-43-hsl)/1);
--blue-new-43-hsl: 212.459 calc(var(--saturation-factor, 1)*80.617%) 55.49%;
--blue-new-44: hsl(var(--blue-new-44-hsl)/1);
--blue-new-44-hsl: 212.086 calc(var(--saturation-factor, 1)*80.258%) 54.314%;
--blue-new-45: hsl(var(--blue-new-45-hsl)/1);
--blue-new-45-hsl: 211.875 calc(var(--saturation-factor, 1)*80%) 52.941%;
--blue-new-46: hsl(var(--blue-new-46-hsl)/1);
--blue-new-46-hsl: 211.515 calc(var(--saturation-factor, 1)*80.488%) 51.765%;
--blue-new-47: hsl(var(--blue-new-47-hsl)/1);
--blue-new-47-hsl: 211.176 calc(var(--saturation-factor, 1)*80.315%) 50.196%;
--blue-new-48: hsl(var(--blue-new-48-hsl)/1);
--blue-new-48-hsl: 210.711 calc(var(--saturation-factor, 1)*85.425%) 48.431%;
--blue-new-49: hsl(var(--blue-new-49-hsl)/1);
--blue-new-49-hsl: 209.327 calc(var(--saturation-factor, 1)*95.708%) 45.686%;
--blue-new-50: hsl(var(--blue-new-50-hsl)/1);
--blue-new-50-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--blue-new-51: hsl(var(--blue-new-51-hsl)/1);
--blue-new-51-hsl: 209.189 calc(var(--saturation-factor, 1)*100%) 43.529%;
--blue-new-52: hsl(var(--blue-new-52-hsl)/1);
--blue-new-52-hsl: 209.309 calc(var(--saturation-factor, 1)*100%) 42.549%;
--blue-new-53: hsl(var(--blue-new-53-hsl)/1);
--blue-new-53-hsl: 209.151 calc(var(--saturation-factor, 1)*100%) 41.569%;
--blue-new-54: hsl(var(--blue-new-54-hsl)/1);
--blue-new-54-hsl: 209.126 calc(var(--saturation-factor, 1)*99.038%) 40.784%;
--blue-new-55: hsl(var(--blue-new-55-hsl)/1);
--blue-new-55-hsl: 209.4 calc(var(--saturation-factor, 1)*98.039%) 40%;
--blue-new-56: hsl(var(--blue-new-56-hsl)/1);
--blue-new-56-hsl: 209.388 calc(var(--saturation-factor, 1)*98%) 39.216%;
--blue-new-57: hsl(var(--blue-new-57-hsl)/1);
--blue-new-57-hsl: 209.684 calc(var(--saturation-factor, 1)*96.939%) 38.431%;
--blue-new-58: hsl(var(--blue-new-58-hsl)/1);
--blue-new-58-hsl: 209.514 calc(var(--saturation-factor, 1)*96.859%) 37.451%;
--blue-new-59: hsl(var(--blue-new-59-hsl)/1);
--blue-new-59-hsl: 209.503 calc(var(--saturation-factor, 1)*96.791%) 36.667%;
--blue-new-60: hsl(var(--blue-new-60-hsl)/1);
--blue-new-60-hsl: 209.492 calc(var(--saturation-factor, 1)*97.79%) 35.49%;
--blue-new-61: hsl(var(--blue-new-61-hsl)/1);
--blue-new-61-hsl: 209.48 calc(var(--saturation-factor, 1)*97.74%) 34.706%;
--blue-new-62: hsl(var(--blue-new-62-hsl)/1);
--blue-new-62-hsl: 209.294 calc(var(--saturation-factor, 1)*98.837%) 33.725%;
--blue-new-63: hsl(var(--blue-new-63-hsl)/1);
--blue-new-63-hsl: 209.455 calc(var(--saturation-factor, 1)*98.802%) 32.745%;
--blue-new-64: hsl(var(--blue-new-64-hsl)/1);
--blue-new-64-hsl: 209.259 calc(var(--saturation-factor, 1)*100%) 31.765%;
--blue-new-65: hsl(var(--blue-new-65-hsl)/1);
--blue-new-65-hsl: 209.241 calc(var(--saturation-factor, 1)*100%) 30.98%;
--blue-new-66: hsl(var(--blue-new-66-hsl)/1);
--blue-new-66-hsl: 209.221 calc(var(--saturation-factor, 1)*100%) 30.196%;
--blue-new-67: hsl(var(--blue-new-67-hsl)/1);
--blue-new-67-hsl: 209.6 calc(var(--saturation-factor, 1)*100%) 29.412%;
--blue-new-68: hsl(var(--blue-new-68-hsl)/1);
--blue-new-68-hsl: 209.589 calc(var(--saturation-factor, 1)*100%) 28.627%;
--blue-new-69: hsl(var(--blue-new-69-hsl)/1);
--blue-new-69-hsl: 209.577 calc(var(--saturation-factor, 1)*100%) 27.843%;
--blue-new-70: hsl(var(--blue-new-70-hsl)/1);
--blue-new-70-hsl: 209.565 calc(var(--saturation-factor, 1)*100%) 27.059%;
--blue-new-71: hsl(var(--blue-new-71-hsl)/1);
--blue-new-71-hsl: 210 calc(var(--saturation-factor, 1)*100%) 26.275%;
--blue-new-72: hsl(var(--blue-new-72-hsl)/1);
--blue-new-72-hsl: 210 calc(var(--saturation-factor, 1)*100%) 25.49%;
--blue-new-73: hsl(var(--blue-new-73-hsl)/1);
--blue-new-73-hsl: 210 calc(var(--saturation-factor, 1)*100%) 24.706%;
--blue-new-74: hsl(var(--blue-new-74-hsl)/1);
--blue-new-74-hsl: 210 calc(var(--saturation-factor, 1)*100%) 23.922%;
--blue-new-75: hsl(var(--blue-new-75-hsl)/1);
--blue-new-75-hsl: 210.508 calc(var(--saturation-factor, 1)*100%) 23.137%;
--blue-new-76: hsl(var(--blue-new-76-hsl)/1);
--blue-new-76-hsl: 210.783 calc(var(--saturation-factor, 1)*100%) 22.549%;
--blue-new-77: hsl(var(--blue-new-77-hsl)/1);
--blue-new-77-hsl: 210.811 calc(var(--saturation-factor, 1)*100%) 21.765%;
--blue-new-78: hsl(var(--blue-new-78-hsl)/1);
--blue-new-78-hsl: 210.841 calc(var(--saturation-factor, 1)*100%) 20.98%;
--blue-new-79: hsl(var(--blue-new-79-hsl)/1);
--blue-new-79-hsl: 211.154 calc(var(--saturation-factor, 1)*100%) 20.392%;
--blue-new-80: hsl(var(--blue-new-80-hsl)/1);
--blue-new-80-hsl: 211.2 calc(var(--saturation-factor, 1)*100%) 19.608%;
--blue-new-81: hsl(var(--blue-new-81-hsl)/1);
--blue-new-81-hsl: 211.25 calc(var(--saturation-factor, 1)*100%) 18.824%;
--blue-new-82: hsl(var(--blue-new-82-hsl)/1);
--blue-new-82-hsl: 212.258 calc(var(--saturation-factor, 1)*100%) 18.235%;
--blue-new-83: hsl(var(--blue-new-83-hsl)/1);
--blue-new-83-hsl: 212.36 calc(var(--saturation-factor, 1)*100%) 17.451%;
--blue-new-84: hsl(var(--blue-new-84-hsl)/1);
--blue-new-84-hsl: 212.791 calc(var(--saturation-factor, 1)*100%) 16.863%;
--blue-new-85: hsl(var(--blue-new-85-hsl)/1);
--blue-new-85-hsl: 212.927 calc(var(--saturation-factor, 1)*100%) 16.078%;
--blue-new-86: hsl(var(--blue-new-86-hsl)/1);
--blue-new-86-hsl: 213.418 calc(var(--saturation-factor, 1)*100%) 15.49%;
--blue-new-87: hsl(var(--blue-new-87-hsl)/1);
--blue-new-87-hsl: 213.6 calc(var(--saturation-factor, 1)*100%) 14.706%;
--blue-new-88: hsl(var(--blue-new-88-hsl)/1);
--blue-new-88-hsl: 214.167 calc(var(--saturation-factor, 1)*100%) 14.118%;
--blue-new-89: hsl(var(--blue-new-89-hsl)/1);
--blue-new-89-hsl: 214.783 calc(var(--saturation-factor, 1)*100%) 13.529%;
--blue-new-90: hsl(var(--blue-new-90-hsl)/1);
--blue-new-90-hsl: 215.077 calc(var(--saturation-factor, 1)*100%) 12.745%;
--blue-new-91: hsl(var(--blue-new-91-hsl)/1);
--blue-new-91-hsl: 215.806 calc(var(--saturation-factor, 1)*100%) 12.157%;
--blue-new-92: hsl(var(--blue-new-92-hsl)/1);
--blue-new-92-hsl: 216.61 calc(var(--saturation-factor, 1)*100%) 11.569%;
--blue-new-93: hsl(var(--blue-new-93-hsl)/1);
--blue-new-93-hsl: 217.091 calc(var(--saturation-factor, 1)*100%) 10.784%;
--blue-new-94: hsl(var(--blue-new-94-hsl)/1);
--blue-new-94-hsl: 217.647 calc(var(--saturation-factor, 1)*100%) 10%;
--blue-new-95: hsl(var(--blue-new-95-hsl)/1);
--blue-new-95-hsl: 219.574 calc(var(--saturation-factor, 1)*100%) 9.216%;
--blue-new-96: hsl(var(--blue-new-96-hsl)/1);
--blue-new-96-hsl: 221.429 calc(var(--saturation-factor, 1)*100%) 8.235%;
--blue-new-97: hsl(var(--blue-new-97-hsl)/1);
--blue-new-97-hsl: 223.333 calc(var(--saturation-factor, 1)*100%) 7.059%;
--blue-new-98: hsl(var(--blue-new-98-hsl)/1);
--blue-new-98-hsl: 227.586 calc(var(--saturation-factor, 1)*100%) 5.686%;
--blue-new-99: hsl(var(--blue-new-99-hsl)/1);
--blue-new-99-hsl: 231 calc(var(--saturation-factor, 1)*100%) 3.922%;
--blue-new-100: hsl(var(--blue-new-100-hsl)/1);
--blue-new-100-hsl: 240 calc(var(--saturation-factor, 1)*100%) 1.373%;
--blurple-1: hsl(var(--blurple-1-hsl)/1);
--blurple-1-hsl: 230.4 calc(var(--saturation-factor, 1)*100%) 95.098%;
--blurple-2: hsl(var(--blurple-2-hsl)/1);
--blurple-2-hsl: 231.429 calc(var(--saturation-factor, 1)*100%) 94.51%;
--blurple-3: hsl(var(--blurple-3-hsl)/1);
--blurple-3-hsl: 230.625 calc(var(--saturation-factor, 1)*100%) 93.725%;
--blurple-4: hsl(var(--blurple-4-hsl)/1);
--blurple-4-hsl: 228.333 calc(var(--saturation-factor, 1)*100%) 92.941%;
--blurple-5: hsl(var(--blurple-5-hsl)/1);
--blurple-5-hsl: 229.231 calc(var(--saturation-factor, 1)*100%) 92.353%;
--blurple-6: hsl(var(--blurple-6-hsl)/1);
--blurple-6-hsl: 227.442 calc(var(--saturation-factor, 1)*100%) 91.569%;
--blurple-7: hsl(var(--blurple-7-hsl)/1);
--blurple-7-hsl: 228.261 calc(var(--saturation-factor, 1)*100%) 90.98%;
--blurple-8: hsl(var(--blurple-8-hsl)/1);
--blurple-8-hsl: 228 calc(var(--saturation-factor, 1)*100%) 90.196%;
--blurple-9: hsl(var(--blurple-9-hsl)/1);
--blurple-9-hsl: 227.547 calc(var(--saturation-factor, 1)*100%) 89.608%;
--blurple-10: hsl(var(--blurple-10-hsl)/1);
--blurple-10-hsl: 228.214 calc(var(--saturation-factor, 1)*100%) 89.02%;
--blurple-11: hsl(var(--blurple-11-hsl)/1);
--blurple-11-hsl: 227 calc(var(--saturation-factor, 1)*100%) 88.235%;
--blurple-12: hsl(var(--blurple-12-hsl)/1);
--blurple-12-hsl: 227.619 calc(var(--saturation-factor, 1)*100%) 87.647%;
--blurple-13: hsl(var(--blurple-13-hsl)/1);
--blurple-13-hsl: 227.463 calc(var(--saturation-factor, 1)*100%) 86.863%;
--blurple-14: hsl(var(--blurple-14-hsl)/1);
--blurple-14-hsl: 227.143 calc(var(--saturation-factor, 1)*100%) 86.275%;
--blurple-15: hsl(var(--blurple-15-hsl)/1);
--blurple-15-hsl: 227.671 calc(var(--saturation-factor, 1)*100%) 85.686%;
--blurple-16: hsl(var(--blurple-16-hsl)/1);
--blurple-16-hsl: 227.368 calc(var(--saturation-factor, 1)*100%) 85.098%;
--blurple-17: hsl(var(--blurple-17-hsl)/1);
--blurple-17-hsl: 227.848 calc(var(--saturation-factor, 1)*100%) 84.51%;
--blurple-18: hsl(var(--blurple-18-hsl)/1);
--blurple-18-hsl: 227.711 calc(var(--saturation-factor, 1)*100%) 83.725%;
--blurple-19: hsl(var(--blurple-19-hsl)/1);
--blurple-19-hsl: 227.442 calc(var(--saturation-factor, 1)*100%) 83.137%;
--blurple-20: hsl(var(--blurple-20-hsl)/1);
--blurple-20-hsl: 227.865 calc(var(--saturation-factor, 1)*100%) 82.549%;
--blurple-21: hsl(var(--blurple-21-hsl)/1);
--blurple-21-hsl: 228.261 calc(var(--saturation-factor, 1)*100%) 81.961%;
--blurple-22: hsl(var(--blurple-22-hsl)/1);
--blurple-22-hsl: 228 calc(var(--saturation-factor, 1)*100%) 81.373%;
--blurple-23: hsl(var(--blurple-23-hsl)/1);
--blurple-23-hsl: 228.367 calc(var(--saturation-factor, 1)*100%) 80.784%;
--blurple-24: hsl(var(--blurple-24-hsl)/1);
--blurple-24-hsl: 228.713 calc(var(--saturation-factor, 1)*100%) 80.196%;
--blurple-25: hsl(var(--blurple-25-hsl)/1);
--blurple-25-hsl: 228.462 calc(var(--saturation-factor, 1)*100%) 79.608%;
--blurple-26: hsl(var(--blurple-26-hsl)/1);
--blurple-26-hsl: 228.785 calc(var(--saturation-factor, 1)*100%) 79.02%;
--blurple-27: hsl(var(--blurple-27-hsl)/1);
--blurple-27-hsl: 228.991 calc(var(--saturation-factor, 1)*98.198%) 78.235%;
--blurple-28: hsl(var(--blurple-28-hsl)/1);
--blurple-28-hsl: 229.189 calc(var(--saturation-factor, 1)*98.23%) 77.843%;
--blurple-29: hsl(var(--blurple-29-hsl)/1);
--blurple-29-hsl: 229.381 calc(var(--saturation-factor, 1)*96.581%) 77.059%;
--blurple-30: hsl(var(--blurple-30-hsl)/1);
--blurple-30-hsl: 229.655 calc(var(--saturation-factor, 1)*96.667%) 76.471%;
--blurple-31: hsl(var(--blurple-31-hsl)/1);
--blurple-31-hsl: 229.322 calc(var(--saturation-factor, 1)*95.161%) 75.686%;
--blurple-32: hsl(var(--blurple-32-hsl)/1);
--blurple-32-hsl: 229.5 calc(var(--saturation-factor, 1)*93.75%) 74.902%;
--blurple-33: hsl(var(--blurple-33-hsl)/1);
--blurple-33-hsl: 230.164 calc(var(--saturation-factor, 1)*93.846%) 74.51%;
--blurple-34: hsl(var(--blurple-34-hsl)/1);
--blurple-34-hsl: 230.323 calc(var(--saturation-factor, 1)*92.537%) 73.725%;
--blurple-35: hsl(var(--blurple-35-hsl)/1);
--blurple-35-hsl: 230.476 calc(var(--saturation-factor, 1)*92.647%) 73.333%;
--blurple-36: hsl(var(--blurple-36-hsl)/1);
--blurple-36-hsl: 230.625 calc(var(--saturation-factor, 1)*91.429%) 72.549%;
--blurple-37: hsl(var(--blurple-37-hsl)/1);
--blurple-37-hsl: 230.84 calc(var(--saturation-factor, 1)*91.608%) 71.961%;
--blurple-38: hsl(var(--blurple-38-hsl)/1);
--blurple-38-hsl: 231.364 calc(var(--saturation-factor, 1)*90.411%) 71.373%;
--blurple-39: hsl(var(--blurple-39-hsl)/1);
--blurple-39-hsl: 231.111 calc(var(--saturation-factor, 1)*90.604%) 70.784%;
--blurple-40: hsl(var(--blurple-40-hsl)/1);
--blurple-40-hsl: 231.618 calc(var(--saturation-factor, 1)*89.474%) 70.196%;
--blurple-41: hsl(var(--blurple-41-hsl)/1);
--blurple-41-hsl: 231.739 calc(var(--saturation-factor, 1)*88.462%) 69.412%;
--blurple-42: hsl(var(--blurple-42-hsl)/1);
--blurple-42-hsl: 232.286 calc(var(--saturation-factor, 1)*88.608%) 69.02%;
--blurple-43: hsl(var(--blurple-43-hsl)/1);
--blurple-43-hsl: 232.766 calc(var(--saturation-factor, 1)*87.578%) 68.431%;
--blurple-44: hsl(var(--blurple-44-hsl)/1);
--blurple-44-hsl: 232.917 calc(var(--saturation-factor, 1)*87.805%) 67.843%;
--blurple-45: hsl(var(--blurple-45-hsl)/1);
--blurple-45-hsl: 232.966 calc(var(--saturation-factor, 1)*86.826%) 67.255%;
--blurple-46: hsl(var(--blurple-46-hsl)/1);
--blurple-46-hsl: 233.469 calc(var(--saturation-factor, 1)*86.982%) 66.863%;
--blurple-47: hsl(var(--blurple-47-hsl)/1);
--blurple-47-hsl: 233.919 calc(var(--saturation-factor, 1)*86.047%) 66.275%;
--blurple-48: hsl(var(--blurple-48-hsl)/1);
--blurple-48-hsl: 234.4 calc(var(--saturation-factor, 1)*86.207%) 65.882%;
--blurple-49: hsl(var(--blurple-49-hsl)/1);
--blurple-49-hsl: 234.474 calc(var(--saturation-factor, 1)*85.393%) 65.098%;
--blurple-50: hsl(var(--blurple-50-hsl)/1);
--blurple-50-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--blurple-51: hsl(var(--blurple-51-hsl)/1);
--blurple-51-hsl: 234.8 calc(var(--saturation-factor, 1)*79.787%) 63.137%;
--blurple-52: hsl(var(--blurple-52-hsl)/1);
--blurple-52-hsl: 234.658 calc(var(--saturation-factor, 1)*74.49%) 61.569%;
--blurple-53: hsl(var(--blurple-53-hsl)/1);
--blurple-53-hsl: 234.507 calc(var(--saturation-factor, 1)*69.608%) 60%;
--blurple-54: hsl(var(--blurple-54-hsl)/1);
--blurple-54-hsl: 234.388 calc(var(--saturation-factor, 1)*65.877%) 58.627%;
--blurple-55: hsl(var(--blurple-55-hsl)/1);
--blurple-55-hsl: 234.222 calc(var(--saturation-factor, 1)*61.644%) 57.059%;
--blurple-56: hsl(var(--blurple-56-hsl)/1);
--blurple-56-hsl: 234.091 calc(var(--saturation-factor, 1)*58.407%) 55.686%;
--blurple-57: hsl(var(--blurple-57-hsl)/1);
--blurple-57-hsl: 233.488 calc(var(--saturation-factor, 1)*55.365%) 54.314%;
--blurple-58: hsl(var(--blurple-58-hsl)/1);
--blurple-58-hsl: 233.28 calc(var(--saturation-factor, 1)*51.867%) 52.745%;
--blurple-59: hsl(var(--blurple-59-hsl)/1);
--blurple-59-hsl: 233.115 calc(var(--saturation-factor, 1)*49.194%) 51.373%;
--blurple-60: hsl(var(--blurple-60-hsl)/1);
--blurple-60-hsl: 232.941 calc(var(--saturation-factor, 1)*46.667%) 50%;
--blurple-61: hsl(var(--blurple-61-hsl)/1);
--blurple-61-hsl: 232.759 calc(var(--saturation-factor, 1)*46.774%) 48.627%;
--blurple-62: hsl(var(--blurple-62-hsl)/1);
--blurple-62-hsl: 232.566 calc(var(--saturation-factor, 1)*46.888%) 47.255%;
--blurple-63: hsl(var(--blurple-63-hsl)/1);
--blurple-63-hsl: 232.432 calc(var(--saturation-factor, 1)*47.234%) 46.078%;
--blurple-64: hsl(var(--blurple-64-hsl)/1);
--blurple-64-hsl: 232.222 calc(var(--saturation-factor, 1)*47.368%) 44.706%;
--blurple-65: hsl(var(--blurple-65-hsl)/1);
--blurple-65-hsl: 232 calc(var(--saturation-factor, 1)*47.511%) 43.333%;
--blurple-66: hsl(var(--blurple-66-hsl)/1);
--blurple-66-hsl: 231.845 calc(var(--saturation-factor, 1)*47.907%) 42.157%;
--blurple-67: hsl(var(--blurple-67-hsl)/1);
--blurple-67-hsl: 231.6 calc(var(--saturation-factor, 1)*48.077%) 40.784%;
--blurple-68: hsl(var(--blurple-68-hsl)/1);
--blurple-68-hsl: 231.429 calc(var(--saturation-factor, 1)*48.515%) 39.608%;
--blurple-69: hsl(var(--blurple-69-hsl)/1);
--blurple-69-hsl: 231.158 calc(var(--saturation-factor, 1)*48.718%) 38.235%;
--blurple-70: hsl(var(--blurple-70-hsl)/1);
--blurple-70-hsl: 230.968 calc(var(--saturation-factor, 1)*49.206%) 37.059%;
--blurple-71: hsl(var(--blurple-71-hsl)/1);
--blurple-71-hsl: 230.667 calc(var(--saturation-factor, 1)*49.451%) 35.686%;
--blurple-72: hsl(var(--blurple-72-hsl)/1);
--blurple-72-hsl: 230.455 calc(var(--saturation-factor, 1)*50%) 34.51%;
--blurple-73: hsl(var(--blurple-73-hsl)/1);
--blurple-73-hsl: 230.824 calc(var(--saturation-factor, 1)*49.708%) 33.529%;
--blurple-74: hsl(var(--blurple-74-hsl)/1);
--blurple-74-hsl: 230.602 calc(var(--saturation-factor, 1)*50.303%) 32.353%;
--blurple-75: hsl(var(--blurple-75-hsl)/1);
--blurple-75-hsl: 230.37 calc(var(--saturation-factor, 1)*50.943%) 31.176%;
--blurple-76: hsl(var(--blurple-76-hsl)/1);
--blurple-76-hsl: 230 calc(var(--saturation-factor, 1)*51.316%) 29.804%;
--blurple-77: hsl(var(--blurple-77-hsl)/1);
--blurple-77-hsl: 228.947 calc(var(--saturation-factor, 1)*52.055%) 28.627%;
--blurple-78: hsl(var(--blurple-78-hsl)/1);
--blurple-78-hsl: 228.649 calc(var(--saturation-factor, 1)*52.857%) 27.451%;
--blurple-79: hsl(var(--blurple-79-hsl)/1);
--blurple-79-hsl: 228.333 calc(var(--saturation-factor, 1)*53.731%) 26.275%;
--blurple-80: hsl(var(--blurple-80-hsl)/1);
--blurple-80-hsl: 228.696 calc(var(--saturation-factor, 1)*53.488%) 25.294%;
--blurple-81: hsl(var(--blurple-81-hsl)/1);
--blurple-81-hsl: 228.358 calc(var(--saturation-factor, 1)*54.472%) 24.118%;
--blurple-82: hsl(var(--blurple-82-hsl)/1);
--blurple-82-hsl: 228 calc(var(--saturation-factor, 1)*55.556%) 22.941%;
--blurple-83: hsl(var(--blurple-83-hsl)/1);
--blurple-83-hsl: 227.619 calc(var(--saturation-factor, 1)*56.757%) 21.765%;
--blurple-84: hsl(var(--blurple-84-hsl)/1);
--blurple-84-hsl: 228.197 calc(var(--saturation-factor, 1)*57.009%) 20.98%;
--blurple-85: hsl(var(--blurple-85-hsl)/1);
--blurple-85-hsl: 226.78 calc(var(--saturation-factor, 1)*58.416%) 19.804%;
--blurple-86: hsl(var(--blurple-86-hsl)/1);
--blurple-86-hsl: 227.143 calc(var(--saturation-factor, 1)*58.333%) 18.824%;
--blurple-87: hsl(var(--blurple-87-hsl)/1);
--blurple-87-hsl: 226.667 calc(var(--saturation-factor, 1)*60%) 17.647%;
--blurple-88: hsl(var(--blurple-88-hsl)/1);
--blurple-88-hsl: 226.415 calc(var(--saturation-factor, 1)*62.353%) 16.667%;
--blurple-89: hsl(var(--blurple-89-hsl)/1);
--blurple-89-hsl: 226.8 calc(var(--saturation-factor, 1)*62.5%) 15.686%;
--blurple-90: hsl(var(--blurple-90-hsl)/1);
--blurple-90-hsl: 225 calc(var(--saturation-factor, 1)*64.865%) 14.51%;
--blurple-91: hsl(var(--blurple-91-hsl)/1);
--blurple-91-hsl: 225.652 calc(var(--saturation-factor, 1)*65.714%) 13.725%;
--blurple-92: hsl(var(--blurple-92-hsl)/1);
--blurple-92-hsl: 225 calc(var(--saturation-factor, 1)*68.75%) 12.549%;
--blurple-93: hsl(var(--blurple-93-hsl)/1);
--blurple-93-hsl: 225.366 calc(var(--saturation-factor, 1)*69.492%) 11.569%;
--blurple-94: hsl(var(--blurple-94-hsl)/1);
--blurple-94-hsl: 225.789 calc(var(--saturation-factor, 1)*70.37%) 10.588%;
--blurple-95: hsl(var(--blurple-95-hsl)/1);
--blurple-95-hsl: 224.571 calc(var(--saturation-factor, 1)*74.468%) 9.216%;
--blurple-96: hsl(var(--blurple-96-hsl)/1);
--blurple-96-hsl: 224.516 calc(var(--saturation-factor, 1)*75.61%) 8.039%;
--blurple-97: hsl(var(--blurple-97-hsl)/1);
--blurple-97-hsl: 226.154 calc(var(--saturation-factor, 1)*76.471%) 6.667%;
--blurple-98: hsl(var(--blurple-98-hsl)/1);
--blurple-98-hsl: 227.368 calc(var(--saturation-factor, 1)*76%) 4.902%;
--blurple-99: hsl(var(--blurple-99-hsl)/1);
--blurple-99-hsl: 229.091 calc(var(--saturation-factor, 1)*84.615%) 2.549%;
--blurple-100: hsl(var(--blurple-100-hsl)/1);
--blurple-100-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--green-new-1: hsl(var(--green-new-1-hsl)/1);
--green-new-1-hsl: 137.455 calc(var(--saturation-factor, 1)*100%) 89.216%;
--green-new-2: hsl(var(--green-new-2-hsl)/1);
--green-new-2-hsl: 136.552 calc(var(--saturation-factor, 1)*100%) 88.627%;
--green-new-3: hsl(var(--green-new-3-hsl)/1);
--green-new-3-hsl: 136.271 calc(var(--saturation-factor, 1)*90.769%) 87.255%;
--green-new-4: hsl(var(--green-new-4-hsl)/1);
--green-new-4-hsl: 137 calc(var(--saturation-factor, 1)*83.333%) 85.882%;
--green-new-5: hsl(var(--green-new-5-hsl)/1);
--green-new-5-hsl: 135.738 calc(var(--saturation-factor, 1)*79.221%) 84.902%;
--green-new-6: hsl(var(--green-new-6-hsl)/1);
--green-new-6-hsl: 136.452 calc(var(--saturation-factor, 1)*73.81%) 83.529%;
--green-new-7: hsl(var(--green-new-7-hsl)/1);
--green-new-7-hsl: 135.938 calc(var(--saturation-factor, 1)*71.111%) 82.353%;
--green-new-8: hsl(var(--green-new-8-hsl)/1);
--green-new-8-hsl: 135.938 calc(var(--saturation-factor, 1)*66.667%) 81.176%;
--green-new-9: hsl(var(--green-new-9-hsl)/1);
--green-new-9-hsl: 136.364 calc(var(--saturation-factor, 1)*64.706%) 80%;
--green-new-10: hsl(var(--green-new-10-hsl)/1);
--green-new-10-hsl: 136.364 calc(var(--saturation-factor, 1)*61.111%) 78.824%;
--green-new-11: hsl(var(--green-new-11-hsl)/1);
--green-new-11-hsl: 135.882 calc(var(--saturation-factor, 1)*59.649%) 77.647%;
--green-new-12: hsl(var(--green-new-12-hsl)/1);
--green-new-12-hsl: 136.522 calc(var(--saturation-factor, 1)*57.025%) 76.275%;
--green-new-13: hsl(var(--green-new-13-hsl)/1);
--green-new-13-hsl: 136.522 calc(var(--saturation-factor, 1)*54.331%) 75.098%;
--green-new-14: hsl(var(--green-new-14-hsl)/1);
--green-new-14-hsl: 136.901 calc(var(--saturation-factor, 1)*53.383%) 73.922%;
--green-new-15: hsl(var(--green-new-15-hsl)/1);
--green-new-15-hsl: 136.056 calc(var(--saturation-factor, 1)*51.079%) 72.745%;
--green-new-16: hsl(var(--green-new-16-hsl)/1);
--green-new-16-hsl: 136.438 calc(var(--saturation-factor, 1)*50.345%) 71.569%;
--green-new-17: hsl(var(--green-new-17-hsl)/1);
--green-new-17-hsl: 136.438 calc(var(--saturation-factor, 1)*48.344%) 70.392%;
--green-new-18: hsl(var(--green-new-18-hsl)/1);
--green-new-18-hsl: 136.8 calc(var(--saturation-factor, 1)*47.771%) 69.216%;
--green-new-19: hsl(var(--green-new-19-hsl)/1);
--green-new-19-hsl: 136.8 calc(var(--saturation-factor, 1)*46.012%) 68.039%;
--green-new-20: hsl(var(--green-new-20-hsl)/1);
--green-new-20-hsl: 137.368 calc(var(--saturation-factor, 1)*44.706%) 66.667%;
--green-new-21: hsl(var(--green-new-21-hsl)/1);
--green-new-21-hsl: 137.143 calc(var(--saturation-factor, 1)*44%) 65.686%;
--green-new-22: hsl(var(--green-new-22-hsl)/1);
--green-new-22-hsl: 137.143 calc(var(--saturation-factor, 1)*42.541%) 64.51%;
--green-new-23: hsl(var(--green-new-23-hsl)/1);
--green-new-23-hsl: 137.468 calc(var(--saturation-factor, 1)*42.246%) 63.333%;
--green-new-24: hsl(var(--green-new-24-hsl)/1);
--green-new-24-hsl: 137.468 calc(var(--saturation-factor, 1)*40.933%) 62.157%;
--green-new-25: hsl(var(--green-new-25-hsl)/1);
--green-new-25-hsl: 137.778 calc(var(--saturation-factor, 1)*40.704%) 60.98%;
--green-new-26: hsl(var(--green-new-26-hsl)/1);
--green-new-26-hsl: 137.778 calc(var(--saturation-factor, 1)*39.512%) 59.804%;
--green-new-27: hsl(var(--green-new-27-hsl)/1);
--green-new-27-hsl: 138.072 calc(var(--saturation-factor, 1)*39.336%) 58.627%;
--green-new-28: hsl(var(--green-new-28-hsl)/1);
--green-new-28-hsl: 138.072 calc(var(--saturation-factor, 1)*38.249%) 57.451%;
--green-new-29: hsl(var(--green-new-29-hsl)/1);
--green-new-29-hsl: 138.353 calc(var(--saturation-factor, 1)*38.117%) 56.275%;
--green-new-30: hsl(var(--green-new-30-hsl)/1);
--green-new-30-hsl: 138.353 calc(var(--saturation-factor, 1)*37.118%) 55.098%;
--green-new-31: hsl(var(--green-new-31-hsl)/1);
--green-new-31-hsl: 138.837 calc(var(--saturation-factor, 1)*36.441%) 53.725%;
--green-new-32: hsl(var(--green-new-32-hsl)/1);
--green-new-32-hsl: 139.31 calc(var(--saturation-factor, 1)*36.1%) 52.745%;
--green-new-33: hsl(var(--green-new-33-hsl)/1);
--green-new-33-hsl: 139.773 calc(var(--saturation-factor, 1)*35.484%) 51.373%;
--green-new-34: hsl(var(--green-new-34-hsl)/1);
--green-new-34-hsl: 140 calc(var(--saturation-factor, 1)*35.433%) 50.196%;
--green-new-35: hsl(var(--green-new-35-hsl)/1);
--green-new-35-hsl: 140 calc(var(--saturation-factor, 1)*36%) 49.02%;
--green-new-36: hsl(var(--green-new-36-hsl)/1);
--green-new-36-hsl: 140.217 calc(var(--saturation-factor, 1)*37.705%) 47.843%;
--green-new-37: hsl(var(--green-new-37-hsl)/1);
--green-new-37-hsl: 140.645 calc(var(--saturation-factor, 1)*39.241%) 46.471%;
--green-new-38: hsl(var(--green-new-38-hsl)/1);
--green-new-38-hsl: 141.064 calc(var(--saturation-factor, 1)*40.517%) 45.49%;
--green-new-39: hsl(var(--green-new-39-hsl)/1);
--green-new-39-hsl: 141.474 calc(var(--saturation-factor, 1)*42.222%) 44.118%;
--green-new-40: hsl(var(--green-new-40-hsl)/1);
--green-new-40-hsl: 141.649 calc(var(--saturation-factor, 1)*44.292%) 42.941%;
--green-new-41: hsl(var(--green-new-41-hsl)/1);
--green-new-41-hsl: 142.041 calc(var(--saturation-factor, 1)*46.226%) 41.569%;
--green-new-42: hsl(var(--green-new-42-hsl)/1);
--green-new-42-hsl: 143.168 calc(var(--saturation-factor, 1)*49.268%) 40.196%;
--green-new-43: hsl(var(--green-new-43-hsl)/1);
--green-new-43-hsl: 143.529 calc(var(--saturation-factor, 1)*51.515%) 38.824%;
--green-new-44: hsl(var(--green-new-44-hsl)/1);
--green-new-44-hsl: 144 calc(var(--saturation-factor, 1)*54.974%) 37.451%;
--green-new-45: hsl(var(--green-new-45-hsl)/1);
--green-new-45-hsl: 145.234 calc(var(--saturation-factor, 1)*58.47%) 35.882%;
--green-new-46: hsl(var(--green-new-46-hsl)/1);
--green-new-46-hsl: 145.636 calc(var(--saturation-factor, 1)*62.5%) 34.51%;
--green-new-47: hsl(var(--green-new-47-hsl)/1);
--green-new-47-hsl: 146.316 calc(var(--saturation-factor, 1)*67.857%) 32.941%;
--green-new-48: hsl(var(--green-new-48-hsl)/1);
--green-new-48-hsl: 147.731 calc(var(--saturation-factor, 1)*75.796%) 30.784%;
--green-new-49: hsl(var(--green-new-49-hsl)/1);
--green-new-49-hsl: 149.764 calc(var(--saturation-factor, 1)*87.586%) 28.431%;
--green-new-50: hsl(var(--green-new-50-hsl)/1);
--green-new-50-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--green-new-51: hsl(var(--green-new-51-hsl)/1);
--green-new-51-hsl: 151.145 calc(var(--saturation-factor, 1)*100%) 25.686%;
--green-new-52: hsl(var(--green-new-52-hsl)/1);
--green-new-52-hsl: 151.406 calc(var(--saturation-factor, 1)*100%) 25.098%;
--green-new-53: hsl(var(--green-new-53-hsl)/1);
--green-new-53-hsl: 150.968 calc(var(--saturation-factor, 1)*98.413%) 24.706%;
--green-new-54: hsl(var(--green-new-54-hsl)/1);
--green-new-54-hsl: 150.984 calc(var(--saturation-factor, 1)*98.387%) 24.314%;
--green-new-55: hsl(var(--green-new-55-hsl)/1);
--green-new-55-hsl: 150.756 calc(var(--saturation-factor, 1)*98.347%) 23.725%;
--green-new-56: hsl(var(--green-new-56-hsl)/1);
--green-new-56-hsl: 150.769 calc(var(--saturation-factor, 1)*98.319%) 23.333%;
--green-new-57: hsl(var(--green-new-57-hsl)/1);
--green-new-57-hsl: 151.053 calc(var(--saturation-factor, 1)*98.276%) 22.745%;
--green-new-58: hsl(var(--green-new-58-hsl)/1);
--green-new-58-hsl: 150.536 calc(var(--saturation-factor, 1)*98.246%) 22.353%;
--green-new-59: hsl(var(--green-new-59-hsl)/1);
--green-new-59-hsl: 150.826 calc(var(--saturation-factor, 1)*98.198%) 21.765%;
--green-new-60: hsl(var(--green-new-60-hsl)/1);
--green-new-60-hsl: 150.556 calc(var(--saturation-factor, 1)*100%) 21.176%;
--green-new-61: hsl(var(--green-new-61-hsl)/1);
--green-new-61-hsl: 150.857 calc(var(--saturation-factor, 1)*100%) 20.588%;
--green-new-62: hsl(var(--green-new-62-hsl)/1);
--green-new-62-hsl: 150.291 calc(var(--saturation-factor, 1)*100%) 20.196%;
--green-new-63: hsl(var(--green-new-63-hsl)/1);
--green-new-63-hsl: 150.6 calc(var(--saturation-factor, 1)*100%) 19.608%;
--green-new-64: hsl(var(--green-new-64-hsl)/1);
--green-new-64-hsl: 150 calc(var(--saturation-factor, 1)*100%) 19.216%;
--green-new-65: hsl(var(--green-new-65-hsl)/1);
--green-new-65-hsl: 150.316 calc(var(--saturation-factor, 1)*100%) 18.627%;
--green-new-66: hsl(var(--green-new-66-hsl)/1);
--green-new-66-hsl: 149.677 calc(var(--saturation-factor, 1)*100%) 18.235%;
--green-new-67: hsl(var(--green-new-67-hsl)/1);
--green-new-67-hsl: 149.67 calc(var(--saturation-factor, 1)*100%) 17.843%;
--green-new-68: hsl(var(--green-new-68-hsl)/1);
--green-new-68-hsl: 149.318 calc(var(--saturation-factor, 1)*100%) 17.255%;
--green-new-69: hsl(var(--green-new-69-hsl)/1);
--green-new-69-hsl: 149.302 calc(var(--saturation-factor, 1)*100%) 16.863%;
--green-new-70: hsl(var(--green-new-70-hsl)/1);
--green-new-70-hsl: 148.571 calc(var(--saturation-factor, 1)*100%) 16.471%;
--green-new-71: hsl(var(--green-new-71-hsl)/1);
--green-new-71-hsl: 148.889 calc(var(--saturation-factor, 1)*100%) 15.882%;
--green-new-72: hsl(var(--green-new-72-hsl)/1);
--green-new-72-hsl: 148.101 calc(var(--saturation-factor, 1)*100%) 15.49%;
--green-new-73: hsl(var(--green-new-73-hsl)/1);
--green-new-73-hsl: 148.052 calc(var(--saturation-factor, 1)*100%) 15.098%;
--green-new-74: hsl(var(--green-new-74-hsl)/1);
--green-new-74-hsl: 147.568 calc(var(--saturation-factor, 1)*100%) 14.51%;
--green-new-75: hsl(var(--green-new-75-hsl)/1);
--green-new-75-hsl: 147.5 calc(var(--saturation-factor, 1)*100%) 14.118%;
--green-new-76: hsl(var(--green-new-76-hsl)/1);
--green-new-76-hsl: 146.571 calc(var(--saturation-factor, 1)*100%) 13.725%;
--green-new-77: hsl(var(--green-new-77-hsl)/1);
--green-new-77-hsl: 146.866 calc(var(--saturation-factor, 1)*100%) 13.137%;
--green-new-78: hsl(var(--green-new-78-hsl)/1);
--green-new-78-hsl: 145.846 calc(var(--saturation-factor, 1)*100%) 12.745%;
--green-new-79: hsl(var(--green-new-79-hsl)/1);
--green-new-79-hsl: 145.714 calc(var(--saturation-factor, 1)*100%) 12.353%;
--green-new-80: hsl(var(--green-new-80-hsl)/1);
--green-new-80-hsl: 144.59 calc(var(--saturation-factor, 1)*100%) 11.961%;
--green-new-81: hsl(var(--green-new-81-hsl)/1);
--green-new-81-hsl: 144.407 calc(var(--saturation-factor, 1)*100%) 11.569%;
--green-new-82: hsl(var(--green-new-82-hsl)/1);
--green-new-82-hsl: 143.571 calc(var(--saturation-factor, 1)*100%) 10.98%;
--green-new-83: hsl(var(--green-new-83-hsl)/1);
--green-new-83-hsl: 143.333 calc(var(--saturation-factor, 1)*100%) 10.588%;
--green-new-84: hsl(var(--green-new-84-hsl)/1);
--green-new-84-hsl: 143.077 calc(var(--saturation-factor, 1)*100%) 10.196%;
--green-new-85: hsl(var(--green-new-85-hsl)/1);
--green-new-85-hsl: 141.6 calc(var(--saturation-factor, 1)*100%) 9.804%;
--green-new-86: hsl(var(--green-new-86-hsl)/1);
--green-new-86-hsl: 141.25 calc(var(--saturation-factor, 1)*100%) 9.412%;
--green-new-87: hsl(var(--green-new-87-hsl)/1);
--green-new-87-hsl: 139.565 calc(var(--saturation-factor, 1)*100%) 9.02%;
--green-new-88: hsl(var(--green-new-88-hsl)/1);
--green-new-88-hsl: 139.535 calc(var(--saturation-factor, 1)*100%) 8.431%;
--green-new-89: hsl(var(--green-new-89-hsl)/1);
--green-new-89-hsl: 139.024 calc(var(--saturation-factor, 1)*100%) 8.039%;
--green-new-90: hsl(var(--green-new-90-hsl)/1);
--green-new-90-hsl: 138.462 calc(var(--saturation-factor, 1)*100%) 7.647%;
--green-new-91: hsl(var(--green-new-91-hsl)/1);
--green-new-91-hsl: 136.216 calc(var(--saturation-factor, 1)*100%) 7.255%;
--green-new-92: hsl(var(--green-new-92-hsl)/1);
--green-new-92-hsl: 135.429 calc(var(--saturation-factor, 1)*100%) 6.863%;
--green-new-93: hsl(var(--green-new-93-hsl)/1);
--green-new-93-hsl: 134.545 calc(var(--saturation-factor, 1)*100%) 6.471%;
--green-new-94: hsl(var(--green-new-94-hsl)/1);
--green-new-94-hsl: 133.548 calc(var(--saturation-factor, 1)*100%) 6.078%;
--green-new-95: hsl(var(--green-new-95-hsl)/1);
--green-new-95-hsl: 132.414 calc(var(--saturation-factor, 1)*100%) 5.686%;
--green-new-96: hsl(var(--green-new-96-hsl)/1);
--green-new-96-hsl: 131.111 calc(var(--saturation-factor, 1)*100%) 5.294%;
--green-new-97: hsl(var(--green-new-97-hsl)/1);
--green-new-97-hsl: 129.6 calc(var(--saturation-factor, 1)*100%) 4.902%;
--green-new-98: hsl(var(--green-new-98-hsl)/1);
--green-new-98-hsl: 128.182 calc(var(--saturation-factor, 1)*100%) 4.314%;
--green-new-99: hsl(var(--green-new-99-hsl)/1);
--green-new-99-hsl: 129.474 calc(var(--saturation-factor, 1)*100%) 3.725%;
--green-new-100: hsl(var(--green-new-100-hsl)/1);
--green-new-100-hsl: 127.5 calc(var(--saturation-factor, 1)*100%) 3.137%;
--red-new-1: hsl(var(--red-new-1-hsl)/1);
--red-new-1-hsl: 1.765 calc(var(--saturation-factor, 1)*100%) 93.333%;
--red-new-2: hsl(var(--red-new-2-hsl)/1);
--red-new-2-hsl: 1.579 calc(var(--saturation-factor, 1)*100%) 92.549%;
--red-new-3: hsl(var(--red-new-3-hsl)/1);
--red-new-3-hsl: 1.429 calc(var(--saturation-factor, 1)*100%) 91.765%;
--red-new-4: hsl(var(--red-new-4-hsl)/1);
--red-new-4-hsl: 2.609 calc(var(--saturation-factor, 1)*100%) 90.98%;
--red-new-5: hsl(var(--red-new-5-hsl)/1);
--red-new-5-hsl: 2.4 calc(var(--saturation-factor, 1)*100%) 90.196%;
--red-new-6: hsl(var(--red-new-6-hsl)/1);
--red-new-6-hsl: 2.222 calc(var(--saturation-factor, 1)*100%) 89.412%;
--red-new-7: hsl(var(--red-new-7-hsl)/1);
--red-new-7-hsl: 3.103 calc(var(--saturation-factor, 1)*100%) 88.627%;
--red-new-8: hsl(var(--red-new-8-hsl)/1);
--red-new-8-hsl: 2.903 calc(var(--saturation-factor, 1)*100%) 87.843%;
--red-new-9: hsl(var(--red-new-9-hsl)/1);
--red-new-9-hsl: 2.727 calc(var(--saturation-factor, 1)*100%) 87.059%;
--red-new-10: hsl(var(--red-new-10-hsl)/1);
--red-new-10-hsl: 3.429 calc(var(--saturation-factor, 1)*100%) 86.275%;
--red-new-11: hsl(var(--red-new-11-hsl)/1);
--red-new-11-hsl: 3.243 calc(var(--saturation-factor, 1)*100%) 85.49%;
--red-new-12: hsl(var(--red-new-12-hsl)/1);
--red-new-12-hsl: 3.846 calc(var(--saturation-factor, 1)*100%) 84.706%;
--red-new-13: hsl(var(--red-new-13-hsl)/1);
--red-new-13-hsl: 2.963 calc(var(--saturation-factor, 1)*100%) 84.118%;
--red-new-14: hsl(var(--red-new-14-hsl)/1);
--red-new-14-hsl: 2.824 calc(var(--saturation-factor, 1)*100%) 83.333%;
--red-new-15: hsl(var(--red-new-15-hsl)/1);
--red-new-15-hsl: 3.371 calc(var(--saturation-factor, 1)*100%) 82.549%;
--red-new-16: hsl(var(--red-new-16-hsl)/1);
--red-new-16-hsl: 2.609 calc(var(--saturation-factor, 1)*100%) 81.961%;
--red-new-17: hsl(var(--red-new-17-hsl)/1);
--red-new-17-hsl: 3.125 calc(var(--saturation-factor, 1)*100%) 81.176%;
--red-new-18: hsl(var(--red-new-18-hsl)/1);
--red-new-18-hsl: 3 calc(var(--saturation-factor, 1)*100%) 80.392%;
--red-new-19: hsl(var(--red-new-19-hsl)/1);
--red-new-19-hsl: 2.913 calc(var(--saturation-factor, 1)*100%) 79.804%;
--red-new-20: hsl(var(--red-new-20-hsl)/1);
--red-new-20-hsl: 3.364 calc(var(--saturation-factor, 1)*100%) 79.02%;
--red-new-21: hsl(var(--red-new-21-hsl)/1);
--red-new-21-hsl: 2.727 calc(var(--saturation-factor, 1)*100%) 78.431%;
--red-new-22: hsl(var(--red-new-22-hsl)/1);
--red-new-22-hsl: 2.655 calc(var(--saturation-factor, 1)*100%) 77.843%;
--red-new-23: hsl(var(--red-new-23-hsl)/1);
--red-new-23-hsl: 2.586 calc(var(--saturation-factor, 1)*98.305%) 76.863%;
--red-new-24: hsl(var(--red-new-24-hsl)/1);
--red-new-24-hsl: 2.542 calc(var(--saturation-factor, 1)*96.721%) 76.078%;
--red-new-25: hsl(var(--red-new-25-hsl)/1);
--red-new-25-hsl: 2 calc(var(--saturation-factor, 1)*95.238%) 75.294%;
--red-new-26: hsl(var(--red-new-26-hsl)/1);
--red-new-26-hsl: 2.439 calc(var(--saturation-factor, 1)*93.893%) 74.314%;
--red-new-27: hsl(var(--red-new-27-hsl)/1);
--red-new-27-hsl: 2.4 calc(var(--saturation-factor, 1)*92.593%) 73.529%;
--red-new-28: hsl(var(--red-new-28-hsl)/1);
--red-new-28-hsl: 1.905 calc(var(--saturation-factor, 1)*90%) 72.549%;
--red-new-29: hsl(var(--red-new-29-hsl)/1);
--red-new-29-hsl: 1.875 calc(var(--saturation-factor, 1)*88.889%) 71.765%;
--red-new-30: hsl(var(--red-new-30-hsl)/1);
--red-new-30-hsl: 1.385 calc(var(--saturation-factor, 1)*87.838%) 70.98%;
--red-new-31: hsl(var(--red-new-31-hsl)/1);
--red-new-31-hsl: 1.818 calc(var(--saturation-factor, 1)*85.714%) 69.804%;
--red-new-32: hsl(var(--red-new-32-hsl)/1);
--red-new-32-hsl: 1.343 calc(var(--saturation-factor, 1)*84.81%) 69.02%;
--red-new-33: hsl(var(--red-new-33-hsl)/1);
--red-new-33-hsl: 1.333 calc(var(--saturation-factor, 1)*82.822%) 68.039%;
--red-new-34: hsl(var(--red-new-34-hsl)/1);
--red-new-34-hsl: 1.314 calc(var(--saturation-factor, 1)*82.036%) 67.255%;
--red-new-35: hsl(var(--red-new-35-hsl)/1);
--red-new-35-hsl: 0.87 calc(var(--saturation-factor, 1)*80.233%) 66.275%;
--red-new-36: hsl(var(--red-new-36-hsl)/1);
--red-new-36-hsl: 0.863 calc(var(--saturation-factor, 1)*78.531%) 65.294%;
--red-new-37: hsl(var(--red-new-37-hsl)/1);
--red-new-37-hsl: 0.426 calc(var(--saturation-factor, 1)*77.901%) 64.51%;
--red-new-38: hsl(var(--red-new-38-hsl)/1);
--red-new-38-hsl: 0.423 calc(var(--saturation-factor, 1)*76.344%) 63.529%;
--red-new-39: hsl(var(--red-new-39-hsl)/1);
--red-new-39-hsl: 0 calc(var(--saturation-factor, 1)*74.869%) 62.549%;
--red-new-40: hsl(var(--red-new-40-hsl)/1);
--red-new-40-hsl: 359.586 calc(var(--saturation-factor, 1)*73.604%) 61.373%;
--red-new-41: hsl(var(--red-new-41-hsl)/1);
--red-new-41-hsl: 359.592 calc(var(--saturation-factor, 1)*73.134%) 60.588%;
--red-new-42: hsl(var(--red-new-42-hsl)/1);
--red-new-42-hsl: 358.792 calc(var(--saturation-factor, 1)*71.981%) 59.412%;
--red-new-43: hsl(var(--red-new-43-hsl)/1);
--red-new-43-hsl: 358.411 calc(var(--saturation-factor, 1)*70.892%) 58.235%;
--red-new-44: hsl(var(--red-new-44-hsl)/1);
--red-new-44-hsl: 358.421 calc(var(--saturation-factor, 1)*69.725%) 57.255%;
--red-new-45: hsl(var(--red-new-45-hsl)/1);
--red-new-45-hsl: 358.052 calc(var(--saturation-factor, 1)*68.75%) 56.078%;
--red-new-46: hsl(var(--red-new-46-hsl)/1);
--red-new-46-hsl: 357.692 calc(var(--saturation-factor, 1)*67.826%) 54.902%;
--red-new-47: hsl(var(--red-new-47-hsl)/1);
--red-new-47-hsl: 357.342 calc(var(--saturation-factor, 1)*66.949%) 53.725%;
--red-new-48: hsl(var(--red-new-48-hsl)/1);
--red-new-48-hsl: 356.625 calc(var(--saturation-factor, 1)*66.116%) 52.549%;
--red-new-49: hsl(var(--red-new-49-hsl)/1);
--red-new-49-hsl: 355.951 calc(var(--saturation-factor, 1)*65.462%) 51.176%;
--red-new-50: hsl(var(--red-new-50-hsl)/1);
--red-new-50-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--red-new-51: hsl(var(--red-new-51-hsl)/1);
--red-new-51-hsl: 355.556 calc(var(--saturation-factor, 1)*64.8%) 49.02%;
--red-new-52: hsl(var(--red-new-52-hsl)/1);
--red-new-52-hsl: 355.472 calc(var(--saturation-factor, 1)*64.898%) 48.039%;
--red-new-53: hsl(var(--red-new-53-hsl)/1);
--red-new-53-hsl: 355.355 calc(var(--saturation-factor, 1)*64.854%) 46.863%;
--red-new-54: hsl(var(--red-new-54-hsl)/1);
--red-new-54-hsl: 355.263 calc(var(--saturation-factor, 1)*64.957%) 45.882%;
--red-new-55: hsl(var(--red-new-55-hsl)/1);
--red-new-55-hsl: 355.541 calc(var(--saturation-factor, 1)*64.348%) 45.098%;
--red-new-56: hsl(var(--red-new-56-hsl)/1);
--red-new-56-hsl: 355.068 calc(var(--saturation-factor, 1)*65.179%) 43.922%;
--red-new-57: hsl(var(--red-new-57-hsl)/1);
--red-new-57-hsl: 355.385 calc(var(--saturation-factor, 1)*65.297%) 42.941%;
--red-new-58: hsl(var(--red-new-58-hsl)/1);
--red-new-58-hsl: 355.286 calc(var(--saturation-factor, 1)*65.421%) 41.961%;
--red-new-59: hsl(var(--red-new-59-hsl)/1);
--red-new-59-hsl: 355.182 calc(var(--saturation-factor, 1)*65.55%) 40.98%;
--red-new-60: hsl(var(--red-new-60-hsl)/1);
--red-new-60-hsl: 355.075 calc(var(--saturation-factor, 1)*65.686%) 40%;
--red-new-61: hsl(var(--red-new-61-hsl)/1);
--red-new-61-hsl: 355 calc(var(--saturation-factor, 1)*66%) 39.216%;
--red-new-62: hsl(var(--red-new-62-hsl)/1);
--red-new-62-hsl: 355.349 calc(var(--saturation-factor, 1)*66.154%) 38.235%;
--red-new-63: hsl(var(--red-new-63-hsl)/1);
--red-new-63-hsl: 354.803 calc(var(--saturation-factor, 1)*67.196%) 37.059%;
--red-new-64: hsl(var(--red-new-64-hsl)/1);
--red-new-64-hsl: 354.677 calc(var(--saturation-factor, 1)*67.391%) 36.078%;
--red-new-65: hsl(var(--red-new-65-hsl)/1);
--red-new-65-hsl: 354.59 calc(var(--saturation-factor, 1)*67.778%) 35.294%;
--red-new-66: hsl(var(--red-new-66-hsl)/1);
--red-new-66-hsl: 354.5 calc(var(--saturation-factor, 1)*68.966%) 34.118%;
--red-new-67: hsl(var(--red-new-67-hsl)/1);
--red-new-67-hsl: 354.359 calc(var(--saturation-factor, 1)*69.231%) 33.137%;
--red-new-68: hsl(var(--red-new-68-hsl)/1);
--red-new-68-hsl: 353.793 calc(var(--saturation-factor, 1)*70.732%) 32.157%;
--red-new-69: hsl(var(--red-new-69-hsl)/1);
--red-new-69-hsl: 353.628 calc(var(--saturation-factor, 1)*71.069%) 31.176%;
--red-new-70: hsl(var(--red-new-70-hsl)/1);
--red-new-70-hsl: 354.054 calc(var(--saturation-factor, 1)*71.613%) 30.392%;
--red-new-71: hsl(var(--red-new-71-hsl)/1);
--red-new-71-hsl: 353.394 calc(var(--saturation-factor, 1)*73.154%) 29.216%;
--red-new-72: hsl(var(--red-new-72-hsl)/1);
--red-new-72-hsl: 353.271 calc(var(--saturation-factor, 1)*73.793%) 28.431%;
--red-new-73: hsl(var(--red-new-73-hsl)/1);
--red-new-73-hsl: 352.571 calc(var(--saturation-factor, 1)*75.54%) 27.255%;
--red-new-74: hsl(var(--red-new-74-hsl)/1);
--red-new-74-hsl: 353.01 calc(var(--saturation-factor, 1)*76.296%) 26.471%;
--red-new-75: hsl(var(--red-new-75-hsl)/1);
--red-new-75-hsl: 352.277 calc(var(--saturation-factor, 1)*78.295%) 25.294%;
--red-new-76: hsl(var(--red-new-76-hsl)/1);
--red-new-76-hsl: 351.6 calc(var(--saturation-factor, 1)*80.645%) 24.314%;
--red-new-77: hsl(var(--red-new-77-hsl)/1);
--red-new-77-hsl: 351.34 calc(var(--saturation-factor, 1)*81.513%) 23.333%;
--red-new-78: hsl(var(--red-new-78-hsl)/1);
--red-new-78-hsl: 351.25 calc(var(--saturation-factor, 1)*84.211%) 22.353%;
--red-new-79: hsl(var(--red-new-79-hsl)/1);
--red-new-79-hsl: 351.064 calc(var(--saturation-factor, 1)*85.455%) 21.569%;
--red-new-80: hsl(var(--red-new-80-hsl)/1);
--red-new-80-hsl: 350.217 calc(var(--saturation-factor, 1)*88.462%) 20.392%;
--red-new-81: hsl(var(--red-new-81-hsl)/1);
--red-new-81-hsl: 350 calc(var(--saturation-factor, 1)*90%) 19.608%;
--red-new-82: hsl(var(--red-new-82-hsl)/1);
--red-new-82-hsl: 349.773 calc(var(--saturation-factor, 1)*91.667%) 18.824%;
--red-new-83: hsl(var(--red-new-83-hsl)/1);
--red-new-83-hsl: 349.412 calc(var(--saturation-factor, 1)*93.407%) 17.843%;
--red-new-84: hsl(var(--red-new-84-hsl)/1);
--red-new-84-hsl: 349.157 calc(var(--saturation-factor, 1)*95.402%) 17.059%;
--red-new-85: hsl(var(--red-new-85-hsl)/1);
--red-new-85-hsl: 348.889 calc(var(--saturation-factor, 1)*97.59%) 16.275%;
--red-new-86: hsl(var(--red-new-86-hsl)/1);
--red-new-86-hsl: 348.608 calc(var(--saturation-factor, 1)*100%) 15.49%;
--red-new-87: hsl(var(--red-new-87-hsl)/1);
--red-new-87-hsl: 348.8 calc(var(--saturation-factor, 1)*100%) 14.706%;
--red-new-88: hsl(var(--red-new-88-hsl)/1);
--red-new-88-hsl: 349.167 calc(var(--saturation-factor, 1)*100%) 14.118%;
--red-new-89: hsl(var(--red-new-89-hsl)/1);
--red-new-89-hsl: 349.565 calc(var(--saturation-factor, 1)*100%) 13.529%;
--red-new-90: hsl(var(--red-new-90-hsl)/1);
--red-new-90-hsl: 350 calc(var(--saturation-factor, 1)*100%) 12.941%;
--red-new-91: hsl(var(--red-new-91-hsl)/1);
--red-new-91-hsl: 350.476 calc(var(--saturation-factor, 1)*100%) 12.353%;
--red-new-92: hsl(var(--red-new-92-hsl)/1);
--red-new-92-hsl: 351 calc(var(--saturation-factor, 1)*100%) 11.765%;
--red-new-93: hsl(var(--red-new-93-hsl)/1);
--red-new-93-hsl: 351.579 calc(var(--saturation-factor, 1)*100%) 11.176%;
--red-new-94: hsl(var(--red-new-94-hsl)/1);
--red-new-94-hsl: 352.075 calc(var(--saturation-factor, 1)*100%) 10.392%;
--red-new-95: hsl(var(--red-new-95-hsl)/1);
--red-new-95-hsl: 351.6 calc(var(--saturation-factor, 1)*100%) 9.804%;
--red-new-96: hsl(var(--red-new-96-hsl)/1);
--red-new-96-hsl: 352 calc(var(--saturation-factor, 1)*100%) 8.824%;
--red-new-97: hsl(var(--red-new-97-hsl)/1);
--red-new-97-hsl: 352.683 calc(var(--saturation-factor, 1)*100%) 8.039%;
--red-new-98: hsl(var(--red-new-98-hsl)/1);
--red-new-98-hsl: 353.143 calc(var(--saturation-factor, 1)*100%) 6.863%;
--red-new-99: hsl(var(--red-new-99-hsl)/1);
--red-new-99-hsl: 351.724 calc(var(--saturation-factor, 1)*100%) 5.686%;
--red-new-100: hsl(var(--red-new-100-hsl)/1);
--red-new-100-hsl: 354 calc(var(--saturation-factor, 1)*100%) 3.922%;
--teal-new-1: hsl(var(--teal-new-1-hsl)/1);
--teal-new-1-hsl: 183.396 calc(var(--saturation-factor, 1)*100%) 89.608%;
--teal-new-2: hsl(var(--teal-new-2-hsl)/1);
--teal-new-2-hsl: 186.316 calc(var(--saturation-factor, 1)*100%) 88.824%;
--teal-new-3: hsl(var(--teal-new-3-hsl)/1);
--teal-new-3-hsl: 186.102 calc(var(--saturation-factor, 1)*93.651%) 87.647%;
--teal-new-4: hsl(var(--teal-new-4-hsl)/1);
--teal-new-4-hsl: 186.774 calc(var(--saturation-factor, 1)*88.571%) 86.275%;
--teal-new-5: hsl(var(--teal-new-5-hsl)/1);
--teal-new-5-hsl: 185.714 calc(var(--saturation-factor, 1)*81.818%) 84.902%;
--teal-new-6: hsl(var(--teal-new-6-hsl)/1);
--teal-new-6-hsl: 185.538 calc(var(--saturation-factor, 1)*78.313%) 83.725%;
--teal-new-7: hsl(var(--teal-new-7-hsl)/1);
--teal-new-7-hsl: 186.176 calc(var(--saturation-factor, 1)*75.556%) 82.353%;
--teal-new-8: hsl(var(--teal-new-8-hsl)/1);
--teal-new-8-hsl: 186 calc(var(--saturation-factor, 1)*72.917%) 81.176%;
--teal-new-9: hsl(var(--teal-new-9-hsl)/1);
--teal-new-9-hsl: 185.915 calc(var(--saturation-factor, 1)*68.932%) 79.804%;
--teal-new-10: hsl(var(--teal-new-10-hsl)/1);
--teal-new-10-hsl: 185.676 calc(var(--saturation-factor, 1)*67.273%) 78.431%;
--teal-new-11: hsl(var(--teal-new-11-hsl)/1);
--teal-new-11-hsl: 186.316 calc(var(--saturation-factor, 1)*65.517%) 77.255%;
--teal-new-12: hsl(var(--teal-new-12-hsl)/1);
--teal-new-12-hsl: 185.455 calc(var(--saturation-factor, 1)*62.602%) 75.882%;
--teal-new-13: hsl(var(--teal-new-13-hsl)/1);
--teal-new-13-hsl: 185.316 calc(var(--saturation-factor, 1)*61.24%) 74.706%;
--teal-new-14: hsl(var(--teal-new-14-hsl)/1);
--teal-new-14-hsl: 185.926 calc(var(--saturation-factor, 1)*60%) 73.529%;
--teal-new-15: hsl(var(--teal-new-15-hsl)/1);
--teal-new-15-hsl: 185.06 calc(var(--saturation-factor, 1)*58.042%) 71.961%;
--teal-new-16: hsl(var(--teal-new-16-hsl)/1);
--teal-new-16-hsl: 185.647 calc(var(--saturation-factor, 1)*57.047%) 70.784%;
--teal-new-17: hsl(var(--teal-new-17-hsl)/1);
--teal-new-17-hsl: 185.517 calc(var(--saturation-factor, 1)*56.129%) 69.608%;
--teal-new-18: hsl(var(--teal-new-18-hsl)/1);
--teal-new-18-hsl: 186.067 calc(var(--saturation-factor, 1)*55.28%) 68.431%;
--teal-new-19: hsl(var(--teal-new-19-hsl)/1);
--teal-new-19-hsl: 185.275 calc(var(--saturation-factor, 1)*53.846%) 66.863%;
--teal-new-20: hsl(var(--teal-new-20-hsl)/1);
--teal-new-20-hsl: 185.806 calc(var(--saturation-factor, 1)*53.143%) 65.686%;
--teal-new-21: hsl(var(--teal-new-21-hsl)/1);
--teal-new-21-hsl: 185.684 calc(var(--saturation-factor, 1)*52.486%) 64.51%;
--teal-new-22: hsl(var(--teal-new-22-hsl)/1);
--teal-new-22-hsl: 185 calc(var(--saturation-factor, 1)*51.064%) 63.137%;
--teal-new-23: hsl(var(--teal-new-23-hsl)/1);
--teal-new-23-hsl: 185.455 calc(var(--saturation-factor, 1)*50.769%) 61.765%;
--teal-new-24: hsl(var(--teal-new-24-hsl)/1);
--teal-new-24-hsl: 185.347 calc(var(--saturation-factor, 1)*50.249%) 60.588%;
--teal-new-25: hsl(var(--teal-new-25-hsl)/1);
--teal-new-25-hsl: 185.243 calc(var(--saturation-factor, 1)*49.282%) 59.02%;
--teal-new-26: hsl(var(--teal-new-26-hsl)/1);
--teal-new-26-hsl: 185.143 calc(var(--saturation-factor, 1)*48.837%) 57.843%;
--teal-new-27: hsl(var(--teal-new-27-hsl)/1);
--teal-new-27-hsl: 185.556 calc(var(--saturation-factor, 1)*48.649%) 56.471%;
--teal-new-28: hsl(var(--teal-new-28-hsl)/1);
--teal-new-28-hsl: 184.954 calc(var(--saturation-factor, 1)*47.598%) 55.098%;
--teal-new-29: hsl(var(--teal-new-29-hsl)/1);
--teal-new-29-hsl: 184.821 calc(var(--saturation-factor, 1)*47.458%) 53.725%;
--teal-new-30: hsl(var(--teal-new-30-hsl)/1);
--teal-new-30-hsl: 185.217 calc(var(--saturation-factor, 1)*47.325%) 52.353%;
--teal-new-31: hsl(var(--teal-new-31-hsl)/1);
--teal-new-31-hsl: 184.615 calc(var(--saturation-factor, 1)*46.614%) 50.784%;
--teal-new-32: hsl(var(--teal-new-32-hsl)/1);
--teal-new-32-hsl: 184.959 calc(var(--saturation-factor, 1)*48.207%) 49.216%;
--teal-new-33: hsl(var(--teal-new-33-hsl)/1);
--teal-new-33-hsl: 184.839 calc(var(--saturation-factor, 1)*50.82%) 47.843%;
--teal-new-34: hsl(var(--teal-new-34-hsl)/1);
--teal-new-34-hsl: 185.156 calc(var(--saturation-factor, 1)*54.237%) 46.275%;
--teal-new-35: hsl(var(--teal-new-35-hsl)/1);
--teal-new-35-hsl: 184.545 calc(var(--saturation-factor, 1)*58.407%) 44.314%;
--teal-new-36: hsl(var(--teal-new-36-hsl)/1);
--teal-new-36-hsl: 184.38 calc(var(--saturation-factor, 1)*63.134%) 42.549%;
--teal-new-37: hsl(var(--teal-new-37-hsl)/1);
--teal-new-37-hsl: 184.615 calc(var(--saturation-factor, 1)*69.082%) 40.588%;
--teal-new-38: hsl(var(--teal-new-38-hsl)/1);
--teal-new-38-hsl: 183.974 calc(var(--saturation-factor, 1)*78.238%) 37.843%;
--teal-new-39: hsl(var(--teal-new-39-hsl)/1);
--teal-new-39-hsl: 183.976 calc(var(--saturation-factor, 1)*95.402%) 34.118%;
--teal-new-40: hsl(var(--teal-new-40-hsl)/1);
--teal-new-40-hsl: 183.929 calc(var(--saturation-factor, 1)*100%) 32.941%;
--teal-new-41: hsl(var(--teal-new-41-hsl)/1);
--teal-new-41-hsl: 183.976 calc(var(--saturation-factor, 1)*100%) 32.549%;
--teal-new-42: hsl(var(--teal-new-42-hsl)/1);
--teal-new-42-hsl: 184.049 calc(var(--saturation-factor, 1)*100%) 31.961%;
--teal-new-43: hsl(var(--teal-new-43-hsl)/1);
--teal-new-43-hsl: 184.099 calc(var(--saturation-factor, 1)*100%) 31.569%;
--teal-new-44: hsl(var(--teal-new-44-hsl)/1);
--teal-new-44-hsl: 184.528 calc(var(--saturation-factor, 1)*100%) 31.176%;
--teal-new-45: hsl(var(--teal-new-45-hsl)/1);
--teal-new-45-hsl: 184.586 calc(var(--saturation-factor, 1)*100%) 30.784%;
--teal-new-46: hsl(var(--teal-new-46-hsl)/1);
--teal-new-46-hsl: 184.286 calc(var(--saturation-factor, 1)*100%) 30.196%;
--teal-new-47: hsl(var(--teal-new-47-hsl)/1);
--teal-new-47-hsl: 184.371 calc(var(--saturation-factor, 1)*100%) 29.608%;
--teal-new-48: hsl(var(--teal-new-48-hsl)/1);
--teal-new-48-hsl: 184.832 calc(var(--saturation-factor, 1)*100%) 29.216%;
--teal-new-49: hsl(var(--teal-new-49-hsl)/1);
--teal-new-49-hsl: 184.932 calc(var(--saturation-factor, 1)*100%) 28.627%;
--teal-new-50: hsl(var(--teal-new-50-hsl)/1);
--teal-new-50-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--teal-new-51: hsl(var(--teal-new-51-hsl)/1);
--teal-new-51-hsl: 184.714 calc(var(--saturation-factor, 1)*100%) 27.451%;
--teal-new-52: hsl(var(--teal-new-52-hsl)/1);
--teal-new-52-hsl: 184.783 calc(var(--saturation-factor, 1)*100%) 27.059%;
--teal-new-53: hsl(var(--teal-new-53-hsl)/1);
--teal-new-53-hsl: 184.889 calc(var(--saturation-factor, 1)*100%) 26.471%;
--teal-new-54: hsl(var(--teal-new-54-hsl)/1);
--teal-new-54-hsl: 184.545 calc(var(--saturation-factor, 1)*100%) 25.882%;
--teal-new-55: hsl(var(--teal-new-55-hsl)/1);
--teal-new-55-hsl: 185.077 calc(var(--saturation-factor, 1)*100%) 25.49%;
--teal-new-56: hsl(var(--teal-new-56-hsl)/1);
--teal-new-56-hsl: 184.724 calc(var(--saturation-factor, 1)*100%) 24.902%;
--teal-new-57: hsl(var(--teal-new-57-hsl)/1);
--teal-new-57-hsl: 185.28 calc(var(--saturation-factor, 1)*100%) 24.51%;
--teal-new-58: hsl(var(--teal-new-58-hsl)/1);
--teal-new-58-hsl: 184.918 calc(var(--saturation-factor, 1)*100%) 23.922%;
--teal-new-59: hsl(var(--teal-new-59-hsl)/1);
--teal-new-59-hsl: 185.5 calc(var(--saturation-factor, 1)*100%) 23.529%;
--teal-new-60: hsl(var(--teal-new-60-hsl)/1);
--teal-new-60-hsl: 185.128 calc(var(--saturation-factor, 1)*100%) 22.941%;
--teal-new-61: hsl(var(--teal-new-61-hsl)/1);
--teal-new-61-hsl: 185.739 calc(var(--saturation-factor, 1)*100%) 22.549%;
--teal-new-62: hsl(var(--teal-new-62-hsl)/1);
--teal-new-62-hsl: 185.357 calc(var(--saturation-factor, 1)*100%) 21.961%;
--teal-new-63: hsl(var(--teal-new-63-hsl)/1);
--teal-new-63-hsl: 186 calc(var(--saturation-factor, 1)*100%) 21.569%;
--teal-new-64: hsl(var(--teal-new-64-hsl)/1);
--teal-new-64-hsl: 185.607 calc(var(--saturation-factor, 1)*100%) 20.98%;
--teal-new-65: hsl(var(--teal-new-65-hsl)/1);
--teal-new-65-hsl: 186.286 calc(var(--saturation-factor, 1)*100%) 20.588%;
--teal-new-66: hsl(var(--teal-new-66-hsl)/1);
--teal-new-66-hsl: 185.882 calc(var(--saturation-factor, 1)*100%) 20%;
--teal-new-67: hsl(var(--teal-new-67-hsl)/1);
--teal-new-67-hsl: 186.6 calc(var(--saturation-factor, 1)*100%) 19.608%;
--teal-new-68: hsl(var(--teal-new-68-hsl)/1);
--teal-new-68-hsl: 186.186 calc(var(--saturation-factor, 1)*100%) 19.02%;
--teal-new-69: hsl(var(--teal-new-69-hsl)/1);
--teal-new-69-hsl: 186.316 calc(var(--saturation-factor, 1)*100%) 18.627%;
--teal-new-70: hsl(var(--teal-new-70-hsl)/1);
--teal-new-70-hsl: 186.522 calc(var(--saturation-factor, 1)*100%) 18.039%;
--teal-new-71: hsl(var(--teal-new-71-hsl)/1);
--teal-new-71-hsl: 186.667 calc(var(--saturation-factor, 1)*100%) 17.647%;
--teal-new-72: hsl(var(--teal-new-72-hsl)/1);
--teal-new-72-hsl: 186.818 calc(var(--saturation-factor, 1)*100%) 17.255%;
--teal-new-73: hsl(var(--teal-new-73-hsl)/1);
--teal-new-73-hsl: 187.059 calc(var(--saturation-factor, 1)*100%) 16.667%;
--teal-new-74: hsl(var(--teal-new-74-hsl)/1);
--teal-new-74-hsl: 187.229 calc(var(--saturation-factor, 1)*100%) 16.275%;
--teal-new-75: hsl(var(--teal-new-75-hsl)/1);
--teal-new-75-hsl: 186.75 calc(var(--saturation-factor, 1)*100%) 15.686%;
--teal-new-76: hsl(var(--teal-new-76-hsl)/1);
--teal-new-76-hsl: 187.692 calc(var(--saturation-factor, 1)*100%) 15.294%;
--teal-new-77: hsl(var(--teal-new-77-hsl)/1);
--teal-new-77-hsl: 187.895 calc(var(--saturation-factor, 1)*100%) 14.902%;
--teal-new-78: hsl(var(--teal-new-78-hsl)/1);
--teal-new-78-hsl: 187.397 calc(var(--saturation-factor, 1)*100%) 14.314%;
--teal-new-79: hsl(var(--teal-new-79-hsl)/1);
--teal-new-79-hsl: 188.451 calc(var(--saturation-factor, 1)*100%) 13.922%;
--teal-new-80: hsl(var(--teal-new-80-hsl)/1);
--teal-new-80-hsl: 188.696 calc(var(--saturation-factor, 1)*100%) 13.529%;
--teal-new-81: hsl(var(--teal-new-81-hsl)/1);
--teal-new-81-hsl: 188.182 calc(var(--saturation-factor, 1)*100%) 12.941%;
--teal-new-82: hsl(var(--teal-new-82-hsl)/1);
--teal-new-82-hsl: 188.438 calc(var(--saturation-factor, 1)*100%) 12.549%;
--teal-new-83: hsl(var(--teal-new-83-hsl)/1);
--teal-new-83-hsl: 189.677 calc(var(--saturation-factor, 1)*100%) 12.157%;
--teal-new-84: hsl(var(--teal-new-84-hsl)/1);
--teal-new-84-hsl: 189.153 calc(var(--saturation-factor, 1)*100%) 11.569%;
--teal-new-85: hsl(var(--teal-new-85-hsl)/1);
--teal-new-85-hsl: 189.474 calc(var(--saturation-factor, 1)*100%) 11.176%;
--teal-new-86: hsl(var(--teal-new-86-hsl)/1);
--teal-new-86-hsl: 189.818 calc(var(--saturation-factor, 1)*100%) 10.784%;
--teal-new-87: hsl(var(--teal-new-87-hsl)/1);
--teal-new-87-hsl: 190.189 calc(var(--saturation-factor, 1)*100%) 10.392%;
--teal-new-88: hsl(var(--teal-new-88-hsl)/1);
--teal-new-88-hsl: 190.588 calc(var(--saturation-factor, 1)*100%) 10%;
--teal-new-89: hsl(var(--teal-new-89-hsl)/1);
--teal-new-89-hsl: 191.25 calc(var(--saturation-factor, 1)*100%) 9.412%;
--teal-new-90: hsl(var(--teal-new-90-hsl)/1);
--teal-new-90-hsl: 191.739 calc(var(--saturation-factor, 1)*100%) 9.02%;
--teal-new-91: hsl(var(--teal-new-91-hsl)/1);
--teal-new-91-hsl: 192.273 calc(var(--saturation-factor, 1)*100%) 8.627%;
--teal-new-92: hsl(var(--teal-new-92-hsl)/1);
--teal-new-92-hsl: 192.857 calc(var(--saturation-factor, 1)*100%) 8.235%;
--teal-new-93: hsl(var(--teal-new-93-hsl)/1);
--teal-new-93-hsl: 193.5 calc(var(--saturation-factor, 1)*100%) 7.843%;
--teal-new-94: hsl(var(--teal-new-94-hsl)/1);
--teal-new-94-hsl: 194.211 calc(var(--saturation-factor, 1)*100%) 7.451%;
--teal-new-95: hsl(var(--teal-new-95-hsl)/1);
--teal-new-95-hsl: 195 calc(var(--saturation-factor, 1)*100%) 7.059%;
--teal-new-96: hsl(var(--teal-new-96-hsl)/1);
--teal-new-96-hsl: 194.545 calc(var(--saturation-factor, 1)*100%) 6.471%;
--teal-new-97: hsl(var(--teal-new-97-hsl)/1);
--teal-new-97-hsl: 197.419 calc(var(--saturation-factor, 1)*100%) 6.078%;
--teal-new-98: hsl(var(--teal-new-98-hsl)/1);
--teal-new-98-hsl: 197.143 calc(var(--saturation-factor, 1)*100%) 5.49%;
--teal-new-99: hsl(var(--teal-new-99-hsl)/1);
--teal-new-99-hsl: 199.2 calc(var(--saturation-factor, 1)*100%) 4.902%;
--teal-new-100: hsl(var(--teal-new-100-hsl)/1);
--teal-new-100-hsl: 204.545 calc(var(--saturation-factor, 1)*100%) 4.314%;
--yellow-new-1: hsl(var(--yellow-new-1-hsl)/1);
--yellow-new-1-hsl: 30 calc(var(--saturation-factor, 1)*100%) 90.588%;
--yellow-new-2: hsl(var(--yellow-new-2-hsl)/1);
--yellow-new-2-hsl: 31.698 calc(var(--saturation-factor, 1)*100%) 89.608%;
--yellow-new-3: hsl(var(--yellow-new-3-hsl)/1);
--yellow-new-3-hsl: 33.559 calc(var(--saturation-factor, 1)*100%) 88.431%;
--yellow-new-4: hsl(var(--yellow-new-4-hsl)/1);
--yellow-new-4-hsl: 34.688 calc(var(--saturation-factor, 1)*100%) 87.451%;
--yellow-new-5: hsl(var(--yellow-new-5-hsl)/1);
--yellow-new-5-hsl: 34.783 calc(var(--saturation-factor, 1)*100%) 86.471%;
--yellow-new-6: hsl(var(--yellow-new-6-hsl)/1);
--yellow-new-6-hsl: 35.676 calc(var(--saturation-factor, 1)*100%) 85.49%;
--yellow-new-7: hsl(var(--yellow-new-7-hsl)/1);
--yellow-new-7-hsl: 36.456 calc(var(--saturation-factor, 1)*100%) 84.51%;
--yellow-new-8: hsl(var(--yellow-new-8-hsl)/1);
--yellow-new-8-hsl: 36.429 calc(var(--saturation-factor, 1)*100%) 83.529%;
--yellow-new-9: hsl(var(--yellow-new-9-hsl)/1);
--yellow-new-9-hsl: 37.079 calc(var(--saturation-factor, 1)*100%) 82.549%;
--yellow-new-10: hsl(var(--yellow-new-10-hsl)/1);
--yellow-new-10-hsl: 37.66 calc(var(--saturation-factor, 1)*100%) 81.569%;
--yellow-new-11: hsl(var(--yellow-new-11-hsl)/1);
--yellow-new-11-hsl: 37.347 calc(var(--saturation-factor, 1)*100%) 80.784%;
--yellow-new-12: hsl(var(--yellow-new-12-hsl)/1);
--yellow-new-12-hsl: 37.864 calc(var(--saturation-factor, 1)*100%) 79.804%;
--yellow-new-13: hsl(var(--yellow-new-13-hsl)/1);
--yellow-new-13-hsl: 38.131 calc(var(--saturation-factor, 1)*100%) 79.02%;
--yellow-new-14: hsl(var(--yellow-new-14-hsl)/1);
--yellow-new-14-hsl: 38.036 calc(var(--saturation-factor, 1)*100%) 78.039%;
--yellow-new-15: hsl(var(--yellow-new-15-hsl)/1);
--yellow-new-15-hsl: 38.276 calc(var(--saturation-factor, 1)*100%) 77.255%;
--yellow-new-16: hsl(var(--yellow-new-16-hsl)/1);
--yellow-new-16-hsl: 38.5 calc(var(--saturation-factor, 1)*100%) 76.471%;
--yellow-new-17: hsl(var(--yellow-new-17-hsl)/1);
--yellow-new-17-hsl: 38.4 calc(var(--saturation-factor, 1)*100%) 75.49%;
--yellow-new-18: hsl(var(--yellow-new-18-hsl)/1);
--yellow-new-18-hsl: 38.605 calc(var(--saturation-factor, 1)*100%) 74.706%;
--yellow-new-19: hsl(var(--yellow-new-19-hsl)/1);
--yellow-new-19-hsl: 38.797 calc(var(--saturation-factor, 1)*100%) 73.922%;
--yellow-new-20: hsl(var(--yellow-new-20-hsl)/1);
--yellow-new-20-hsl: 38.54 calc(var(--saturation-factor, 1)*100%) 73.137%;
--yellow-new-21: hsl(var(--yellow-new-21-hsl)/1);
--yellow-new-21-hsl: 38.723 calc(var(--saturation-factor, 1)*100%) 72.353%;
--yellow-new-22: hsl(var(--yellow-new-22-hsl)/1);
--yellow-new-22-hsl: 38.483 calc(var(--saturation-factor, 1)*100%) 71.569%;
--yellow-new-23: hsl(var(--yellow-new-23-hsl)/1);
--yellow-new-23-hsl: 38.658 calc(var(--saturation-factor, 1)*100%) 70.784%;
--yellow-new-24: hsl(var(--yellow-new-24-hsl)/1);
--yellow-new-24-hsl: 38.824 calc(var(--saturation-factor, 1)*100%) 70%;
--yellow-new-25: hsl(var(--yellow-new-25-hsl)/1);
--yellow-new-25-hsl: 38.599 calc(var(--saturation-factor, 1)*100%) 69.216%;
--yellow-new-26: hsl(var(--yellow-new-26-hsl)/1);
--yellow-new-26-hsl: 38.758 calc(var(--saturation-factor, 1)*100%) 68.431%;
--yellow-new-27: hsl(var(--yellow-new-27-hsl)/1);
--yellow-new-27-hsl: 38.545 calc(var(--saturation-factor, 1)*100%) 67.647%;
--yellow-new-28: hsl(var(--yellow-new-28-hsl)/1);
--yellow-new-28-hsl: 38.698 calc(var(--saturation-factor, 1)*100%) 66.863%;
--yellow-new-29: hsl(var(--yellow-new-29-hsl)/1);
--yellow-new-29-hsl: 38.844 calc(var(--saturation-factor, 1)*100%) 66.078%;
--yellow-new-30: hsl(var(--yellow-new-30-hsl)/1);
--yellow-new-30-hsl: 38.644 calc(var(--saturation-factor, 1)*100%) 65.294%;
--yellow-new-31: hsl(var(--yellow-new-31-hsl)/1);
--yellow-new-31-hsl: 38.785 calc(var(--saturation-factor, 1)*100%) 64.51%;
--yellow-new-32: hsl(var(--yellow-new-32-hsl)/1);
--yellow-new-32-hsl: 38.919 calc(var(--saturation-factor, 1)*98.93%) 63.333%;
--yellow-new-33: hsl(var(--yellow-new-33-hsl)/1);
--yellow-new-33-hsl: 39.048 calc(var(--saturation-factor, 1)*98.953%) 62.549%;
--yellow-new-34: hsl(var(--yellow-new-34-hsl)/1);
--yellow-new-34-hsl: 38.86 calc(var(--saturation-factor, 1)*98.974%) 61.765%;
--yellow-new-35: hsl(var(--yellow-new-35-hsl)/1);
--yellow-new-35-hsl: 39.289 calc(var(--saturation-factor, 1)*98.01%) 60.588%;
--yellow-new-36: hsl(var(--yellow-new-36-hsl)/1);
--yellow-new-36-hsl: 39.505 calc(var(--saturation-factor, 1)*98.058%) 59.608%;
--yellow-new-37: hsl(var(--yellow-new-37-hsl)/1);
--yellow-new-37-hsl: 39.42 calc(var(--saturation-factor, 1)*98.104%) 58.627%;
--yellow-new-38: hsl(var(--yellow-new-38-hsl)/1);
--yellow-new-38-hsl: 39.81 calc(var(--saturation-factor, 1)*97.235%) 57.451%;
--yellow-new-39: hsl(var(--yellow-new-39-hsl)/1);
--yellow-new-39-hsl: 39.816 calc(var(--saturation-factor, 1)*97.309%) 56.275%;
--yellow-new-40: hsl(var(--yellow-new-40-hsl)/1);
--yellow-new-40-hsl: 40.179 calc(var(--saturation-factor, 1)*97.391%) 54.902%;
--yellow-new-41: hsl(var(--yellow-new-41-hsl)/1);
--yellow-new-41-hsl: 40.345 calc(var(--saturation-factor, 1)*97.479%) 53.333%;
--yellow-new-42: hsl(var(--yellow-new-42-hsl)/1);
--yellow-new-42-hsl: 41.311 calc(var(--saturation-factor, 1)*96.825%) 50.588%;
--yellow-new-43: hsl(var(--yellow-new-43-hsl)/1);
--yellow-new-43-hsl: 41.355 calc(var(--saturation-factor, 1)*100%) 49.216%;
--yellow-new-44: hsl(var(--yellow-new-44-hsl)/1);
--yellow-new-44-hsl: 41.116 calc(var(--saturation-factor, 1)*100%) 49.216%;
--yellow-new-45: hsl(var(--yellow-new-45-hsl)/1);
--yellow-new-45-hsl: 40.8 calc(var(--saturation-factor, 1)*100%) 49.02%;
--yellow-new-46: hsl(var(--yellow-new-46-hsl)/1);
--yellow-new-46-hsl: 40.56 calc(var(--saturation-factor, 1)*100%) 49.02%;
--yellow-new-47: hsl(var(--yellow-new-47-hsl)/1);
--yellow-new-47-hsl: 40.241 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-48: hsl(var(--yellow-new-48-hsl)/1);
--yellow-new-48-hsl: 40 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-49: hsl(var(--yellow-new-49-hsl)/1);
--yellow-new-49-hsl: 39.518 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-50: hsl(var(--yellow-new-50-hsl)/1);
--yellow-new-50-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--yellow-new-51: hsl(var(--yellow-new-51-hsl)/1);
--yellow-new-51-hsl: 39.098 calc(var(--saturation-factor, 1)*100%) 47.843%;
--yellow-new-52: hsl(var(--yellow-new-52-hsl)/1);
--yellow-new-52-hsl: 38.912 calc(var(--saturation-factor, 1)*100%) 46.863%;
--yellow-new-53: hsl(var(--yellow-new-53-hsl)/1);
--yellow-new-53-hsl: 38.974 calc(var(--saturation-factor, 1)*100%) 45.882%;
--yellow-new-54: hsl(var(--yellow-new-54-hsl)/1);
--yellow-new-54-hsl: 38.777 calc(var(--saturation-factor, 1)*100%) 44.902%;
--yellow-new-55: hsl(var(--yellow-new-55-hsl)/1);
--yellow-new-55-hsl: 38.571 calc(var(--saturation-factor, 1)*100%) 43.922%;
--yellow-new-56: hsl(var(--yellow-new-56-hsl)/1);
--yellow-new-56-hsl: 38.455 calc(var(--saturation-factor, 1)*100%) 43.137%;
--yellow-new-57: hsl(var(--yellow-new-57-hsl)/1);
--yellow-new-57-hsl: 38.233 calc(var(--saturation-factor, 1)*100%) 42.157%;
--yellow-new-58: hsl(var(--yellow-new-58-hsl)/1);
--yellow-new-58-hsl: 38 calc(var(--saturation-factor, 1)*100%) 41.176%;
--yellow-new-59: hsl(var(--yellow-new-59-hsl)/1);
--yellow-new-59-hsl: 37.573 calc(var(--saturation-factor, 1)*100%) 40.392%;
--yellow-new-60: hsl(var(--yellow-new-60-hsl)/1);
--yellow-new-60-hsl: 37.612 calc(var(--saturation-factor, 1)*100%) 39.412%;
--yellow-new-61: hsl(var(--yellow-new-61-hsl)/1);
--yellow-new-61-hsl: 37.347 calc(var(--saturation-factor, 1)*100%) 38.431%;
--yellow-new-62: hsl(var(--yellow-new-62-hsl)/1);
--yellow-new-62-hsl: 36.875 calc(var(--saturation-factor, 1)*100%) 37.647%;
--yellow-new-63: hsl(var(--yellow-new-63-hsl)/1);
--yellow-new-63-hsl: 36.898 calc(var(--saturation-factor, 1)*100%) 36.667%;
--yellow-new-64: hsl(var(--yellow-new-64-hsl)/1);
--yellow-new-64-hsl: 36.393 calc(var(--saturation-factor, 1)*100%) 35.882%;
--yellow-new-65: hsl(var(--yellow-new-65-hsl)/1);
--yellow-new-65-hsl: 36.201 calc(var(--saturation-factor, 1)*100%) 35.098%;
--yellow-new-66: hsl(var(--yellow-new-66-hsl)/1);
--yellow-new-66-hsl: 35.862 calc(var(--saturation-factor, 1)*100%) 34.118%;
--yellow-new-67: hsl(var(--yellow-new-67-hsl)/1);
--yellow-new-67-hsl: 35.294 calc(var(--saturation-factor, 1)*100%) 33.333%;
--yellow-new-68: hsl(var(--yellow-new-68-hsl)/1);
--yellow-new-68-hsl: 35.273 calc(var(--saturation-factor, 1)*100%) 32.353%;
--yellow-new-69: hsl(var(--yellow-new-69-hsl)/1);
--yellow-new-69-hsl: 34.658 calc(var(--saturation-factor, 1)*100%) 31.569%;
--yellow-new-70: hsl(var(--yellow-new-70-hsl)/1);
--yellow-new-70-hsl: 34.395 calc(var(--saturation-factor, 1)*100%) 30.784%;
--yellow-new-71: hsl(var(--yellow-new-71-hsl)/1);
--yellow-new-71-hsl: 33.725 calc(var(--saturation-factor, 1)*100%) 30%;
--yellow-new-72: hsl(var(--yellow-new-72-hsl)/1);
--yellow-new-72-hsl: 33.649 calc(var(--saturation-factor, 1)*100%) 29.02%;
--yellow-new-73: hsl(var(--yellow-new-73-hsl)/1);
--yellow-new-73-hsl: 32.917 calc(var(--saturation-factor, 1)*100%) 28.235%;
--yellow-new-74: hsl(var(--yellow-new-74-hsl)/1);
--yellow-new-74-hsl: 32.571 calc(var(--saturation-factor, 1)*100%) 27.451%;
--yellow-new-75: hsl(var(--yellow-new-75-hsl)/1);
--yellow-new-75-hsl: 31.765 calc(var(--saturation-factor, 1)*100%) 26.667%;
--yellow-new-76: hsl(var(--yellow-new-76-hsl)/1);
--yellow-new-76-hsl: 31.603 calc(var(--saturation-factor, 1)*100%) 25.686%;
--yellow-new-77: hsl(var(--yellow-new-77-hsl)/1);
--yellow-new-77-hsl: 30.709 calc(var(--saturation-factor, 1)*100%) 24.902%;
--yellow-new-78: hsl(var(--yellow-new-78-hsl)/1);
--yellow-new-78-hsl: 30.244 calc(var(--saturation-factor, 1)*100%) 24.118%;
--yellow-new-79: hsl(var(--yellow-new-79-hsl)/1);
--yellow-new-79-hsl: 29.748 calc(var(--saturation-factor, 1)*100%) 23.333%;
--yellow-new-80: hsl(var(--yellow-new-80-hsl)/1);
--yellow-new-80-hsl: 28.696 calc(var(--saturation-factor, 1)*100%) 22.549%;
--yellow-new-81: hsl(var(--yellow-new-81-hsl)/1);
--yellow-new-81-hsl: 28.108 calc(var(--saturation-factor, 1)*100%) 21.765%;
--yellow-new-82: hsl(var(--yellow-new-82-hsl)/1);
--yellow-new-82-hsl: 27.477 calc(var(--saturation-factor, 1)*100%) 20.98%;
--yellow-new-83: hsl(var(--yellow-new-83-hsl)/1);
--yellow-new-83-hsl: 26.214 calc(var(--saturation-factor, 1)*100%) 20.196%;
--yellow-new-84: hsl(var(--yellow-new-84-hsl)/1);
--yellow-new-84-hsl: 25.714 calc(var(--saturation-factor, 1)*100%) 19.216%;
--yellow-new-85: hsl(var(--yellow-new-85-hsl)/1);
--yellow-new-85-hsl: 24.894 calc(var(--saturation-factor, 1)*100%) 18.431%;
--yellow-new-86: hsl(var(--yellow-new-86-hsl)/1);
--yellow-new-86-hsl: 24 calc(var(--saturation-factor, 1)*100%) 17.647%;
--yellow-new-87: hsl(var(--yellow-new-87-hsl)/1);
--yellow-new-87-hsl: 22.326 calc(var(--saturation-factor, 1)*100%) 16.863%;
--yellow-new-88: hsl(var(--yellow-new-88-hsl)/1);
--yellow-new-88-hsl: 21.22 calc(var(--saturation-factor, 1)*100%) 16.078%;
--yellow-new-89: hsl(var(--yellow-new-89-hsl)/1);
--yellow-new-89-hsl: 19.747 calc(var(--saturation-factor, 1)*100%) 15.49%;
--yellow-new-90: hsl(var(--yellow-new-90-hsl)/1);
--yellow-new-90-hsl: 18.4 calc(var(--saturation-factor, 1)*100%) 14.706%;
--yellow-new-91: hsl(var(--yellow-new-91-hsl)/1);
--yellow-new-91-hsl: 16.056 calc(var(--saturation-factor, 1)*100%) 13.922%;
--yellow-new-92: hsl(var(--yellow-new-92-hsl)/1);
--yellow-new-92-hsl: 14.328 calc(var(--saturation-factor, 1)*100%) 13.137%;
--yellow-new-93: hsl(var(--yellow-new-93-hsl)/1);
--yellow-new-93-hsl: 12.381 calc(var(--saturation-factor, 1)*100%) 12.353%;
--yellow-new-94: hsl(var(--yellow-new-94-hsl)/1);
--yellow-new-94-hsl: 9.153 calc(var(--saturation-factor, 1)*100%) 11.569%;
--yellow-new-95: hsl(var(--yellow-new-95-hsl)/1);
--yellow-new-95-hsl: 6.545 calc(var(--saturation-factor, 1)*100%) 10.784%;
--yellow-new-96: hsl(var(--yellow-new-96-hsl)/1);
--yellow-new-96-hsl: 4.706 calc(var(--saturation-factor, 1)*100%) 10%;
--yellow-new-97: hsl(var(--yellow-new-97-hsl)/1);
--yellow-new-97-hsl: 1.277 calc(var(--saturation-factor, 1)*100%) 9.216%;
--yellow-new-98: hsl(var(--yellow-new-98-hsl)/1);
--yellow-new-98-hsl: 0 calc(var(--saturation-factor, 1)*100%) 8.235%;
--yellow-new-99: hsl(var(--yellow-new-99-hsl)/1);
--yellow-new-99-hsl: 0 calc(var(--saturation-factor, 1)*100%) 7.059%;
--yellow-new-100: hsl(var(--yellow-new-100-hsl)/1);
--yellow-new-100-hsl: 0 calc(var(--saturation-factor, 1)*100%) 5.294%;
--orange-new-1: hsl(var(--orange-new-1-hsl)/1);
--orange-new-1-hsl: 15.789 calc(var(--saturation-factor, 1)*100%) 92.549%;
--orange-new-2: hsl(var(--orange-new-2-hsl)/1);
--orange-new-2-hsl: 17.727 calc(var(--saturation-factor, 1)*100%) 91.373%;
--orange-new-3: hsl(var(--orange-new-3-hsl)/1);
--orange-new-3-hsl: 17.143 calc(var(--saturation-factor, 1)*100%) 90.392%;
--orange-new-4: hsl(var(--orange-new-4-hsl)/1);
--orange-new-4-hsl: 17.778 calc(var(--saturation-factor, 1)*100%) 89.412%;
--orange-new-5: hsl(var(--orange-new-5-hsl)/1);
--orange-new-5-hsl: 19 calc(var(--saturation-factor, 1)*100%) 88.235%;
--orange-new-6: hsl(var(--orange-new-6-hsl)/1);
--orange-new-6-hsl: 19.385 calc(var(--saturation-factor, 1)*100%) 87.255%;
--orange-new-7: hsl(var(--orange-new-7-hsl)/1);
--orange-new-7-hsl: 19.714 calc(var(--saturation-factor, 1)*100%) 86.275%;
--orange-new-8: hsl(var(--orange-new-8-hsl)/1);
--orange-new-8-hsl: 20 calc(var(--saturation-factor, 1)*100%) 85.294%;
--orange-new-9: hsl(var(--orange-new-9-hsl)/1);
--orange-new-9-hsl: 20.506 calc(var(--saturation-factor, 1)*97.531%) 84.118%;
--orange-new-10: hsl(var(--orange-new-10-hsl)/1);
--orange-new-10-hsl: 20.241 calc(var(--saturation-factor, 1)*95.402%) 82.941%;
--orange-new-11: hsl(var(--orange-new-11-hsl)/1);
--orange-new-11-hsl: 20.455 calc(var(--saturation-factor, 1)*95.652%) 81.961%;
--orange-new-12: hsl(var(--orange-new-12-hsl)/1);
--orange-new-12-hsl: 20.44 calc(var(--saturation-factor, 1)*93.814%) 80.98%;
--orange-new-13: hsl(var(--orange-new-13-hsl)/1);
--orange-new-13-hsl: 21.064 calc(var(--saturation-factor, 1)*90.385%) 79.608%;
--orange-new-14: hsl(var(--orange-new-14-hsl)/1);
--orange-new-14-hsl: 21.429 calc(var(--saturation-factor, 1)*89.091%) 78.431%;
--orange-new-15: hsl(var(--orange-new-15-hsl)/1);
--orange-new-15-hsl: 21.386 calc(var(--saturation-factor, 1)*87.826%) 77.451%;
--orange-new-16: hsl(var(--orange-new-16-hsl)/1);
--orange-new-16-hsl: 21.714 calc(var(--saturation-factor, 1)*86.777%) 76.275%;
--orange-new-17: hsl(var(--orange-new-17-hsl)/1);
--orange-new-17-hsl: 21.667 calc(var(--saturation-factor, 1)*85.714%) 75.294%;
--orange-new-18: hsl(var(--orange-new-18-hsl)/1);
--orange-new-18-hsl: 21.622 calc(var(--saturation-factor, 1)*84.733%) 74.314%;
--orange-new-19: hsl(var(--orange-new-19-hsl)/1);
--orange-new-19-hsl: 22.105 calc(var(--saturation-factor, 1)*82.609%) 72.941%;
--orange-new-20: hsl(var(--orange-new-20-hsl)/1);
--orange-new-20-hsl: 22.051 calc(var(--saturation-factor, 1)*81.818%) 71.961%;
--orange-new-21: hsl(var(--orange-new-21-hsl)/1);
--orange-new-21-hsl: 22 calc(var(--saturation-factor, 1)*81.081%) 70.98%;
--orange-new-22: hsl(var(--orange-new-22-hsl)/1);
--orange-new-22-hsl: 22.131 calc(var(--saturation-factor, 1)*79.221%) 69.804%;
--orange-new-23: hsl(var(--orange-new-23-hsl)/1);
--orange-new-23-hsl: 22.08 calc(var(--saturation-factor, 1)*78.616%) 68.824%;
--orange-new-24: hsl(var(--orange-new-24-hsl)/1);
--orange-new-24-hsl: 22.205 calc(var(--saturation-factor, 1)*76.97%) 67.647%;
--orange-new-25: hsl(var(--orange-new-25-hsl)/1);
--orange-new-25-hsl: 22.154 calc(var(--saturation-factor, 1)*76.471%) 66.667%;
--orange-new-26: hsl(var(--orange-new-26-hsl)/1);
--orange-new-26-hsl: 22.273 calc(var(--saturation-factor, 1)*75%) 65.49%;
--orange-new-27: hsl(var(--orange-new-27-hsl)/1);
--orange-new-27-hsl: 22.222 calc(var(--saturation-factor, 1)*74.586%) 64.51%;
--orange-new-28: hsl(var(--orange-new-28-hsl)/1);
--orange-new-28-hsl: 22.336 calc(var(--saturation-factor, 1)*73.262%) 63.333%;
--orange-new-29: hsl(var(--orange-new-29-hsl)/1);
--orange-new-29-hsl: 22.174 calc(var(--saturation-factor, 1)*71.875%) 62.353%;
--orange-new-30: hsl(var(--orange-new-30-hsl)/1);
--orange-new-30-hsl: 22.128 calc(var(--saturation-factor, 1)*71.574%) 61.373%;
--orange-new-31: hsl(var(--orange-new-31-hsl)/1);
--orange-new-31-hsl: 22.238 calc(var(--saturation-factor, 1)*70.443%) 60.196%;
--orange-new-32: hsl(var(--orange-new-32-hsl)/1);
--orange-new-32-hsl: 22.345 calc(var(--saturation-factor, 1)*69.378%) 59.02%;
--orange-new-33: hsl(var(--orange-new-33-hsl)/1);
--orange-new-33-hsl: 22.041 calc(var(--saturation-factor, 1)*69.014%) 58.235%;
--orange-new-34: hsl(var(--orange-new-34-hsl)/1);
--orange-new-34-hsl: 22.148 calc(var(--saturation-factor, 1)*68.037%) 57.059%;
--orange-new-35: hsl(var(--orange-new-35-hsl)/1);
--orange-new-35-hsl: 22.252 calc(var(--saturation-factor, 1)*67.111%) 55.882%;
--orange-new-36: hsl(var(--orange-new-36-hsl)/1);
--orange-new-36-hsl: 22.353 calc(var(--saturation-factor, 1)*66.234%) 54.706%;
--orange-new-37: hsl(var(--orange-new-37-hsl)/1);
--orange-new-37-hsl: 22.208 calc(var(--saturation-factor, 1)*65.254%) 53.725%;
--orange-new-38: hsl(var(--orange-new-38-hsl)/1);
--orange-new-38-hsl: 22.166 calc(var(--saturation-factor, 1)*65.145%) 52.745%;
--orange-new-39: hsl(var(--orange-new-39-hsl)/1);
--orange-new-39-hsl: 22.264 calc(var(--saturation-factor, 1)*64.372%) 51.569%;
--orange-new-40: hsl(var(--orange-new-40-hsl)/1);
--orange-new-40-hsl: 22.125 calc(var(--saturation-factor, 1)*63.492%) 50.588%;
--orange-new-41: hsl(var(--orange-new-41-hsl)/1);
--orange-new-41-hsl: 22.222 calc(var(--saturation-factor, 1)*64.286%) 49.412%;
--orange-new-42: hsl(var(--orange-new-42-hsl)/1);
--orange-new-42-hsl: 22.683 calc(var(--saturation-factor, 1)*66.667%) 48.235%;
--orange-new-43: hsl(var(--orange-new-43-hsl)/1);
--orange-new-43-hsl: 22.771 calc(var(--saturation-factor, 1)*69.167%) 47.059%;
--orange-new-44: hsl(var(--orange-new-44-hsl)/1);
--orange-new-44-hsl: 22.857 calc(var(--saturation-factor, 1)*71.795%) 45.882%;
--orange-new-45: hsl(var(--orange-new-45-hsl)/1);
--orange-new-45-hsl: 22.941 calc(var(--saturation-factor, 1)*74.561%) 44.706%;
--orange-new-46: hsl(var(--orange-new-46-hsl)/1);
--orange-new-46-hsl: 23.237 calc(var(--saturation-factor, 1)*78.281%) 43.333%;
--orange-new-47: hsl(var(--orange-new-47-hsl)/1);
--orange-new-47-hsl: 23.523 calc(var(--saturation-factor, 1)*82.243%) 41.961%;
--orange-new-48: hsl(var(--orange-new-48-hsl)/1);
--orange-new-48-hsl: 24 calc(var(--saturation-factor, 1)*87.379%) 40.392%;
--orange-new-49: hsl(var(--orange-new-49-hsl)/1);
--orange-new-49-hsl: 24.649 calc(var(--saturation-factor, 1)*93.909%) 38.627%;
--orange-new-50: hsl(var(--orange-new-50-hsl)/1);
--orange-new-50-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--orange-new-51: hsl(var(--orange-new-51-hsl)/1);
--orange-new-51-hsl: 24.783 calc(var(--saturation-factor, 1)*98.925%) 36.471%;
--orange-new-52: hsl(var(--orange-new-52-hsl)/1);
--orange-new-52-hsl: 24.333 calc(var(--saturation-factor, 1)*97.826%) 36.078%;
--orange-new-53: hsl(var(--orange-new-53-hsl)/1);
--orange-new-53-hsl: 24.343 calc(var(--saturation-factor, 1)*96.685%) 35.49%;
--orange-new-54: hsl(var(--orange-new-54-hsl)/1);
--orange-new-54-hsl: 24.07 calc(var(--saturation-factor, 1)*96.629%) 34.902%;
--orange-new-55: hsl(var(--orange-new-55-hsl)/1);
--orange-new-55-hsl: 23.713 calc(var(--saturation-factor, 1)*95.429%) 34.314%;
--orange-new-56: hsl(var(--orange-new-56-hsl)/1);
--orange-new-56-hsl: 23.558 calc(var(--saturation-factor, 1)*95.322%) 33.529%;
--orange-new-57: hsl(var(--orange-new-57-hsl)/1);
--orange-new-57-hsl: 23.625 calc(var(--saturation-factor, 1)*95.238%) 32.941%;
--orange-new-58: hsl(var(--orange-new-58-hsl)/1);
--orange-new-58-hsl: 23.312 calc(var(--saturation-factor, 1)*95.152%) 32.353%;
--orange-new-59: hsl(var(--orange-new-59-hsl)/1);
--orange-new-59-hsl: 23.137 calc(var(--saturation-factor, 1)*95.031%) 31.569%;
--orange-new-60: hsl(var(--orange-new-60-hsl)/1);
--orange-new-60-hsl: 23.046 calc(var(--saturation-factor, 1)*96.178%) 30.784%;
--orange-new-61: hsl(var(--orange-new-61-hsl)/1);
--orange-new-61-hsl: 22.857 calc(var(--saturation-factor, 1)*96.078%) 30%;
--orange-new-62: hsl(var(--orange-new-62-hsl)/1);
--orange-new-62-hsl: 22.917 calc(var(--saturation-factor, 1)*96%) 29.412%;
--orange-new-63: hsl(var(--orange-new-63-hsl)/1);
--orange-new-63-hsl: 22.817 calc(var(--saturation-factor, 1)*97.26%) 28.627%;
--orange-new-64: hsl(var(--orange-new-64-hsl)/1);
--orange-new-64-hsl: 22.446 calc(var(--saturation-factor, 1)*97.203%) 28.039%;
--orange-new-65: hsl(var(--orange-new-65-hsl)/1);
--orange-new-65-hsl: 22.5 calc(var(--saturation-factor, 1)*98.551%) 27.059%;
--orange-new-66: hsl(var(--orange-new-66-hsl)/1);
--orange-new-66-hsl: 22.105 calc(var(--saturation-factor, 1)*98.519%) 26.471%;
--orange-new-67: hsl(var(--orange-new-67-hsl)/1);
--orange-new-67-hsl: 22.443 calc(var(--saturation-factor, 1)*100%) 25.686%;
--orange-new-68: hsl(var(--orange-new-68-hsl)/1);
--orange-new-68-hsl: 22.031 calc(var(--saturation-factor, 1)*100%) 25.098%;
--orange-new-69: hsl(var(--orange-new-69-hsl)/1);
--orange-new-69-hsl: 21.6 calc(var(--saturation-factor, 1)*100%) 24.51%;
--orange-new-70: hsl(var(--orange-new-70-hsl)/1);
--orange-new-70-hsl: 21.322 calc(var(--saturation-factor, 1)*100%) 23.725%;
--orange-new-71: hsl(var(--orange-new-71-hsl)/1);
--orange-new-71-hsl: 20.847 calc(var(--saturation-factor, 1)*100%) 23.137%;
--orange-new-72: hsl(var(--orange-new-72-hsl)/1);
--orange-new-72-hsl: 20.348 calc(var(--saturation-factor, 1)*100%) 22.549%;
--orange-new-73: hsl(var(--orange-new-73-hsl)/1);
--orange-new-73-hsl: 20.357 calc(var(--saturation-factor, 1)*100%) 21.961%;
--orange-new-74: hsl(var(--orange-new-74-hsl)/1);
--orange-new-74-hsl: 19.817 calc(var(--saturation-factor, 1)*100%) 21.373%;
--orange-new-75: hsl(var(--orange-new-75-hsl)/1);
--orange-new-75-hsl: 19.245 calc(var(--saturation-factor, 1)*100%) 20.784%;
--orange-new-76: hsl(var(--orange-new-76-hsl)/1);
--orange-new-76-hsl: 18.641 calc(var(--saturation-factor, 1)*100%) 20.196%;
--orange-new-77: hsl(var(--orange-new-77-hsl)/1);
--orange-new-77-hsl: 18 calc(var(--saturation-factor, 1)*100%) 19.608%;
--orange-new-78: hsl(var(--orange-new-78-hsl)/1);
--orange-new-78-hsl: 17.32 calc(var(--saturation-factor, 1)*100%) 19.02%;
--orange-new-79: hsl(var(--orange-new-79-hsl)/1);
--orange-new-79-hsl: 16.596 calc(var(--saturation-factor, 1)*100%) 18.431%;
--orange-new-80: hsl(var(--orange-new-80-hsl)/1);
--orange-new-80-hsl: 16.484 calc(var(--saturation-factor, 1)*100%) 17.843%;
--orange-new-81: hsl(var(--orange-new-81-hsl)/1);
--orange-new-81-hsl: 15.682 calc(var(--saturation-factor, 1)*100%) 17.255%;
--orange-new-82: hsl(var(--orange-new-82-hsl)/1);
--orange-new-82-hsl: 14.824 calc(var(--saturation-factor, 1)*100%) 16.667%;
--orange-new-83: hsl(var(--orange-new-83-hsl)/1);
--orange-new-83-hsl: 13.735 calc(var(--saturation-factor, 1)*100%) 16.275%;
--orange-new-84: hsl(var(--orange-new-84-hsl)/1);
--orange-new-84-hsl: 12.75 calc(var(--saturation-factor, 1)*100%) 15.686%;
--orange-new-85: hsl(var(--orange-new-85-hsl)/1);
--orange-new-85-hsl: 11.688 calc(var(--saturation-factor, 1)*100%) 15.098%;
--orange-new-86: hsl(var(--orange-new-86-hsl)/1);
--orange-new-86-hsl: 10.541 calc(var(--saturation-factor, 1)*100%) 14.51%;
--orange-new-87: hsl(var(--orange-new-87-hsl)/1);
--orange-new-87-hsl: 9.296 calc(var(--saturation-factor, 1)*100%) 13.922%;
--orange-new-88: hsl(var(--orange-new-88-hsl)/1);
--orange-new-88-hsl: 7.941 calc(var(--saturation-factor, 1)*100%) 13.333%;
--orange-new-89: hsl(var(--orange-new-89-hsl)/1);
--orange-new-89-hsl: 7.273 calc(var(--saturation-factor, 1)*100%) 12.941%;
--orange-new-90: hsl(var(--orange-new-90-hsl)/1);
--orange-new-90-hsl: 5.714 calc(var(--saturation-factor, 1)*100%) 12.353%;
--orange-new-91: hsl(var(--orange-new-91-hsl)/1);
--orange-new-91-hsl: 4 calc(var(--saturation-factor, 1)*100%) 11.765%;
--orange-new-92: hsl(var(--orange-new-92-hsl)/1);
--orange-new-92-hsl: 3.158 calc(var(--saturation-factor, 1)*100%) 11.176%;
--orange-new-93: hsl(var(--orange-new-93-hsl)/1);
--orange-new-93-hsl: 2.182 calc(var(--saturation-factor, 1)*100%) 10.784%;
--orange-new-94: hsl(var(--orange-new-94-hsl)/1);
--orange-new-94-hsl: 1.154 calc(var(--saturation-factor, 1)*100%) 10.196%;
--orange-new-95: hsl(var(--orange-new-95-hsl)/1);
--orange-new-95-hsl: 358.776 calc(var(--saturation-factor, 1)*100%) 9.608%;
--orange-new-96: hsl(var(--orange-new-96-hsl)/1);
--orange-new-96-hsl: 358.667 calc(var(--saturation-factor, 1)*100%) 8.824%;
--orange-new-97: hsl(var(--orange-new-97-hsl)/1);
--orange-new-97-hsl: 358.537 calc(var(--saturation-factor, 1)*100%) 8.039%;
--orange-new-98: hsl(var(--orange-new-98-hsl)/1);
--orange-new-98-hsl: 356.757 calc(var(--saturation-factor, 1)*100%) 7.255%;
--orange-new-99: hsl(var(--orange-new-99-hsl)/1);
--orange-new-99-hsl: 356.129 calc(var(--saturation-factor, 1)*100%) 6.078%;
--orange-new-100: hsl(var(--orange-new-100-hsl)/1);
--orange-new-100-hsl: 355 calc(var(--saturation-factor, 1)*100%) 4.706%;
--pink-1: hsl(var(--pink-1-hsl)/1);
--pink-1-hsl: 316.5 calc(var(--saturation-factor, 1)*100%) 92.157%;
--pink-2: hsl(var(--pink-2-hsl)/1);
--pink-2-hsl: 316.744 calc(var(--saturation-factor, 1)*100%) 91.569%;
--pink-3: hsl(var(--pink-3-hsl)/1);
--pink-3-hsl: 315.652 calc(var(--saturation-factor, 1)*100%) 90.98%;
--pink-4: hsl(var(--pink-4-hsl)/1);
--pink-4-hsl: 315.918 calc(var(--saturation-factor, 1)*100%) 90.392%;
--pink-5: hsl(var(--pink-5-hsl)/1);
--pink-5-hsl: 315 calc(var(--saturation-factor, 1)*100%) 89.804%;
--pink-6: hsl(var(--pink-6-hsl)/1);
--pink-6-hsl: 315.556 calc(var(--saturation-factor, 1)*100%) 89.412%;
--pink-7: hsl(var(--pink-7-hsl)/1);
--pink-7-hsl: 314.737 calc(var(--saturation-factor, 1)*100%) 88.824%;
--pink-8: hsl(var(--pink-8-hsl)/1);
--pink-8-hsl: 315 calc(var(--saturation-factor, 1)*100%) 88.235%;
--pink-9: hsl(var(--pink-9-hsl)/1);
--pink-9-hsl: 314.516 calc(var(--saturation-factor, 1)*100%) 87.843%;
--pink-10: hsl(var(--pink-10-hsl)/1);
--pink-10-hsl: 314.769 calc(var(--saturation-factor, 1)*100%) 87.255%;
--pink-11: hsl(var(--pink-11-hsl)/1);
--pink-11-hsl: 314.118 calc(var(--saturation-factor, 1)*100%) 86.667%;
--pink-12: hsl(var(--pink-12-hsl)/1);
--pink-12-hsl: 314.366 calc(var(--saturation-factor, 1)*100%) 86.078%;
--pink-13: hsl(var(--pink-13-hsl)/1);
--pink-13-hsl: 314.795 calc(var(--saturation-factor, 1)*100%) 85.686%;
--pink-14: hsl(var(--pink-14-hsl)/1);
--pink-14-hsl: 315 calc(var(--saturation-factor, 1)*100%) 85.098%;
--pink-15: hsl(var(--pink-15-hsl)/1);
--pink-15-hsl: 314.615 calc(var(--saturation-factor, 1)*100%) 84.706%;
--pink-16: hsl(var(--pink-16-hsl)/1);
--pink-16-hsl: 314.815 calc(var(--saturation-factor, 1)*100%) 84.118%;
--pink-17: hsl(var(--pink-17-hsl)/1);
--pink-17-hsl: 315.181 calc(var(--saturation-factor, 1)*100%) 83.725%;
--pink-18: hsl(var(--pink-18-hsl)/1);
--pink-18-hsl: 315.349 calc(var(--saturation-factor, 1)*100%) 83.137%;
--pink-19: hsl(var(--pink-19-hsl)/1);
--pink-19-hsl: 315 calc(var(--saturation-factor, 1)*100%) 82.745%;
--pink-20: hsl(var(--pink-20-hsl)/1);
--pink-20-hsl: 315.165 calc(var(--saturation-factor, 1)*100%) 82.157%;
--pink-21: hsl(var(--pink-21-hsl)/1);
--pink-21-hsl: 315.319 calc(var(--saturation-factor, 1)*100%) 81.569%;
--pink-22: hsl(var(--pink-22-hsl)/1);
--pink-22-hsl: 315 calc(var(--saturation-factor, 1)*100%) 81.176%;
--pink-23: hsl(var(--pink-23-hsl)/1);
--pink-23-hsl: 315.152 calc(var(--saturation-factor, 1)*100%) 80.588%;
--pink-24: hsl(var(--pink-24-hsl)/1);
--pink-24-hsl: 315.294 calc(var(--saturation-factor, 1)*100%) 80%;
--pink-25: hsl(var(--pink-25-hsl)/1);
--pink-25-hsl: 315 calc(var(--saturation-factor, 1)*100%) 79.608%;
--pink-26: hsl(var(--pink-26-hsl)/1);
--pink-26-hsl: 315.14 calc(var(--saturation-factor, 1)*100%) 79.02%;
--pink-27: hsl(var(--pink-27-hsl)/1);
--pink-27-hsl: 315.273 calc(var(--saturation-factor, 1)*100%) 78.431%;
--pink-28: hsl(var(--pink-28-hsl)/1);
--pink-28-hsl: 314.867 calc(var(--saturation-factor, 1)*100%) 77.843%;
--pink-29: hsl(var(--pink-29-hsl)/1);
--pink-29-hsl: 315 calc(var(--saturation-factor, 1)*100%) 77.255%;
--pink-30: hsl(var(--pink-30-hsl)/1);
--pink-30-hsl: 315.126 calc(var(--saturation-factor, 1)*100%) 76.667%;
--pink-31: hsl(var(--pink-31-hsl)/1);
--pink-31-hsl: 315.372 calc(var(--saturation-factor, 1)*100%) 76.275%;
--pink-32: hsl(var(--pink-32-hsl)/1);
--pink-32-hsl: 315 calc(var(--saturation-factor, 1)*100%) 75.686%;
--pink-33: hsl(var(--pink-33-hsl)/1);
--pink-33-hsl: 315.118 calc(var(--saturation-factor, 1)*100%) 75.098%;
--pink-34: hsl(var(--pink-34-hsl)/1);
--pink-34-hsl: 315.231 calc(var(--saturation-factor, 1)*100%) 74.51%;
--pink-35: hsl(var(--pink-35-hsl)/1);
--pink-35-hsl: 315.455 calc(var(--saturation-factor, 1)*100%) 74.118%;
--pink-36: hsl(var(--pink-36-hsl)/1);
--pink-36-hsl: 315.111 calc(var(--saturation-factor, 1)*100%) 73.529%;
--pink-37: hsl(var(--pink-37-hsl)/1);
--pink-37-hsl: 315.217 calc(var(--saturation-factor, 1)*100%) 72.941%;
--pink-38: hsl(var(--pink-38-hsl)/1);
--pink-38-hsl: 315.319 calc(var(--saturation-factor, 1)*100%) 72.353%;
--pink-39: hsl(var(--pink-39-hsl)/1);
--pink-39-hsl: 315.417 calc(var(--saturation-factor, 1)*100%) 71.765%;
--pink-40: hsl(var(--pink-40-hsl)/1);
--pink-40-hsl: 315.51 calc(var(--saturation-factor, 1)*100%) 71.176%;
--pink-41: hsl(var(--pink-41-hsl)/1);
--pink-41-hsl: 315.2 calc(var(--saturation-factor, 1)*100%) 70.588%;
--pink-42: hsl(var(--pink-42-hsl)/1);
--pink-42-hsl: 315.294 calc(var(--saturation-factor, 1)*100%) 70%;
--pink-43: hsl(var(--pink-43-hsl)/1);
--pink-43-hsl: 315.385 calc(var(--saturation-factor, 1)*100%) 69.412%;
--pink-44: hsl(var(--pink-44-hsl)/1);
--pink-44-hsl: 315.472 calc(var(--saturation-factor, 1)*100%) 68.824%;
--pink-45: hsl(var(--pink-45-hsl)/1);
--pink-45-hsl: 315.185 calc(var(--saturation-factor, 1)*100%) 68.235%;
--pink-46: hsl(var(--pink-46-hsl)/1);
--pink-46-hsl: 315.181 calc(var(--saturation-factor, 1)*100%) 67.451%;
--pink-47: hsl(var(--pink-47-hsl)/1);
--pink-47-hsl: 315.266 calc(var(--saturation-factor, 1)*100%) 66.863%;
--pink-48: hsl(var(--pink-48-hsl)/1);
--pink-48-hsl: 315.349 calc(var(--saturation-factor, 1)*100%) 66.275%;
--pink-49: hsl(var(--pink-49-hsl)/1);
--pink-49-hsl: 315 calc(var(--saturation-factor, 1)*100%) 65.49%;
--pink-50: hsl(var(--pink-50-hsl)/1);
--pink-50-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--pink-51: hsl(var(--pink-51-hsl)/1);
--pink-51-hsl: 315.341 calc(var(--saturation-factor, 1)*94.624%) 63.529%;
--pink-52: hsl(var(--pink-52-hsl)/1);
--pink-52-hsl: 315.349 calc(var(--saturation-factor, 1)*89.583%) 62.353%;
--pink-53: hsl(var(--pink-53-hsl)/1);
--pink-53-hsl: 315.357 calc(var(--saturation-factor, 1)*84%) 60.784%;
--pink-54: hsl(var(--pink-54-hsl)/1);
--pink-54-hsl: 315.366 calc(var(--saturation-factor, 1)*79.612%) 59.608%;
--pink-55: hsl(var(--pink-55-hsl)/1);
--pink-55-hsl: 315.375 calc(var(--saturation-factor, 1)*74.766%) 58.039%;
--pink-56: hsl(var(--pink-56-hsl)/1);
--pink-56-hsl: 315.287 calc(var(--saturation-factor, 1)*71.041%) 56.667%;
--pink-57: hsl(var(--pink-57-hsl)/1);
--pink-57-hsl: 315.294 calc(var(--saturation-factor, 1)*67.401%) 55.49%;
--pink-58: hsl(var(--pink-58-hsl)/1);
--pink-58-hsl: 315.6 calc(var(--saturation-factor, 1)*64.103%) 54.118%;
--pink-59: hsl(var(--pink-59-hsl)/1);
--pink-59-hsl: 315.51 calc(var(--saturation-factor, 1)*60.996%) 52.745%;
--pink-60: hsl(var(--pink-60-hsl)/1);
--pink-60-hsl: 315.417 calc(var(--saturation-factor, 1)*58.065%) 51.373%;
--pink-61: hsl(var(--pink-61-hsl)/1);
--pink-61-hsl: 315.319 calc(var(--saturation-factor, 1)*55.294%) 50%;
--pink-62: hsl(var(--pink-62-hsl)/1);
--pink-62-hsl: 315.766 calc(var(--saturation-factor, 1)*55.02%) 48.824%;
--pink-63: hsl(var(--pink-63-hsl)/1);
--pink-63-hsl: 315.672 calc(var(--saturation-factor, 1)*55.372%) 47.451%;
--pink-64: hsl(var(--pink-64-hsl)/1);
--pink-64-hsl: 315.573 calc(var(--saturation-factor, 1)*55.745%) 46.078%;
--pink-65: hsl(var(--pink-65-hsl)/1);
--pink-65-hsl: 315.469 calc(var(--saturation-factor, 1)*56.14%) 44.706%;
--pink-66: hsl(var(--pink-66-hsl)/1);
--pink-66-hsl: 315.714 calc(var(--saturation-factor, 1)*56.757%) 43.529%;
--pink-67: hsl(var(--pink-67-hsl)/1);
--pink-67-hsl: 315.61 calc(var(--saturation-factor, 1)*57.209%) 42.157%;
--pink-68: hsl(var(--pink-68-hsl)/1);
--pink-68-hsl: 315.372 calc(var(--saturation-factor, 1)*58.454%) 40.588%;
--pink-69: hsl(var(--pink-69-hsl)/1);
--pink-69-hsl: 315.126 calc(var(--saturation-factor, 1)*59.204%) 39.412%;
--pink-70: hsl(var(--pink-70-hsl)/1);
--pink-70-hsl: 315 calc(var(--saturation-factor, 1)*59.794%) 38.039%;
--pink-71: hsl(var(--pink-71-hsl)/1);
--pink-71-hsl: 315.263 calc(var(--saturation-factor, 1)*60.638%) 36.863%;
--pink-72: hsl(var(--pink-72-hsl)/1);
--pink-72-hsl: 315.135 calc(var(--saturation-factor, 1)*61.326%) 35.49%;
--pink-73: hsl(var(--pink-73-hsl)/1);
--pink-73-hsl: 315.413 calc(var(--saturation-factor, 1)*62.286%) 34.314%;
--pink-74: hsl(var(--pink-74-hsl)/1);
--pink-74-hsl: 315.283 calc(var(--saturation-factor, 1)*63.095%) 32.941%;
--pink-75: hsl(var(--pink-75-hsl)/1);
--pink-75-hsl: 315 calc(var(--saturation-factor, 1)*64.198%) 31.765%;
--pink-76: hsl(var(--pink-76-hsl)/1);
--pink-76-hsl: 314.851 calc(var(--saturation-factor, 1)*65.161%) 30.392%;
--pink-77: hsl(var(--pink-77-hsl)/1);
--pink-77-hsl: 315 calc(var(--saturation-factor, 1)*67.568%) 29.02%;
--pink-78: hsl(var(--pink-78-hsl)/1);
--pink-78-hsl: 314.694 calc(var(--saturation-factor, 1)*69.014%) 27.843%;
--pink-79: hsl(var(--pink-79-hsl)/1);
--pink-79-hsl: 314.526 calc(var(--saturation-factor, 1)*70.37%) 26.471%;
--pink-80: hsl(var(--pink-80-hsl)/1);
--pink-80-hsl: 314.839 calc(var(--saturation-factor, 1)*72.093%) 25.294%;
--pink-81: hsl(var(--pink-81-hsl)/1);
--pink-81-hsl: 314.505 calc(var(--saturation-factor, 1)*73.984%) 24.118%;
--pink-82: hsl(var(--pink-82-hsl)/1);
--pink-82-hsl: 314.157 calc(var(--saturation-factor, 1)*77.391%) 22.549%;
--pink-83: hsl(var(--pink-83-hsl)/1);
--pink-83-hsl: 313.793 calc(var(--saturation-factor, 1)*79.817%) 21.373%;
--pink-84: hsl(var(--pink-84-hsl)/1);
--pink-84-hsl: 314.118 calc(var(--saturation-factor, 1)*82.524%) 20.196%;
--pink-85: hsl(var(--pink-85-hsl)/1);
--pink-85-hsl: 313.735 calc(var(--saturation-factor, 1)*85.567%) 19.02%;
--pink-86: hsl(var(--pink-86-hsl)/1);
--pink-86-hsl: 314.074 calc(var(--saturation-factor, 1)*89.011%) 17.843%;
--pink-87: hsl(var(--pink-87-hsl)/1);
--pink-87-hsl: 313.671 calc(var(--saturation-factor, 1)*92.941%) 16.667%;
--pink-88: hsl(var(--pink-88-hsl)/1);
--pink-88-hsl: 313.421 calc(var(--saturation-factor, 1)*95%) 15.686%;
--pink-89: hsl(var(--pink-89-hsl)/1);
--pink-89-hsl: 313.973 calc(var(--saturation-factor, 1)*97.333%) 14.706%;
--pink-90: hsl(var(--pink-90-hsl)/1);
--pink-90-hsl: 313.714 calc(var(--saturation-factor, 1)*100%) 13.725%;
--pink-91: hsl(var(--pink-91-hsl)/1);
--pink-91-hsl: 313.636 calc(var(--saturation-factor, 1)*100%) 12.941%;
--pink-92: hsl(var(--pink-92-hsl)/1);
--pink-92-hsl: 314.516 calc(var(--saturation-factor, 1)*100%) 12.157%;
--pink-93: hsl(var(--pink-93-hsl)/1);
--pink-93-hsl: 314.483 calc(var(--saturation-factor, 1)*100%) 11.373%;
--pink-94: hsl(var(--pink-94-hsl)/1);
--pink-94-hsl: 314.444 calc(var(--saturation-factor, 1)*100%) 10.588%;
--pink-95: hsl(var(--pink-95-hsl)/1);
--pink-95-hsl: 315.6 calc(var(--saturation-factor, 1)*100%) 9.804%;
--pink-96: hsl(var(--pink-96-hsl)/1);
--pink-96-hsl: 314.667 calc(var(--saturation-factor, 1)*100%) 8.824%;
--pink-97: hsl(var(--pink-97-hsl)/1);
--pink-97-hsl: 316.5 calc(var(--saturation-factor, 1)*100%) 7.843%;
--pink-98: hsl(var(--pink-98-hsl)/1);
--pink-98-hsl: 316.364 calc(var(--saturation-factor, 1)*100%) 6.471%;
--pink-99: hsl(var(--pink-99-hsl)/1);
--pink-99-hsl: 319.2 calc(var(--saturation-factor, 1)*100%) 4.902%;
--pink-100: hsl(var(--pink-100-hsl)/1);
--pink-100-hsl: 327.273 calc(var(--saturation-factor, 1)*100%) 2.157%;
--opacity-1: hsl(var(--opacity-1-hsl)/0.0196078431372549);
--opacity-1-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-4: hsl(var(--opacity-4-hsl)/0.0392156862745098);
--opacity-4-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-8: hsl(var(--opacity-8-hsl)/0.0784313725490196);
--opacity-8-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-12: hsl(var(--opacity-12-hsl)/0.12156862745098039);
--opacity-12-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-16: hsl(var(--opacity-16-hsl)/0.1607843137254902);
--opacity-16-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-20: hsl(var(--opacity-20-hsl)/0.2);
--opacity-20-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-24: hsl(var(--opacity-24-hsl)/0.23921568627450981);
--opacity-24-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-28: hsl(var(--opacity-28-hsl)/0.2784313725490196);
--opacity-28-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-32: hsl(var(--opacity-32-hsl)/0.3215686274509804);
--opacity-32-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-36: hsl(var(--opacity-36-hsl)/0.3607843137254902);
--opacity-36-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-40: hsl(var(--opacity-40-hsl)/0.4);
--opacity-40-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-44: hsl(var(--opacity-44-hsl)/0.4392156862745098);
--opacity-44-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-48: hsl(var(--opacity-48-hsl)/0.47843137254901963);
--opacity-48-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-52: hsl(var(--opacity-52-hsl)/0.5215686274509804);
--opacity-52-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-56: hsl(var(--opacity-56-hsl)/0.5607843137254902);
--opacity-56-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-60: hsl(var(--opacity-60-hsl)/0.6);
--opacity-60-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-64: hsl(var(--opacity-64-hsl)/0.6392156862745098);
--opacity-64-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-68: hsl(var(--opacity-68-hsl)/0.6784313725490196);
--opacity-68-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-72: hsl(var(--opacity-72-hsl)/0.7215686274509804);
--opacity-72-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-76: hsl(var(--opacity-76-hsl)/0.7607843137254902);
--opacity-76-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-80: hsl(var(--opacity-80-hsl)/0.8);
--opacity-80-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-84: hsl(var(--opacity-84-hsl)/0.8392156862745098);
--opacity-84-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-88: hsl(var(--opacity-88-hsl)/0.8784313725490196);
--opacity-88-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-92: hsl(var(--opacity-92-hsl)/0.9215686274509803);
--opacity-92-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-96: hsl(var(--opacity-96-hsl)/0.9607843137254902);
--opacity-96-hsl: 240 calc(var(--saturation-factor, 1)*4%) 60.784%;
--opacity-blue-1: hsl(var(--opacity-blue-1-hsl)/0.0196078431372549);
--opacity-blue-1-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-4: hsl(var(--opacity-blue-4-hsl)/0.0392156862745098);
--opacity-blue-4-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-8: hsl(var(--opacity-blue-8-hsl)/0.0784313725490196);
--opacity-blue-8-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-12: hsl(var(--opacity-blue-12-hsl)/0.12156862745098039);
--opacity-blue-12-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-16: hsl(var(--opacity-blue-16-hsl)/0.1607843137254902);
--opacity-blue-16-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-20: hsl(var(--opacity-blue-20-hsl)/0.2);
--opacity-blue-20-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-24: hsl(var(--opacity-blue-24-hsl)/0.23921568627450981);
--opacity-blue-24-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-28: hsl(var(--opacity-blue-28-hsl)/0.2784313725490196);
--opacity-blue-28-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-32: hsl(var(--opacity-blue-32-hsl)/0.3215686274509804);
--opacity-blue-32-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-36: hsl(var(--opacity-blue-36-hsl)/0.3607843137254902);
--opacity-blue-36-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-40: hsl(var(--opacity-blue-40-hsl)/0.4);
--opacity-blue-40-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-44: hsl(var(--opacity-blue-44-hsl)/0.4392156862745098);
--opacity-blue-44-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-48: hsl(var(--opacity-blue-48-hsl)/0.47843137254901963);
--opacity-blue-48-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-52: hsl(var(--opacity-blue-52-hsl)/0.5215686274509804);
--opacity-blue-52-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-56: hsl(var(--opacity-blue-56-hsl)/0.5607843137254902);
--opacity-blue-56-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-60: hsl(var(--opacity-blue-60-hsl)/0.6);
--opacity-blue-60-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-64: hsl(var(--opacity-blue-64-hsl)/0.6392156862745098);
--opacity-blue-64-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-68: hsl(var(--opacity-blue-68-hsl)/0.6784313725490196);
--opacity-blue-68-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-72: hsl(var(--opacity-blue-72-hsl)/0.7215686274509804);
--opacity-blue-72-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-76: hsl(var(--opacity-blue-76-hsl)/0.7607843137254902);
--opacity-blue-76-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-80: hsl(var(--opacity-blue-80-hsl)/0.8);
--opacity-blue-80-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-84: hsl(var(--opacity-blue-84-hsl)/0.8392156862745098);
--opacity-blue-84-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-88: hsl(var(--opacity-blue-88-hsl)/0.8784313725490196);
--opacity-blue-88-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-92: hsl(var(--opacity-blue-92-hsl)/0.9215686274509803);
--opacity-blue-92-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-96: hsl(var(--opacity-blue-96-hsl)/0.9607843137254902);
--opacity-blue-96-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blurple-1: hsl(var(--opacity-blurple-1-hsl)/0.0196078431372549);
--opacity-blurple-1-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-4: hsl(var(--opacity-blurple-4-hsl)/0.0392156862745098);
--opacity-blurple-4-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-8: hsl(var(--opacity-blurple-8-hsl)/0.0784313725490196);
--opacity-blurple-8-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-12: hsl(var(--opacity-blurple-12-hsl)/0.12156862745098039);
--opacity-blurple-12-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-16: hsl(var(--opacity-blurple-16-hsl)/0.1607843137254902);
--opacity-blurple-16-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-20: hsl(var(--opacity-blurple-20-hsl)/0.2);
--opacity-blurple-20-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-24: hsl(var(--opacity-blurple-24-hsl)/0.23921568627450981);
--opacity-blurple-24-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-28: hsl(var(--opacity-blurple-28-hsl)/0.2784313725490196);
--opacity-blurple-28-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-32: hsl(var(--opacity-blurple-32-hsl)/0.3215686274509804);
--opacity-blurple-32-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-36: hsl(var(--opacity-blurple-36-hsl)/0.3607843137254902);
--opacity-blurple-36-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-40: hsl(var(--opacity-blurple-40-hsl)/0.4);
--opacity-blurple-40-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-44: hsl(var(--opacity-blurple-44-hsl)/0.4392156862745098);
--opacity-blurple-44-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-48: hsl(var(--opacity-blurple-48-hsl)/0.47843137254901963);
--opacity-blurple-48-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-52: hsl(var(--opacity-blurple-52-hsl)/0.5215686274509804);
--opacity-blurple-52-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-56: hsl(var(--opacity-blurple-56-hsl)/0.5607843137254902);
--opacity-blurple-56-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-60: hsl(var(--opacity-blurple-60-hsl)/0.6);
--opacity-blurple-60-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-64: hsl(var(--opacity-blurple-64-hsl)/0.6392156862745098);
--opacity-blurple-64-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-68: hsl(var(--opacity-blurple-68-hsl)/0.6784313725490196);
--opacity-blurple-68-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-72: hsl(var(--opacity-blurple-72-hsl)/0.7215686274509804);
--opacity-blurple-72-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-76: hsl(var(--opacity-blurple-76-hsl)/0.7607843137254902);
--opacity-blurple-76-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-80: hsl(var(--opacity-blurple-80-hsl)/0.8);
--opacity-blurple-80-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-84: hsl(var(--opacity-blurple-84-hsl)/0.8392156862745098);
--opacity-blurple-84-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-88: hsl(var(--opacity-blurple-88-hsl)/0.8784313725490196);
--opacity-blurple-88-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-92: hsl(var(--opacity-blurple-92-hsl)/0.9215686274509803);
--opacity-blurple-92-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-blurple-96: hsl(var(--opacity-blurple-96-hsl)/0.9607843137254902);
--opacity-blurple-96-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--opacity-green-1: hsl(var(--opacity-green-1-hsl)/0.0196078431372549);
--opacity-green-1-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-4: hsl(var(--opacity-green-4-hsl)/0.0392156862745098);
--opacity-green-4-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-8: hsl(var(--opacity-green-8-hsl)/0.0784313725490196);
--opacity-green-8-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-12: hsl(var(--opacity-green-12-hsl)/0.12156862745098039);
--opacity-green-12-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-16: hsl(var(--opacity-green-16-hsl)/0.1607843137254902);
--opacity-green-16-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-20: hsl(var(--opacity-green-20-hsl)/0.2);
--opacity-green-20-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-24: hsl(var(--opacity-green-24-hsl)/0.23921568627450981);
--opacity-green-24-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-28: hsl(var(--opacity-green-28-hsl)/0.2784313725490196);
--opacity-green-28-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-32: hsl(var(--opacity-green-32-hsl)/0.3215686274509804);
--opacity-green-32-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-36: hsl(var(--opacity-green-36-hsl)/0.3607843137254902);
--opacity-green-36-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-40: hsl(var(--opacity-green-40-hsl)/0.4);
--opacity-green-40-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-44: hsl(var(--opacity-green-44-hsl)/0.4392156862745098);
--opacity-green-44-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-48: hsl(var(--opacity-green-48-hsl)/0.47843137254901963);
--opacity-green-48-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-52: hsl(var(--opacity-green-52-hsl)/0.5215686274509804);
--opacity-green-52-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-56: hsl(var(--opacity-green-56-hsl)/0.5607843137254902);
--opacity-green-56-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-60: hsl(var(--opacity-green-60-hsl)/0.6);
--opacity-green-60-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-64: hsl(var(--opacity-green-64-hsl)/0.6392156862745098);
--opacity-green-64-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-68: hsl(var(--opacity-green-68-hsl)/0.6784313725490196);
--opacity-green-68-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-72: hsl(var(--opacity-green-72-hsl)/0.7215686274509804);
--opacity-green-72-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-76: hsl(var(--opacity-green-76-hsl)/0.7607843137254902);
--opacity-green-76-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-80: hsl(var(--opacity-green-80-hsl)/0.8);
--opacity-green-80-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-84: hsl(var(--opacity-green-84-hsl)/0.8392156862745098);
--opacity-green-84-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-88: hsl(var(--opacity-green-88-hsl)/0.8784313725490196);
--opacity-green-88-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-92: hsl(var(--opacity-green-92-hsl)/0.9215686274509803);
--opacity-green-92-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-96: hsl(var(--opacity-green-96-hsl)/0.9607843137254902);
--opacity-green-96-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-red-1: hsl(var(--opacity-red-1-hsl)/0.0196078431372549);
--opacity-red-1-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-4: hsl(var(--opacity-red-4-hsl)/0.0392156862745098);
--opacity-red-4-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-8: hsl(var(--opacity-red-8-hsl)/0.0784313725490196);
--opacity-red-8-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-12: hsl(var(--opacity-red-12-hsl)/0.12156862745098039);
--opacity-red-12-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-16: hsl(var(--opacity-red-16-hsl)/0.1607843137254902);
--opacity-red-16-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-20: hsl(var(--opacity-red-20-hsl)/0.2);
--opacity-red-20-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-24: hsl(var(--opacity-red-24-hsl)/0.23921568627450981);
--opacity-red-24-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-28: hsl(var(--opacity-red-28-hsl)/0.2784313725490196);
--opacity-red-28-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-32: hsl(var(--opacity-red-32-hsl)/0.3215686274509804);
--opacity-red-32-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-36: hsl(var(--opacity-red-36-hsl)/0.3607843137254902);
--opacity-red-36-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-40: hsl(var(--opacity-red-40-hsl)/0.4);
--opacity-red-40-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-44: hsl(var(--opacity-red-44-hsl)/0.4392156862745098);
--opacity-red-44-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-48: hsl(var(--opacity-red-48-hsl)/0.47843137254901963);
--opacity-red-48-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-52: hsl(var(--opacity-red-52-hsl)/0.5215686274509804);
--opacity-red-52-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-56: hsl(var(--opacity-red-56-hsl)/0.5607843137254902);
--opacity-red-56-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-60: hsl(var(--opacity-red-60-hsl)/0.6);
--opacity-red-60-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-64: hsl(var(--opacity-red-64-hsl)/0.6392156862745098);
--opacity-red-64-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-68: hsl(var(--opacity-red-68-hsl)/0.6784313725490196);
--opacity-red-68-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-72: hsl(var(--opacity-red-72-hsl)/0.7215686274509804);
--opacity-red-72-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-76: hsl(var(--opacity-red-76-hsl)/0.7607843137254902);
--opacity-red-76-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-80: hsl(var(--opacity-red-80-hsl)/0.8);
--opacity-red-80-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-84: hsl(var(--opacity-red-84-hsl)/0.8392156862745098);
--opacity-red-84-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-88: hsl(var(--opacity-red-88-hsl)/0.8784313725490196);
--opacity-red-88-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-92: hsl(var(--opacity-red-92-hsl)/0.9215686274509803);
--opacity-red-92-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-96: hsl(var(--opacity-red-96-hsl)/0.9607843137254902);
--opacity-red-96-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-teal-1: hsl(var(--opacity-teal-1-hsl)/0.0196078431372549);
--opacity-teal-1-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-4: hsl(var(--opacity-teal-4-hsl)/0.0392156862745098);
--opacity-teal-4-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-8: hsl(var(--opacity-teal-8-hsl)/0.0784313725490196);
--opacity-teal-8-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-12: hsl(var(--opacity-teal-12-hsl)/0.12156862745098039);
--opacity-teal-12-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-16: hsl(var(--opacity-teal-16-hsl)/0.1607843137254902);
--opacity-teal-16-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-20: hsl(var(--opacity-teal-20-hsl)/0.2);
--opacity-teal-20-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-24: hsl(var(--opacity-teal-24-hsl)/0.23921568627450981);
--opacity-teal-24-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-28: hsl(var(--opacity-teal-28-hsl)/0.2784313725490196);
--opacity-teal-28-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-32: hsl(var(--opacity-teal-32-hsl)/0.3215686274509804);
--opacity-teal-32-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-36: hsl(var(--opacity-teal-36-hsl)/0.3607843137254902);
--opacity-teal-36-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-40: hsl(var(--opacity-teal-40-hsl)/0.4);
--opacity-teal-40-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-44: hsl(var(--opacity-teal-44-hsl)/0.4392156862745098);
--opacity-teal-44-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-48: hsl(var(--opacity-teal-48-hsl)/0.47843137254901963);
--opacity-teal-48-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-52: hsl(var(--opacity-teal-52-hsl)/0.5215686274509804);
--opacity-teal-52-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-56: hsl(var(--opacity-teal-56-hsl)/0.5607843137254902);
--opacity-teal-56-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-60: hsl(var(--opacity-teal-60-hsl)/0.6);
--opacity-teal-60-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-64: hsl(var(--opacity-teal-64-hsl)/0.6392156862745098);
--opacity-teal-64-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-68: hsl(var(--opacity-teal-68-hsl)/0.6784313725490196);
--opacity-teal-68-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-72: hsl(var(--opacity-teal-72-hsl)/0.7215686274509804);
--opacity-teal-72-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-76: hsl(var(--opacity-teal-76-hsl)/0.7607843137254902);
--opacity-teal-76-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-80: hsl(var(--opacity-teal-80-hsl)/0.8);
--opacity-teal-80-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-84: hsl(var(--opacity-teal-84-hsl)/0.8392156862745098);
--opacity-teal-84-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-88: hsl(var(--opacity-teal-88-hsl)/0.8784313725490196);
--opacity-teal-88-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-92: hsl(var(--opacity-teal-92-hsl)/0.9215686274509803);
--opacity-teal-92-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-teal-96: hsl(var(--opacity-teal-96-hsl)/0.9607843137254902);
--opacity-teal-96-hsl: 184.615 calc(var(--saturation-factor, 1)*100%) 28.039%;
--opacity-yellow-1: hsl(var(--opacity-yellow-1-hsl)/0.0196078431372549);
--opacity-yellow-1-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-4: hsl(var(--opacity-yellow-4-hsl)/0.0392156862745098);
--opacity-yellow-4-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-8: hsl(var(--opacity-yellow-8-hsl)/0.0784313725490196);
--opacity-yellow-8-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-12: hsl(var(--opacity-yellow-12-hsl)/0.12156862745098039);
--opacity-yellow-12-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-16: hsl(var(--opacity-yellow-16-hsl)/0.1607843137254902);
--opacity-yellow-16-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-20: hsl(var(--opacity-yellow-20-hsl)/0.2);
--opacity-yellow-20-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-24: hsl(var(--opacity-yellow-24-hsl)/0.23921568627450981);
--opacity-yellow-24-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-28: hsl(var(--opacity-yellow-28-hsl)/0.2784313725490196);
--opacity-yellow-28-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-32: hsl(var(--opacity-yellow-32-hsl)/0.3215686274509804);
--opacity-yellow-32-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-36: hsl(var(--opacity-yellow-36-hsl)/0.3607843137254902);
--opacity-yellow-36-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-40: hsl(var(--opacity-yellow-40-hsl)/0.4);
--opacity-yellow-40-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-44: hsl(var(--opacity-yellow-44-hsl)/0.4392156862745098);
--opacity-yellow-44-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-48: hsl(var(--opacity-yellow-48-hsl)/0.47843137254901963);
--opacity-yellow-48-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-52: hsl(var(--opacity-yellow-52-hsl)/0.5215686274509804);
--opacity-yellow-52-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-56: hsl(var(--opacity-yellow-56-hsl)/0.5607843137254902);
--opacity-yellow-56-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-60: hsl(var(--opacity-yellow-60-hsl)/0.6);
--opacity-yellow-60-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-64: hsl(var(--opacity-yellow-64-hsl)/0.6392156862745098);
--opacity-yellow-64-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-68: hsl(var(--opacity-yellow-68-hsl)/0.6784313725490196);
--opacity-yellow-68-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-72: hsl(var(--opacity-yellow-72-hsl)/0.7215686274509804);
--opacity-yellow-72-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-76: hsl(var(--opacity-yellow-76-hsl)/0.7607843137254902);
--opacity-yellow-76-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-80: hsl(var(--opacity-yellow-80-hsl)/0.8);
--opacity-yellow-80-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-84: hsl(var(--opacity-yellow-84-hsl)/0.8392156862745098);
--opacity-yellow-84-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-88: hsl(var(--opacity-yellow-88-hsl)/0.8784313725490196);
--opacity-yellow-88-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-92: hsl(var(--opacity-yellow-92-hsl)/0.9215686274509803);
--opacity-yellow-92-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-96: hsl(var(--opacity-yellow-96-hsl)/0.9607843137254902);
--opacity-yellow-96-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-orange-1: hsl(var(--opacity-orange-1-hsl)/0.0196078431372549);
--opacity-orange-1-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-4: hsl(var(--opacity-orange-4-hsl)/0.0392156862745098);
--opacity-orange-4-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-8: hsl(var(--opacity-orange-8-hsl)/0.0784313725490196);
--opacity-orange-8-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-12: hsl(var(--opacity-orange-12-hsl)/0.12156862745098039);
--opacity-orange-12-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-16: hsl(var(--opacity-orange-16-hsl)/0.1607843137254902);
--opacity-orange-16-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-20: hsl(var(--opacity-orange-20-hsl)/0.2);
--opacity-orange-20-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-24: hsl(var(--opacity-orange-24-hsl)/0.23921568627450981);
--opacity-orange-24-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-28: hsl(var(--opacity-orange-28-hsl)/0.2784313725490196);
--opacity-orange-28-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-32: hsl(var(--opacity-orange-32-hsl)/0.3215686274509804);
--opacity-orange-32-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-36: hsl(var(--opacity-orange-36-hsl)/0.3607843137254902);
--opacity-orange-36-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-40: hsl(var(--opacity-orange-40-hsl)/0.4);
--opacity-orange-40-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-44: hsl(var(--opacity-orange-44-hsl)/0.4392156862745098);
--opacity-orange-44-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-48: hsl(var(--opacity-orange-48-hsl)/0.47843137254901963);
--opacity-orange-48-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-52: hsl(var(--opacity-orange-52-hsl)/0.5215686274509804);
--opacity-orange-52-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-56: hsl(var(--opacity-orange-56-hsl)/0.5607843137254902);
--opacity-orange-56-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-60: hsl(var(--opacity-orange-60-hsl)/0.6);
--opacity-orange-60-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-64: hsl(var(--opacity-orange-64-hsl)/0.6392156862745098);
--opacity-orange-64-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-68: hsl(var(--opacity-orange-68-hsl)/0.6784313725490196);
--opacity-orange-68-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-72: hsl(var(--opacity-orange-72-hsl)/0.7215686274509804);
--opacity-orange-72-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-76: hsl(var(--opacity-orange-76-hsl)/0.7607843137254902);
--opacity-orange-76-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-80: hsl(var(--opacity-orange-80-hsl)/0.8);
--opacity-orange-80-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-84: hsl(var(--opacity-orange-84-hsl)/0.8392156862745098);
--opacity-orange-84-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-88: hsl(var(--opacity-orange-88-hsl)/0.8784313725490196);
--opacity-orange-88-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-92: hsl(var(--opacity-orange-92-hsl)/0.9215686274509803);
--opacity-orange-92-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-orange-96: hsl(var(--opacity-orange-96-hsl)/0.9607843137254902);
--opacity-orange-96-hsl: 25.079 calc(var(--saturation-factor, 1)*100%) 37.059%;
--opacity-pink-1: hsl(var(--opacity-pink-1-hsl)/0.0196078431372549);
--opacity-pink-1-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-4: hsl(var(--opacity-pink-4-hsl)/0.0392156862745098);
--opacity-pink-4-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-8: hsl(var(--opacity-pink-8-hsl)/0.0784313725490196);
--opacity-pink-8-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-12: hsl(var(--opacity-pink-12-hsl)/0.12156862745098039);
--opacity-pink-12-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-16: hsl(var(--opacity-pink-16-hsl)/0.1607843137254902);
--opacity-pink-16-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-20: hsl(var(--opacity-pink-20-hsl)/0.2);
--opacity-pink-20-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-24: hsl(var(--opacity-pink-24-hsl)/0.23921568627450981);
--opacity-pink-24-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-28: hsl(var(--opacity-pink-28-hsl)/0.2784313725490196);
--opacity-pink-28-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-32: hsl(var(--opacity-pink-32-hsl)/0.3215686274509804);
--opacity-pink-32-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-36: hsl(var(--opacity-pink-36-hsl)/0.3607843137254902);
--opacity-pink-36-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-40: hsl(var(--opacity-pink-40-hsl)/0.4);
--opacity-pink-40-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-44: hsl(var(--opacity-pink-44-hsl)/0.4392156862745098);
--opacity-pink-44-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-48: hsl(var(--opacity-pink-48-hsl)/0.47843137254901963);
--opacity-pink-48-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-52: hsl(var(--opacity-pink-52-hsl)/0.5215686274509804);
--opacity-pink-52-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-56: hsl(var(--opacity-pink-56-hsl)/0.5607843137254902);
--opacity-pink-56-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-60: hsl(var(--opacity-pink-60-hsl)/0.6);
--opacity-pink-60-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-64: hsl(var(--opacity-pink-64-hsl)/0.6392156862745098);
--opacity-pink-64-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-68: hsl(var(--opacity-pink-68-hsl)/0.6784313725490196);
--opacity-pink-68-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-72: hsl(var(--opacity-pink-72-hsl)/0.7215686274509804);
--opacity-pink-72-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-76: hsl(var(--opacity-pink-76-hsl)/0.7607843137254902);
--opacity-pink-76-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-80: hsl(var(--opacity-pink-80-hsl)/0.8);
--opacity-pink-80-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-84: hsl(var(--opacity-pink-84-hsl)/0.8392156862745098);
--opacity-pink-84-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-88: hsl(var(--opacity-pink-88-hsl)/0.8784313725490196);
--opacity-pink-88-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-92: hsl(var(--opacity-pink-92-hsl)/0.9215686274509803);
--opacity-pink-92-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-pink-96: hsl(var(--opacity-pink-96-hsl)/0.9607843137254902);
--opacity-pink-96-hsl: 315 calc(var(--saturation-factor, 1)*100%) 64.706%;
--opacity-white-1: hsl(var(--opacity-white-1-hsl)/0.0196078431372549);
--opacity-white-1-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-4: hsl(var(--opacity-white-4-hsl)/0.0392156862745098);
--opacity-white-4-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-8: hsl(var(--opacity-white-8-hsl)/0.0784313725490196);
--opacity-white-8-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-12: hsl(var(--opacity-white-12-hsl)/0.12156862745098039);
--opacity-white-12-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-16: hsl(var(--opacity-white-16-hsl)/0.1607843137254902);
--opacity-white-16-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-20: hsl(var(--opacity-white-20-hsl)/0.2);
--opacity-white-20-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-24: hsl(var(--opacity-white-24-hsl)/0.23921568627450981);
--opacity-white-24-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-28: hsl(var(--opacity-white-28-hsl)/0.2784313725490196);
--opacity-white-28-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-32: hsl(var(--opacity-white-32-hsl)/0.3215686274509804);
--opacity-white-32-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-36: hsl(var(--opacity-white-36-hsl)/0.3607843137254902);
--opacity-white-36-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-40: hsl(var(--opacity-white-40-hsl)/0.4);
--opacity-white-40-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-44: hsl(var(--opacity-white-44-hsl)/0.4392156862745098);
--opacity-white-44-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-48: hsl(var(--opacity-white-48-hsl)/0.47843137254901963);
--opacity-white-48-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-52: hsl(var(--opacity-white-52-hsl)/0.5215686274509804);
--opacity-white-52-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-56: hsl(var(--opacity-white-56-hsl)/0.5607843137254902);
--opacity-white-56-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-60: hsl(var(--opacity-white-60-hsl)/0.6);
--opacity-white-60-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-64: hsl(var(--opacity-white-64-hsl)/0.6392156862745098);
--opacity-white-64-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-68: hsl(var(--opacity-white-68-hsl)/0.6784313725490196);
--opacity-white-68-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-72: hsl(var(--opacity-white-72-hsl)/0.7215686274509804);
--opacity-white-72-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-76: hsl(var(--opacity-white-76-hsl)/0.7607843137254902);
--opacity-white-76-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-80: hsl(var(--opacity-white-80-hsl)/0.8);
--opacity-white-80-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-84: hsl(var(--opacity-white-84-hsl)/0.8392156862745098);
--opacity-white-84-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-88: hsl(var(--opacity-white-88-hsl)/0.8784313725490196);
--opacity-white-88-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-92: hsl(var(--opacity-white-92-hsl)/0.9215686274509803);
--opacity-white-92-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-white-96: hsl(var(--opacity-white-96-hsl)/0.9607843137254902);
--opacity-white-96-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--opacity-black-1: hsl(var(--opacity-black-1-hsl)/0.0196078431372549);
--opacity-black-1-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-4: hsl(var(--opacity-black-4-hsl)/0.0392156862745098);
--opacity-black-4-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-8: hsl(var(--opacity-black-8-hsl)/0.0784313725490196);
--opacity-black-8-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-12: hsl(var(--opacity-black-12-hsl)/0.12156862745098039);
--opacity-black-12-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-16: hsl(var(--opacity-black-16-hsl)/0.1607843137254902);
--opacity-black-16-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-20: hsl(var(--opacity-black-20-hsl)/0.2);
--opacity-black-20-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-24: hsl(var(--opacity-black-24-hsl)/0.23921568627450981);
--opacity-black-24-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-28: hsl(var(--opacity-black-28-hsl)/0.2784313725490196);
--opacity-black-28-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-32: hsl(var(--opacity-black-32-hsl)/0.3215686274509804);
--opacity-black-32-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-36: hsl(var(--opacity-black-36-hsl)/0.3607843137254902);
--opacity-black-36-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-40: hsl(var(--opacity-black-40-hsl)/0.4);
--opacity-black-40-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-44: hsl(var(--opacity-black-44-hsl)/0.4392156862745098);
--opacity-black-44-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-48: hsl(var(--opacity-black-48-hsl)/0.47843137254901963);
--opacity-black-48-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-52: hsl(var(--opacity-black-52-hsl)/0.5215686274509804);
--opacity-black-52-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-56: hsl(var(--opacity-black-56-hsl)/0.5607843137254902);
--opacity-black-56-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-60: hsl(var(--opacity-black-60-hsl)/0.6);
--opacity-black-60-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-64: hsl(var(--opacity-black-64-hsl)/0.6392156862745098);
--opacity-black-64-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-68: hsl(var(--opacity-black-68-hsl)/0.6784313725490196);
--opacity-black-68-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-72: hsl(var(--opacity-black-72-hsl)/0.7215686274509804);
--opacity-black-72-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-76: hsl(var(--opacity-black-76-hsl)/0.7607843137254902);
--opacity-black-76-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-80: hsl(var(--opacity-black-80-hsl)/0.8);
--opacity-black-80-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-84: hsl(var(--opacity-black-84-hsl)/0.8392156862745098);
--opacity-black-84-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-88: hsl(var(--opacity-black-88-hsl)/0.8784313725490196);
--opacity-black-88-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-92: hsl(var(--opacity-black-92-hsl)/0.9215686274509803);
--opacity-black-92-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--opacity-black-96: hsl(var(--opacity-black-96-hsl)/0.9607843137254902);
--opacity-black-96-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--transparent: hsl(var(--transparent-hsl)/0);
--transparent-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--red-100: hsl(var(--red-100-hsl)/1);
--red-100-hsl: 350 calc(var(--saturation-factor, 1)*75%) 98.431%;
--red-130: hsl(var(--red-130-hsl)/1);
--red-130-hsl: 0 calc(var(--saturation-factor, 1)*83.333%) 97.647%;
--red-160: hsl(var(--red-160-hsl)/1);
--red-160-hsl: 0 calc(var(--saturation-factor, 1)*90.909%) 95.686%;
--red-200: hsl(var(--red-200-hsl)/1);
--red-200-hsl: 358.125 calc(var(--saturation-factor, 1)*88.889%) 92.941%;
--red-230: hsl(var(--red-230-hsl)/1);
--red-230-hsl: 358.696 calc(var(--saturation-factor, 1)*85.185%) 89.412%;
--red-260: hsl(var(--red-260-hsl)/1);
--red-260-hsl: 359.077 calc(var(--saturation-factor, 1)*89.041%) 85.686%;
--red-300: hsl(var(--red-300-hsl)/1);
--red-300-hsl: 358.588 calc(var(--saturation-factor, 1)*91.398%) 81.765%;
--red-330: hsl(var(--red-330-hsl)/1);
--red-330-hsl: 358.857 calc(var(--saturation-factor, 1)*91.304%) 77.451%;
--red-345: hsl(var(--red-345-hsl)/1);
--red-345-hsl: 358.168 calc(var(--saturation-factor, 1)*92.908%) 72.353%;
--red-360: hsl(var(--red-360-hsl)/1);
--red-360-hsl: 358.471 calc(var(--saturation-factor, 1)*91.813%) 66.471%;
--red-400: hsl(var(--red-400-hsl)/1);
--red-400-hsl: 358.659 calc(var(--saturation-factor, 1)*87.317%) 59.804%;
--red-430: hsl(var(--red-430-hsl)/1);
--red-430-hsl: 358.16 calc(var(--saturation-factor, 1)*68.776%) 53.529%;
--red-460: hsl(var(--red-460-hsl)/1);
--red-460-hsl: 358.705 calc(var(--saturation-factor, 1)*59.149%) 46.078%;
--red-500: hsl(var(--red-500-hsl)/1);
--red-500-hsl: 359.504 calc(var(--saturation-factor, 1)*60.199%) 39.412%;
--red-530: hsl(var(--red-530-hsl)/1);
--red-530-hsl: 358.919 calc(var(--saturation-factor, 1)*63.429%) 34.314%;
--red-560: hsl(var(--red-560-hsl)/1);
--red-560-hsl: 358.788 calc(var(--saturation-factor, 1)*63.871%) 30.392%;
--red-600: hsl(var(--red-600-hsl)/1);
--red-600-hsl: 358.636 calc(var(--saturation-factor, 1)*64.706%) 26.667%;
--red-630: hsl(var(--red-630-hsl)/1);
--red-630-hsl: 358.5 calc(var(--saturation-factor, 1)*65.574%) 23.922%;
--red-660: hsl(var(--red-660-hsl)/1);
--red-660-hsl: 359.155 calc(var(--saturation-factor, 1)*65.138%) 21.373%;
--red-700: hsl(var(--red-700-hsl)/1);
--red-700-hsl: 358.125 calc(var(--saturation-factor, 1)*66.667%) 18.824%;
--red-730: hsl(var(--red-730-hsl)/1);
--red-730-hsl: 358.929 calc(var(--saturation-factor, 1)*66.667%) 16.471%;
--red-760: hsl(var(--red-760-hsl)/1);
--red-760-hsl: 358.846 calc(var(--saturation-factor, 1)*70.27%) 14.51%;
--red-800: hsl(var(--red-800-hsl)/1);
--red-800-hsl: 358.636 calc(var(--saturation-factor, 1)*68.75%) 12.549%;
--red-830: hsl(var(--red-830-hsl)/1);
--red-830-hsl: 358.378 calc(var(--saturation-factor, 1)*67.273%) 10.784%;
--red-860: hsl(var(--red-860-hsl)/1);
--red-860-hsl: 0 calc(var(--saturation-factor, 1)*66.667%) 9.412%;
--red-900: hsl(var(--red-900-hsl)/1);
--red-900-hsl: 0 calc(var(--saturation-factor, 1)*70%) 7.843%;
--orange-100: hsl(var(--orange-100-hsl)/1);
--orange-100-hsl: 18 calc(var(--saturation-factor, 1)*100%) 98.039%;
--orange-130: hsl(var(--orange-130-hsl)/1);
--orange-130-hsl: 23.333 calc(var(--saturation-factor, 1)*100%) 96.471%;
--orange-160: hsl(var(--orange-160-hsl)/1);
--orange-160-hsl: 21.29 calc(var(--saturation-factor, 1)*93.939%) 93.529%;
--orange-200: hsl(var(--orange-200-hsl)/1);
--orange-200-hsl: 21.25 calc(var(--saturation-factor, 1)*92.308%) 89.804%;
--orange-230: hsl(var(--orange-230-hsl)/1);
--orange-230-hsl: 23.514 calc(var(--saturation-factor, 1)*92.5%) 84.314%;
--orange-260: hsl(var(--orange-260-hsl)/1);
--orange-260-hsl: 23.301 calc(var(--saturation-factor, 1)*94.495%) 78.627%;
--orange-300: hsl(var(--orange-300-hsl)/1);
--orange-300-hsl: 25.468 calc(var(--saturation-factor, 1)*94.558%) 71.176%;
--orange-330: hsl(var(--orange-330-hsl)/1);
--orange-330-hsl: 27 calc(var(--saturation-factor, 1)*94.737%) 62.745%;
--orange-345: hsl(var(--orange-345-hsl)/1);
--orange-345-hsl: 28.342 calc(var(--saturation-factor, 1)*87.665%) 55.49%;
--orange-360: hsl(var(--orange-360-hsl)/1);
--orange-360-hsl: 26.145 calc(var(--saturation-factor, 1)*71.315%) 50.784%;
--orange-400: hsl(var(--orange-400-hsl)/1);
--orange-400-hsl: 25.443 calc(var(--saturation-factor, 1)*67.521%) 45.882%;
--orange-430: hsl(var(--orange-430-hsl)/1);
--orange-430-hsl: 24.681 calc(var(--saturation-factor, 1)*69.458%) 39.804%;
--orange-460: hsl(var(--orange-460-hsl)/1);
--orange-460-hsl: 23.538 calc(var(--saturation-factor, 1)*72.222%) 35.294%;
--orange-500: hsl(var(--orange-500-hsl)/1);
--orange-500-hsl: 22.314 calc(var(--saturation-factor, 1)*76.101%) 31.176%;
--orange-530: hsl(var(--orange-530-hsl)/1);
--orange-530-hsl: 21.869 calc(var(--saturation-factor, 1)*76.978%) 27.255%;
--orange-560: hsl(var(--orange-560-hsl)/1);
--orange-560-hsl: 21.474 calc(var(--saturation-factor, 1)*77.236%) 24.118%;
--orange-600: hsl(var(--orange-600-hsl)/1);
--orange-600-hsl: 22.857 calc(var(--saturation-factor, 1)*79.245%) 20.784%;
--orange-630: hsl(var(--orange-630-hsl)/1);
--orange-630-hsl: 22.105 calc(var(--saturation-factor, 1)*79.167%) 18.824%;
--orange-660: hsl(var(--orange-660-hsl)/1);
--orange-660-hsl: 22.388 calc(var(--saturation-factor, 1)*78.824%) 16.667%;
--orange-700: hsl(var(--orange-700-hsl)/1);
--orange-700-hsl: 21.724 calc(var(--saturation-factor, 1)*76.316%) 14.902%;
--orange-730: hsl(var(--orange-730-hsl)/1);
--orange-730-hsl: 21.923 calc(var(--saturation-factor, 1)*78.788%) 12.941%;
--orange-760: hsl(var(--orange-760-hsl)/1);
--orange-760-hsl: 21.333 calc(var(--saturation-factor, 1)*78.947%) 11.176%;
--orange-800: hsl(var(--orange-800-hsl)/1);
--orange-800-hsl: 21 calc(var(--saturation-factor, 1)*80%) 9.804%;
--orange-830: hsl(var(--orange-830-hsl)/1);
--orange-830-hsl: 20 calc(var(--saturation-factor, 1)*76.744%) 8.431%;
--orange-860: hsl(var(--orange-860-hsl)/1);
--orange-860-hsl: 20 calc(var(--saturation-factor, 1)*72.973%) 7.255%;
--orange-900: hsl(var(--orange-900-hsl)/1);
--orange-900-hsl: 25.714 calc(var(--saturation-factor, 1)*72.414%) 5.686%;
--yellow-100: hsl(var(--yellow-100-hsl)/1);
--yellow-100-hsl: 33.75 calc(var(--saturation-factor, 1)*100%) 96.863%;
--yellow-130: hsl(var(--yellow-130-hsl)/1);
--yellow-130-hsl: 31.304 calc(var(--saturation-factor, 1)*100%) 95.49%;
--yellow-160: hsl(var(--yellow-160-hsl)/1);
--yellow-160-hsl: 32.727 calc(var(--saturation-factor, 1)*100%) 91.373%;
--yellow-200: hsl(var(--yellow-200-hsl)/1);
--yellow-200-hsl: 35 calc(var(--saturation-factor, 1)*97.297%) 85.49%;
--yellow-230: hsl(var(--yellow-230-hsl)/1);
--yellow-230-hsl: 36.637 calc(var(--saturation-factor, 1)*96.581%) 77.059%;
--yellow-260: hsl(var(--yellow-260-hsl)/1);
--yellow-260-hsl: 40.656 calc(var(--saturation-factor, 1)*96.825%) 62.941%;
--yellow-300: hsl(var(--yellow-300-hsl)/1);
--yellow-300-hsl: 40.421 calc(var(--saturation-factor, 1)*86.364%) 56.863%;
--yellow-330: hsl(var(--yellow-330-hsl)/1);
--yellow-330-hsl: 40 calc(var(--saturation-factor, 1)*75.309%) 52.353%;
--yellow-345: hsl(var(--yellow-345-hsl)/1);
--yellow-345-hsl: 39.545 calc(var(--saturation-factor, 1)*70.968%) 48.627%;
--yellow-360: hsl(var(--yellow-360-hsl)/1);
--yellow-360-hsl: 39.018 calc(var(--saturation-factor, 1)*74.429%) 42.941%;
--yellow-400: hsl(var(--yellow-400-hsl)/1);
--yellow-400-hsl: 37.792 calc(var(--saturation-factor, 1)*78.571%) 38.431%;
--yellow-430: hsl(var(--yellow-430-hsl)/1);
--yellow-430-hsl: 37.447 calc(var(--saturation-factor, 1)*84.431%) 32.745%;
--yellow-460: hsl(var(--yellow-460-hsl)/1);
--yellow-460-hsl: 36.279 calc(var(--saturation-factor, 1)*87.755%) 28.824%;
--yellow-500: hsl(var(--yellow-500-hsl)/1);
--yellow-500-hsl: 35.5 calc(var(--saturation-factor, 1)*93.75%) 25.098%;
--yellow-530: hsl(var(--yellow-530-hsl)/1);
--yellow-530-hsl: 34.857 calc(var(--saturation-factor, 1)*92.92%) 22.157%;
--yellow-560: hsl(var(--yellow-560-hsl)/1);
--yellow-560-hsl: 33.83 calc(var(--saturation-factor, 1)*94%) 19.608%;
--yellow-600: hsl(var(--yellow-600-hsl)/1);
--yellow-600-hsl: 34.815 calc(var(--saturation-factor, 1)*93.103%) 17.059%;
--yellow-630: hsl(var(--yellow-630-hsl)/1);
--yellow-630-hsl: 34.521 calc(var(--saturation-factor, 1)*92.405%) 15.49%;
--yellow-660: hsl(var(--yellow-660-hsl)/1);
--yellow-660-hsl: 34.688 calc(var(--saturation-factor, 1)*91.429%) 13.725%;
--yellow-700: hsl(var(--yellow-700-hsl)/1);
--yellow-700-hsl: 34.286 calc(var(--saturation-factor, 1)*90.323%) 12.157%;
--yellow-730: hsl(var(--yellow-730-hsl)/1);
--yellow-730-hsl: 32.941 calc(var(--saturation-factor, 1)*92.727%) 10.784%;
--yellow-760: hsl(var(--yellow-760-hsl)/1);
--yellow-760-hsl: 32.727 calc(var(--saturation-factor, 1)*91.667%) 9.412%;
--yellow-800: hsl(var(--yellow-800-hsl)/1);
--yellow-800-hsl: 32.432 calc(var(--saturation-factor, 1)*90.244%) 8.039%;
--yellow-830: hsl(var(--yellow-830-hsl)/1);
--yellow-830-hsl: 31.875 calc(var(--saturation-factor, 1)*88.889%) 7.059%;
--yellow-860: hsl(var(--yellow-860-hsl)/1);
--yellow-860-hsl: 32.308 calc(var(--saturation-factor, 1)*86.667%) 5.882%;
--yellow-900: hsl(var(--yellow-900-hsl)/1);
--yellow-900-hsl: 36 calc(var(--saturation-factor, 1)*83.333%) 4.706%;
--green-100: hsl(var(--green-100-hsl)/1);
--green-100-hsl: 136.667 calc(var(--saturation-factor, 1)*90%) 96.078%;
--green-130: hsl(var(--green-130-hsl)/1);
--green-130-hsl: 136.875 calc(var(--saturation-factor, 1)*94.118%) 93.333%;
--green-160: hsl(var(--green-160-hsl)/1);
--green-160-hsl: 140.952 calc(var(--saturation-factor, 1)*91.304%) 86.471%;
--green-200: hsl(var(--green-200-hsl)/1);
--green-200-hsl: 143.478 calc(var(--saturation-factor, 1)*93.496%) 75.882%;
--green-230: hsl(var(--green-230-hsl)/1);
--green-230-hsl: 146.323 calc(var(--saturation-factor, 1)*86.592%) 64.902%;
--green-260: hsl(var(--green-260-hsl)/1);
--green-260-hsl: 145.605 calc(var(--saturation-factor, 1)*75.12%) 59.02%;
--green-300: hsl(var(--green-300-hsl)/1);
--green-300-hsl: 146.323 calc(var(--saturation-factor, 1)*65.401%) 53.529%;
--green-330: hsl(var(--green-330-hsl)/1);
--green-330-hsl: 146.494 calc(var(--saturation-factor, 1)*63.115%) 47.843%;
--green-345: hsl(var(--green-345-hsl)/1);
--green-345-hsl: 146.939 calc(var(--saturation-factor, 1)*65.919%) 43.725%;
--green-360: hsl(var(--green-360-hsl)/1);
--green-360-hsl: 145.385 calc(var(--saturation-factor, 1)*65%) 39.216%;
--green-400: hsl(var(--green-400-hsl)/1);
--green-400-hsl: 142.703 calc(var(--saturation-factor, 1)*60.656%) 35.882%;
--green-430: hsl(var(--green-430-hsl)/1);
--green-430-hsl: 141.522 calc(var(--saturation-factor, 1)*56.098%) 32.157%;
--green-460: hsl(var(--green-460-hsl)/1);
--green-460-hsl: 141.481 calc(var(--saturation-factor, 1)*56.643%) 28.039%;
--green-500: hsl(var(--green-500-hsl)/1);
--green-500-hsl: 141.37 calc(var(--saturation-factor, 1)*58.4%) 24.51%;
--green-530: hsl(var(--green-530-hsl)/1);
--green-530-hsl: 140.308 calc(var(--saturation-factor, 1)*60.748%) 20.98%;
--green-560: hsl(var(--green-560-hsl)/1);
--green-560-hsl: 138.621 calc(var(--saturation-factor, 1)*61.702%) 18.431%;
--green-600: hsl(var(--green-600-hsl)/1);
--green-600-hsl: 139.245 calc(var(--saturation-factor, 1)*65.432%) 15.882%;
--green-630: hsl(var(--green-630-hsl)/1);
--green-630-hsl: 140 calc(var(--saturation-factor, 1)*66.667%) 14.118%;
--green-660: hsl(var(--green-660-hsl)/1);
--green-660-hsl: 139.091 calc(var(--saturation-factor, 1)*68.75%) 12.549%;
--green-700: hsl(var(--green-700-hsl)/1);
--green-700-hsl: 141 calc(var(--saturation-factor, 1)*74.074%) 10.588%;
--green-730: hsl(var(--green-730-hsl)/1);
--green-730-hsl: 138.333 calc(var(--saturation-factor, 1)*78.261%) 9.02%;
--green-760: hsl(var(--green-760-hsl)/1);
--green-760-hsl: 140 calc(var(--saturation-factor, 1)*84.615%) 7.647%;
--green-800: hsl(var(--green-800-hsl)/1);
--green-800-hsl: 139.286 calc(var(--saturation-factor, 1)*82.353%) 6.667%;
--green-830: hsl(var(--green-830-hsl)/1);
--green-830-hsl: 137.5 calc(var(--saturation-factor, 1)*80%) 5.882%;
--green-860: hsl(var(--green-860-hsl)/1);
--green-860-hsl: 132.632 calc(var(--saturation-factor, 1)*70.37%) 5.294%;
--green-900: hsl(var(--green-900-hsl)/1);
--green-900-hsl: 128.571 calc(var(--saturation-factor, 1)*58.333%) 4.706%;
--blue-100: hsl(var(--blue-100-hsl)/1);
--blue-100-hsl: 210 calc(var(--saturation-factor, 1)*80%) 98.039%;
--blue-130: hsl(var(--blue-130-hsl)/1);
--blue-130-hsl: 210 calc(var(--saturation-factor, 1)*87.5%) 96.863%;
--blue-160: hsl(var(--blue-160-hsl)/1);
--blue-160-hsl: 208.889 calc(var(--saturation-factor, 1)*87.097%) 93.922%;
--blue-200: hsl(var(--blue-200-hsl)/1);
--blue-200-hsl: 206.25 calc(var(--saturation-factor, 1)*92.308%) 89.804%;
--blue-230: hsl(var(--blue-230-hsl)/1);
--blue-230-hsl: 205.135 calc(var(--saturation-factor, 1)*92.5%) 84.314%;
--blue-260: hsl(var(--blue-260-hsl)/1);
--blue-260-hsl: 204.231 calc(var(--saturation-factor, 1)*94.545%) 78.431%;
--blue-300: hsl(var(--blue-300-hsl)/1);
--blue-300-hsl: 202.649 calc(var(--saturation-factor, 1)*97.419%) 69.608%;
--blue-330: hsl(var(--blue-330-hsl)/1);
--blue-330-hsl: 200.957 calc(var(--saturation-factor, 1)*100%) 59.02%;
--blue-345: hsl(var(--blue-345-hsl)/1);
--blue-345-hsl: 199.524 calc(var(--saturation-factor, 1)*100%) 49.412%;
--blue-360: hsl(var(--blue-360-hsl)/1);
--blue-360-hsl: 202.562 calc(var(--saturation-factor, 1)*100%) 47.451%;
--blue-400: hsl(var(--blue-400-hsl)/1);
--blue-400-hsl: 206.809 calc(var(--saturation-factor, 1)*100%) 46.078%;
--blue-430: hsl(var(--blue-430-hsl)/1);
--blue-430-hsl: 212.208 calc(var(--saturation-factor, 1)*100%) 45.294%;
--blue-460: hsl(var(--blue-460-hsl)/1);
--blue-460-hsl: 213.589 calc(var(--saturation-factor, 1)*100%) 40.98%;
--blue-500: hsl(var(--blue-500-hsl)/1);
--blue-500-hsl: 213.297 calc(var(--saturation-factor, 1)*100%) 35.686%;
--blue-530: hsl(var(--blue-530-hsl)/1);
--blue-530-hsl: 212.129 calc(var(--saturation-factor, 1)*100%) 30.392%;
--blue-560: hsl(var(--blue-560-hsl)/1);
--blue-560-hsl: 211.765 calc(var(--saturation-factor, 1)*100%) 26.667%;
--blue-600: hsl(var(--blue-600-hsl)/1);
--blue-600-hsl: 211.017 calc(var(--saturation-factor, 1)*100%) 23.137%;
--blue-630: hsl(var(--blue-630-hsl)/1);
--blue-630-hsl: 211.132 calc(var(--saturation-factor, 1)*100%) 20.784%;
--blue-660: hsl(var(--blue-660-hsl)/1);
--blue-660-hsl: 211.579 calc(var(--saturation-factor, 1)*100%) 18.627%;
--blue-700: hsl(var(--blue-700-hsl)/1);
--blue-700-hsl: 211.765 calc(var(--saturation-factor, 1)*100%) 16.667%;
--blue-730: hsl(var(--blue-730-hsl)/1);
--blue-730-hsl: 210.833 calc(var(--saturation-factor, 1)*100%) 14.118%;
--blue-760: hsl(var(--blue-760-hsl)/1);
--blue-760-hsl: 211.429 calc(var(--saturation-factor, 1)*100%) 12.353%;
--blue-800: hsl(var(--blue-800-hsl)/1);
--blue-800-hsl: 211.111 calc(var(--saturation-factor, 1)*100%) 10.588%;
--blue-830: hsl(var(--blue-830-hsl)/1);
--blue-830-hsl: 212.5 calc(var(--saturation-factor, 1)*100%) 9.412%;
--blue-860: hsl(var(--blue-860-hsl)/1);
--blue-860-hsl: 213.488 calc(var(--saturation-factor, 1)*100%) 8.431%;
--blue-900: hsl(var(--blue-900-hsl)/1);
--blue-900-hsl: 213.333 calc(var(--saturation-factor, 1)*100%) 7.059%;
--teal-100: hsl(var(--teal-100-hsl)/1);
--teal-100-hsl: 193.333 calc(var(--saturation-factor, 1)*69.231%) 97.451%;
--teal-130: hsl(var(--teal-130-hsl)/1);
--teal-130-hsl: 192 calc(var(--saturation-factor, 1)*83.333%) 95.294%;
--teal-160: hsl(var(--teal-160-hsl)/1);
--teal-160-hsl: 190.5 calc(var(--saturation-factor, 1)*83.333%) 90.588%;
--teal-200: hsl(var(--teal-200-hsl)/1);
--teal-200-hsl: 188.333 calc(var(--saturation-factor, 1)*85.714%) 83.529%;
--teal-230: hsl(var(--teal-230-hsl)/1);
--teal-230-hsl: 187.934 calc(var(--saturation-factor, 1)*88.321%) 73.137%;
--teal-260: hsl(var(--teal-260-hsl)/1);
--teal-260-hsl: 188.276 calc(var(--saturation-factor, 1)*81.921%) 65.294%;
--teal-300: hsl(var(--teal-300-hsl)/1);
--teal-300-hsl: 188.903 calc(var(--saturation-factor, 1)*72.77%) 58.235%;
--teal-330: hsl(var(--teal-330-hsl)/1);
--teal-330-hsl: 189.375 calc(var(--saturation-factor, 1)*65.574%) 52.157%;
--teal-345: hsl(var(--teal-345-hsl)/1);
--teal-345-hsl: 189.677 calc(var(--saturation-factor, 1)*62.753%) 48.431%;
--teal-360: hsl(var(--teal-360-hsl)/1);
--teal-360-hsl: 189.718 calc(var(--saturation-factor, 1)*63.964%) 43.529%;
--teal-400: hsl(var(--teal-400-hsl)/1);
--teal-400-hsl: 189.6 calc(var(--saturation-factor, 1)*63.452%) 38.627%;
--teal-430: hsl(var(--teal-430-hsl)/1);
--teal-430-hsl: 190.459 calc(var(--saturation-factor, 1)*63.006%) 33.922%;
--teal-460: hsl(var(--teal-460-hsl)/1);
--teal-460-hsl: 190.515 calc(var(--saturation-factor, 1)*64.238%) 29.608%;
--teal-500: hsl(var(--teal-500-hsl)/1);
--teal-500-hsl: 190.465 calc(var(--saturation-factor, 1)*65.152%) 25.882%;
--teal-530: hsl(var(--teal-530-hsl)/1);
--teal-530-hsl: 190.263 calc(var(--saturation-factor, 1)*66.667%) 22.353%;
--teal-560: hsl(var(--teal-560-hsl)/1);
--teal-560-hsl: 189.565 calc(var(--saturation-factor, 1)*69.697%) 19.412%;
--teal-600: hsl(var(--teal-600-hsl)/1);
--teal-600-hsl: 188.852 calc(var(--saturation-factor, 1)*71.765%) 16.667%;
--teal-630: hsl(var(--teal-630-hsl)/1);
--teal-630-hsl: 189.643 calc(var(--saturation-factor, 1)*73.684%) 14.902%;
--teal-660: hsl(var(--teal-660-hsl)/1);
--teal-660-hsl: 188.4 calc(var(--saturation-factor, 1)*75.758%) 12.941%;
--teal-700: hsl(var(--teal-700-hsl)/1);
--teal-700-hsl: 189.13 calc(var(--saturation-factor, 1)*79.31%) 11.373%;
--teal-730: hsl(var(--teal-730-hsl)/1);
--teal-730-hsl: 189 calc(var(--saturation-factor, 1)*80%) 9.804%;
--teal-760: hsl(var(--teal-760-hsl)/1);
--teal-760-hsl: 188.571 calc(var(--saturation-factor, 1)*81.395%) 8.431%;
--teal-800: hsl(var(--teal-800-hsl)/1);
--teal-800-hsl: 188 calc(var(--saturation-factor, 1)*83.333%) 7.059%;
--teal-830: hsl(var(--teal-830-hsl)/1);
--teal-830-hsl: 188.889 calc(var(--saturation-factor, 1)*87.097%) 6.078%;
--teal-860: hsl(var(--teal-860-hsl)/1);
--teal-860-hsl: 187.826 calc(var(--saturation-factor, 1)*85.185%) 5.294%;
--teal-900: hsl(var(--teal-900-hsl)/1);
--teal-900-hsl: 189 calc(var(--saturation-factor, 1)*90.909%) 4.314%;
--white-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--white-500: hsl(var(--white-500-hsl)/1);
--white-500-hsl: 0 calc(var(--saturation-factor, 1)*0%) 100%;
--black-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--black-500: hsl(var(--black-500-hsl)/1);
--black-500-hsl: 0 calc(var(--saturation-factor, 1)*0%) 0%;
--brand-100: hsl(var(--brand-100-hsl)/1);
--brand-100-hsl: 240 calc(var(--saturation-factor, 1)*77.778%) 98.235%;
--brand-130: hsl(var(--brand-130-hsl)/1);
--brand-130-hsl: 235.714 calc(var(--saturation-factor, 1)*87.5%) 96.863%;
--brand-160: hsl(var(--brand-160-hsl)/1);
--brand-160-hsl: 234.545 calc(var(--saturation-factor, 1)*84.615%) 94.902%;
--brand-200: hsl(var(--brand-200-hsl)/1);
--brand-200-hsl: 236 calc(var(--saturation-factor, 1)*83.333%) 92.941%;
--brand-230: hsl(var(--brand-230-hsl)/1);
--brand-230-hsl: 235.5 calc(var(--saturation-factor, 1)*86.957%) 90.98%;
--brand-260: hsl(var(--brand-260-hsl)/1);
--brand-260-hsl: 235.2 calc(var(--saturation-factor, 1)*86.207%) 88.627%;
--brand-300: hsl(var(--brand-300-hsl)/1);
--brand-300-hsl: 235.161 calc(var(--saturation-factor, 1)*86.111%) 85.882%;
--brand-330: hsl(var(--brand-330-hsl)/1);
--brand-330-hsl: 234.75 calc(var(--saturation-factor, 1)*85.106%) 81.569%;
--brand-345: hsl(var(--brand-345-hsl)/1);
--brand-345-hsl: 234.783 calc(var(--saturation-factor, 1)*85.185%) 78.824%;
--brand-360: hsl(var(--brand-360-hsl)/1);
--brand-360-hsl: 235.152 calc(var(--saturation-factor, 1)*86.087%) 77.451%;
--brand-400: hsl(var(--brand-400-hsl)/1);
--brand-400-hsl: 234.677 calc(var(--saturation-factor, 1)*86.111%) 71.765%;
--brand-430: hsl(var(--brand-430-hsl)/1);
--brand-430-hsl: 235 calc(var(--saturation-factor, 1)*85.714%) 69.804%;
--brand-460: hsl(var(--brand-460-hsl)/1);
--brand-460-hsl: 234.93 calc(var(--saturation-factor, 1)*85.542%) 67.451%;
--brand-500: hsl(var(--brand-500-hsl)/1);
--brand-500-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--brand-530: hsl(var(--brand-530-hsl)/1);
--brand-530-hsl: 234.857 calc(var(--saturation-factor, 1)*66.667%) 58.824%;
--brand-560: hsl(var(--brand-560-hsl)/1);
--brand-560-hsl: 234.72 calc(var(--saturation-factor, 1)*51.44%) 52.353%;
--brand-600: hsl(var(--brand-600-hsl)/1);
--brand-600-hsl: 234.857 calc(var(--saturation-factor, 1)*46.667%) 44.118%;
--brand-630: hsl(var(--brand-630-hsl)/1);
--brand-630-hsl: 235.385 calc(var(--saturation-factor, 1)*46.667%) 38.235%;
--brand-660: hsl(var(--brand-660-hsl)/1);
--brand-660-hsl: 234.75 calc(var(--saturation-factor, 1)*47.059%) 33.333%;
--brand-700: hsl(var(--brand-700-hsl)/1);
--brand-700-hsl: 235.161 calc(var(--saturation-factor, 1)*46.97%) 25.882%;
--brand-730: hsl(var(--brand-730-hsl)/1);
--brand-730-hsl: 234.828 calc(var(--saturation-factor, 1)*46.774%) 24.314%;
--brand-760: hsl(var(--brand-760-hsl)/1);
--brand-760-hsl: 234.34 calc(var(--saturation-factor, 1)*46.903%) 22.157%;
--brand-800: hsl(var(--brand-800-hsl)/1);
--brand-800-hsl: 234.894 calc(var(--saturation-factor, 1)*47.475%) 19.412%;
--brand-830: hsl(var(--brand-830-hsl)/1);
--brand-830-hsl: 235 calc(var(--saturation-factor, 1)*47.368%) 14.902%;
--brand-860: hsl(var(--brand-860-hsl)/1);
--brand-860-hsl: 234.783 calc(var(--saturation-factor, 1)*46.939%) 9.608%;
--brand-900: hsl(var(--brand-900-hsl)/1);
--brand-900-hsl: 232.5 calc(var(--saturation-factor, 1)*50%) 3.137%;
--plum-0: hsl(var(--plum-0-hsl)/1);
--plum-0-hsl: 240 calc(var(--saturation-factor, 1)*9.091%) 97.843%;
--plum-1: hsl(var(--plum-1-hsl)/1);
--plum-1-hsl: 240 calc(var(--saturation-factor, 1)*4.348%) 95.49%;
--plum-2: hsl(var(--plum-2-hsl)/1);
--plum-2-hsl: 220 calc(var(--saturation-factor, 1)*8.571%) 93.137%;
--plum-3: hsl(var(--plum-3-hsl)/1);
--plum-3-hsl: 225 calc(var(--saturation-factor, 1)*8%) 90.196%;
--plum-4: hsl(var(--plum-4-hsl)/1);
--plum-4-hsl: 225 calc(var(--saturation-factor, 1)*6.25%) 87.451%;
--plum-5: hsl(var(--plum-5-hsl)/1);
--plum-5-hsl: 220 calc(var(--saturation-factor, 1)*7.317%) 83.922%;
--plum-6: hsl(var(--plum-6-hsl)/1);
--plum-6-hsl: 231.429 calc(var(--saturation-factor, 1)*6.667%) 79.412%;
--plum-7: hsl(var(--plum-7-hsl)/1);
--plum-7-hsl: 226.667 calc(var(--saturation-factor, 1)*6.767%) 73.922%;
--plum-8: hsl(var(--plum-8-hsl)/1);
--plum-8-hsl: 230 calc(var(--saturation-factor, 1)*7.407%) 68.235%;
--plum-9: hsl(var(--plum-9-hsl)/1);
--plum-9-hsl: 231.429 calc(var(--saturation-factor, 1)*7.071%) 61.176%;
--plum-10: hsl(var(--plum-10-hsl)/1);
--plum-10-hsl: 228.75 calc(var(--saturation-factor, 1)*6.78%) 53.725%;
--plum-11: hsl(var(--plum-11-hsl)/1);
--plum-11-hsl: 228.75 calc(var(--saturation-factor, 1)*6.897%) 45.49%;
--plum-12: hsl(var(--plum-12-hsl)/1);
--plum-12-hsl: 228 calc(var(--saturation-factor, 1)*7.614%) 38.627%;
--plum-13: hsl(var(--plum-13-hsl)/1);
--plum-13-hsl: 227.143 calc(var(--saturation-factor, 1)*8.333%) 32.941%;
--plum-14: hsl(var(--plum-14-hsl)/1);
--plum-14-hsl: 230 calc(var(--saturation-factor, 1)*8.451%) 27.843%;
--plum-15: hsl(var(--plum-15-hsl)/1);
--plum-15-hsl: 229.091 calc(var(--saturation-factor, 1)*8.943%) 24.118%;
--plum-16: hsl(var(--plum-16-hsl)/1);
--plum-16-hsl: 234 calc(var(--saturation-factor, 1)*9.259%) 21.176%;
--plum-17: hsl(var(--plum-17-hsl)/1);
--plum-17-hsl: 233.333 calc(var(--saturation-factor, 1)*9.278%) 19.02%;
--plum-18: hsl(var(--plum-18-hsl)/1);
--plum-18-hsl: 233.333 calc(var(--saturation-factor, 1)*10.588%) 16.667%;
--plum-19: hsl(var(--plum-19-hsl)/1);
--plum-19-hsl: 232.5 calc(var(--saturation-factor, 1)*10.811%) 14.51%;
--plum-20: hsl(var(--plum-20-hsl)/1);
--plum-20-hsl: 231.429 calc(var(--saturation-factor, 1)*11.111%) 12.353%;
--plum-21: hsl(var(--plum-21-hsl)/1);
--plum-21-hsl: 231.429 calc(var(--saturation-factor, 1)*12.727%) 10.784%;
--plum-22: hsl(var(--plum-22-hsl)/1);
--plum-22-hsl: 240 calc(var(--saturation-factor, 1)*12%) 9.804%;
--plum-23: hsl(var(--plum-23-hsl)/1);
--plum-23-hsl: 240 calc(var(--saturation-factor, 1)*11.628%) 8.431%;
--plum-24: hsl(var(--plum-24-hsl)/1);
--plum-24-hsl: 228 calc(var(--saturation-factor, 1)*14.286%) 6.863%;
--plum-25: hsl(var(--plum-25-hsl)/1);
--plum-25-hsl: 240 calc(var(--saturation-factor, 1)*14.286%) 5.49%;
--plum-26: hsl(var(--plum-26-hsl)/1);
--plum-26-hsl: 240 calc(var(--saturation-factor, 1)*15.789%) 3.725%;
--breakpoint-480: 480px;
--breakpoint-640: 640px;
--breakpoint-768: 768px;
--breakpoint-1024: 1024px;
--breakpoint-1280: 1280px;
--breakpoint-1536: 1536px;
--breakpoint-1800: 1800px;
--breakpoint-2500: 2500px;
--breakpoint-xxs: 480px;
--breakpoint-xs: 640px;
--breakpoint-sm: 768px;
--breakpoint-md: 1024px;
--breakpoint-lg: 1280px;
--breakpoint-xl: 1536px;
--breakpoint-xxl: 1800px;
--breakpoint-max: 2500px;
--channels-spine-inverted-offset-top: 6px;
--channels-spine-offset-left: 24px;
--control-input-height-md: 40px;
--control-input-height-sm: 32px;
--control-item-height-md: 40px;
--control-item-height-sm: 32px;
--form-input-height: 44px;
--mobile-channel-details-nav-icon-button-variant: tertiary;
--mobile-channel-drawer-divider-width: 0px;
--mobile-channel-safe-area-bottom-background: background-base-low;
--mobile-chat-input-action-icon-active-tint: text-brand;
--mobile-chat-input-expression-offset-left: 6px;
--mobile-chat-input-expression-offset-top: 6px;
--mobile-chat-input-floating-inline-full-gradient-height: 0px;
--mobile-chat-input-floating-offset-minimum: 0px;
--mobile-chat-input-floating-scrim-gradient-height: 0px;
--mobile-chat-input-floating-scrim-gradient-height-at-bottom: 0px;
--mobile-chat-input-floating-scrim-offset-top: 0px;
--mobile-chat-input-floating-typing-gradient-height-reduced: 0px;
--mobile-chat-input-icon-default-tint: interactive-text-default;
--mobile-chat-input-send-button-width: 40px;
--mobile-coachmark-body-width: 260px;
--mobile-control-switch-height: 32px;
--mobile-control-switch-knob-checked-offset: 16px;
--mobile-control-switch-width: 48px;
--mobile-guild-folder-background-left: 12px;
--mobile-guild-folder-background-width-offset: 0px;
--mobile-guild-folder-preview-opacity: 0.4px;
--mobile-media-keyboard-send-vertical-inset: 0px;
--mobile-messages-header-button-layout: row;
--mobile-promo-sheet-graphic-max-width: 288px;
--mobile-sheet-handle-height: 4px;
--mobile-sheet-handle-width: 32px;
--mobile-table-row-arrow-width: 8px;
--mobile-table-row-content-height: 36px;
--mobile-table-row-height: 60px;
--mobile-voice-panel-disconnect-button-min-width: 0px;
--mobile-voice-panel-gutter: 12px;
--modal-width-large: 800px;
--modal-width-medium: 602px;
--modal-width-small: 442px;
--select-max-width: 248px;
--select-option-height: 40px;
--brand: #5865f2;
--brand-gradient: linear-gradient(90deg,#8ea1e1,#7289da);
--dark-not-black: #2c2f33;
--status-green: #43b581;
--not-quite-black-rgb: 35,39,42;
--page-max-width: 1260px;
--page-max-width-med: 1024px;
--num-grid-columns: 4;
--page-gutter: 24px;
```

### Dependencies

```css
0: --application-subscription-end-hsl;
0: --saturation-factor;
0: --application-subscription-start-hsl;
0: --saturation-factor;
0: --bg-animated-gradient-background-indigo-1-hsl;
0: --saturation-factor;
0: --bg-animated-gradient-background-indigo-2-hsl;
0: --saturation-factor;
0: --bg-animated-gradient-background-not-black-hsl;
0: --saturation-factor;
0: --bg-animated-gradient-background-pink-1-hsl;
0: --saturation-factor;
0: --bg-gradient-aurora-1-hsl;
0: --saturation-factor;
0: --bg-gradient-aurora-2-hsl;
0: --saturation-factor;
0: --bg-gradient-aurora-3-hsl;
0: --saturation-factor;
0: --bg-gradient-aurora-4-hsl;
0: --saturation-factor;
0: --bg-gradient-aurora-5-hsl;
0: --saturation-factor;
0: --bg-gradient-blurple-twilight-1-hsl;
0: --saturation-factor;
0: --bg-gradient-blurple-twilight-2-hsl;
0: --saturation-factor;
0: --bg-gradient-chroma-glow-1-hsl;
0: --saturation-factor;
0: --bg-gradient-chroma-glow-2-hsl;
0: --saturation-factor;
0: --bg-gradient-chroma-glow-3-hsl;
0: --saturation-factor;
0: --bg-gradient-chroma-glow-4-hsl;
0: --saturation-factor;
0: --bg-gradient-chroma-glow-5-hsl;
0: --saturation-factor;
0: --bg-gradient-citrus-sherbert-1-hsl;
0: --saturation-factor;
0: --bg-gradient-citrus-sherbert-2-hsl;
0: --saturation-factor;
0: --bg-gradient-cotton-candy-1-hsl;
0: --saturation-factor;
0: --bg-gradient-cotton-candy-2-hsl;
0: --saturation-factor;
0: --bg-gradient-crimson-moon-1-hsl;
0: --saturation-factor;
0: --bg-gradient-crimson-moon-2-hsl;
0: --saturation-factor;
0: --bg-gradient-desert-khaki-1-hsl;
0: --saturation-factor;
0: --bg-gradient-desert-khaki-2-hsl;
0: --saturation-factor;
0: --bg-gradient-desert-khaki-3-hsl;
0: --saturation-factor;
0: --bg-gradient-dusk-1-hsl;
0: --saturation-factor;
0: --bg-gradient-dusk-2-hsl;
0: --saturation-factor;
0: --bg-gradient-easter-egg-1-hsl;
0: --saturation-factor;
0: --bg-gradient-easter-egg-2-hsl;
0: --saturation-factor;
0: --bg-gradient-forest-1-hsl;
0: --saturation-factor;
0: --bg-gradient-forest-2-hsl;
0: --saturation-factor;
0: --bg-gradient-forest-3-hsl;
0: --saturation-factor;
0: --bg-gradient-forest-4-hsl;
0: --saturation-factor;
0: --bg-gradient-forest-5-hsl;
0: --saturation-factor;
0: --bg-gradient-hanami-1-hsl;
0: --saturation-factor;
0: --bg-gradient-hanami-2-hsl;
0: --saturation-factor;
0: --bg-gradient-hanami-3-hsl;
0: --saturation-factor;
0: --bg-gradient-lofi-vibes-1-hsl;
0: --saturation-factor;
0: --bg-gradient-lofi-vibes-2-hsl;
0: --saturation-factor;
0: --bg-gradient-lofi-vibes-3-hsl;
0: --saturation-factor;
0: --bg-gradient-lofi-vibes-4-hsl;
0: --saturation-factor;
0: --bg-gradient-mars-1-hsl;
0: --saturation-factor;
0: --bg-gradient-mars-2-hsl;
0: --saturation-factor;
0: --bg-gradient-midnight-blurple-1-hsl;
0: --saturation-factor;
0: --bg-gradient-midnight-blurple-2-hsl;
0: --saturation-factor;
0: --bg-gradient-mint-apple-1-hsl;
0: --saturation-factor;
0: --bg-gradient-mint-apple-2-hsl;
0: --saturation-factor;
0: --bg-gradient-mint-apple-3-hsl;
0: --saturation-factor;
0: --bg-gradient-neon-nights-1-hsl;
0: --saturation-factor;
0: --bg-gradient-neon-nights-2-hsl;
0: --saturation-factor;
0: --bg-gradient-neon-nights-3-hsl;
0: --saturation-factor;
0: --bg-gradient-retro-raincloud-1-hsl;
0: --saturation-factor;
0: --bg-gradient-retro-raincloud-2-hsl;
0: --saturation-factor;
0: --bg-gradient-retro-storm-1-hsl;
0: --saturation-factor;
0: --bg-gradient-retro-storm-2-hsl;
0: --saturation-factor;
0: --bg-gradient-sepia-1-hsl;
0: --saturation-factor;
0: --bg-gradient-sepia-2-hsl;
0: --saturation-factor;
0: --bg-gradient-strawberry-lemonade-1-hsl;
0: --saturation-factor;
0: --bg-gradient-strawberry-lemonade-2-hsl;
0: --saturation-factor;
0: --bg-gradient-strawberry-lemonade-3-hsl;
0: --saturation-factor;
0: --bg-gradient-sunrise-1-hsl;
0: --saturation-factor;
0: --bg-gradient-sunrise-2-hsl;
0: --saturation-factor;
0: --bg-gradient-sunrise-3-hsl;
0: --saturation-factor;
0: --bg-gradient-sunset-1-hsl;
0: --saturation-factor;
0: --bg-gradient-sunset-2-hsl;
0: --saturation-factor;
0: --bg-gradient-under-the-sea-1-hsl;
0: --saturation-factor;
0: --bg-gradient-under-the-sea-2-hsl;
0: --saturation-factor;
0: --bg-gradient-under-the-sea-3-hsl;
0: --saturation-factor;
0: --checkpoint-emojis-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-emojis-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-emojis-primary-hsl;
0: --saturation-factor;
0: --checkpoint-emojis-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-end-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-end-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-end-primary-hsl;
0: --saturation-factor;
0: --checkpoint-end-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-friends-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-friends-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-friends-primary-hsl;
0: --saturation-factor;
0: --checkpoint-friends-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-gaming-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-gaming-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-gaming-primary-hsl;
0: --saturation-factor;
0: --checkpoint-gaming-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-guilds-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-guilds-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-guilds-primary-hsl;
0: --saturation-factor;
0: --checkpoint-guilds-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-messages-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-messages-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-messages-primary-hsl;
0: --saturation-factor;
0: --checkpoint-messages-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-eight-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-eight-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-eight-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-eight-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-eight-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-five-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-five-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-five-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-five-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-five-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-four-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-four-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-four-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-four-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-four-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-nine-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-nine-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-nine-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-nine-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-nine-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-one-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-one-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-one-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-one-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-one-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-seven-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-seven-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-seven-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-seven-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-seven-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-six-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-six-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-six-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-six-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-six-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-three-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-three-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-three-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-three-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-three-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-two-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-two-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-two-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-two-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-two-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-zero-background-overlay-hsl;
0: --saturation-factor;
0: --checkpoint-persona-zero-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-persona-zero-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-persona-zero-primary-hsl;
0: --saturation-factor;
0: --checkpoint-persona-zero-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-quests-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-quests-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-quests-primary-hsl;
0: --saturation-factor;
0: --checkpoint-quests-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-voice-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-voice-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-voice-primary-hsl;
0: --saturation-factor;
0: --checkpoint-voice-secondary-hsl;
0: --saturation-factor;
0: --checkpoint-welcome-gradient-end-hsl;
0: --saturation-factor;
0: --checkpoint-welcome-gradient-start-hsl;
0: --saturation-factor;
0: --checkpoint-welcome-primary-hsl;
0: --saturation-factor;
0: --checkpoint-welcome-secondary-hsl;
0: --saturation-factor;
0: --guild-boosting-blue-hsl;
0: --saturation-factor;
0: --guild-boosting-blue-for-gradients-hsl;
0: --saturation-factor;
0: --guild-boosting-pink-hsl;
0: --saturation-factor;
0: --guild-boosting-pink-refresh-hsl;
0: --saturation-factor;
0: --guild-boosting-purple-hsl;
0: --saturation-factor;
0: --guild-boosting-purple-for-gradients-hsl;
0: --saturation-factor;
0: --hypesquad-house-1-hsl;
0: --saturation-factor;
0: --hypesquad-house-2-hsl;
0: --saturation-factor;
0: --hypesquad-house-3-hsl;
0: --saturation-factor;
0: --illo-blue-10-hsl;
0: --saturation-factor;
0: --illo-blue-20-hsl;
0: --saturation-factor;
0: --illo-blue-30-hsl;
0: --saturation-factor;
0: --illo-blue-40-hsl;
0: --saturation-factor;
0: --illo-blue-50-hsl;
0: --saturation-factor;
0: --illo-blue-60-hsl;
0: --saturation-factor;
0: --illo-blue-70-hsl;
0: --saturation-factor;
0: --illo-green-10-hsl;
0: --saturation-factor;
0: --illo-green-20-hsl;
0: --saturation-factor;
0: --illo-green-30-hsl;
0: --saturation-factor;
0: --illo-green-40-hsl;
0: --saturation-factor;
0: --illo-green-50-hsl;
0: --saturation-factor;
0: --illo-green-60-hsl;
0: --saturation-factor;
0: --illo-green-70-hsl;
0: --saturation-factor;
0: --illo-nitro-blue-hsl;
0: --saturation-factor;
0: --illo-orange-10-hsl;
0: --saturation-factor;
0: --illo-orange-20-hsl;
0: --saturation-factor;
0: --illo-orange-30-hsl;
0: --saturation-factor;
0: --illo-orange-40-hsl;
0: --saturation-factor;
0: --illo-orange-50-hsl;
0: --saturation-factor;
0: --illo-orange-60-hsl;
0: --saturation-factor;
0: --illo-orange-70-hsl;
0: --saturation-factor;
0: --illo-pink-10-hsl;
0: --saturation-factor;
0: --illo-pink-20-hsl;
0: --saturation-factor;
0: --illo-pink-30-hsl;
0: --saturation-factor;
0: --illo-pink-40-hsl;
0: --saturation-factor;
0: --illo-pink-50-hsl;
0: --saturation-factor;
0: --illo-pink-60-hsl;
0: --saturation-factor;
0: --illo-pink-70-hsl;
0: --saturation-factor;
0: --illo-purple-10-hsl;
0: --saturation-factor;
0: --illo-purple-20-hsl;
0: --saturation-factor;
0: --illo-purple-30-hsl;
0: --saturation-factor;
0: --illo-purple-40-hsl;
0: --saturation-factor;
0: --illo-purple-50-hsl;
0: --saturation-factor;
0: --illo-purple-60-hsl;
0: --saturation-factor;
0: --illo-purple-70-hsl;
0: --saturation-factor;
0: --illo-yellow-10-hsl;
0: --saturation-factor;
0: --illo-yellow-20-hsl;
0: --saturation-factor;
0: --illo-yellow-30-hsl;
0: --saturation-factor;
0: --illo-yellow-40-hsl;
0: --saturation-factor;
0: --illo-yellow-50-hsl;
0: --saturation-factor;
0: --illo-yellow-60-hsl;
0: --saturation-factor;
0: --illo-yellow-70-hsl;
0: --saturation-factor;
0: --lol-text-dark-hsl;
0: --saturation-factor;
0: --lol-text-light-hsl;
0: --saturation-factor;
0: --platform-battlenet-hsl;
0: --saturation-factor;
0: --platform-bungie-hsl;
0: --saturation-factor;
0: --platform-crunchyroll-hsl;
0: --saturation-factor;
0: --platform-ebay-hsl;
0: --saturation-factor;
0: --platform-epic-games-hsl;
0: --saturation-factor;
0: --platform-facebook-hsl;
0: --saturation-factor;
0: --platform-github-hsl;
0: --saturation-factor;
0: --platform-gold-hsl;
0: --saturation-factor;
0: --platform-lol-hsl;
0: --saturation-factor;
0: --platform-partner-hsl;
0: --saturation-factor;
0: --platform-paypal-hsl;
0: --saturation-factor;
0: --platform-playstation-hsl;
0: --saturation-factor;
0: --platform-reddit-hsl;
0: --saturation-factor;
0: --platform-riot-games-hsl;
0: --saturation-factor;
0: --platform-samsung-hsl;
0: --saturation-factor;
0: --platform-skype-hsl;
0: --saturation-factor;
0: --platform-spotify-hsl;
0: --saturation-factor;
0: --platform-steam-hsl;
0: --saturation-factor;
0: --platform-twitch-hsl;
0: --saturation-factor;
0: --platform-twitch-secondary-hsl;
0: --saturation-factor;
0: --platform-twitter-hsl;
0: --saturation-factor;
0: --platform-xbox-hsl;
0: --saturation-factor;
0: --platform-youtube-hsl;
0: --saturation-factor;
0: --premium-nitro-pink-dark-hsl;
0: --saturation-factor;
0: --premium-nitro-pink-light-hsl;
0: --saturation-factor;
0: --premium-perk-blue-hsl;
0: --saturation-factor;
0: --premium-perk-blue-alt-hsl;
0: --saturation-factor;
0: --premium-perk-dark-blue-hsl;
0: --saturation-factor;
0: --premium-perk-gold-hsl;
0: --saturation-factor;
0: --premium-perk-green-hsl;
0: --saturation-factor;
0: --premium-perk-light-blue-hsl;
0: --saturation-factor;
0: --premium-perk-orange-hsl;
0: --saturation-factor;
0: --premium-perk-pink-hsl;
0: --saturation-factor;
0: --premium-perk-purple-hsl;
0: --saturation-factor;
0: --premium-perk-yellow-hsl;
0: --saturation-factor;
0: --premium-tier-0-blue-hsl;
0: --saturation-factor;
0: --premium-tier-0-blue-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-0-blue-for-gradients-2-hsl;
0: --saturation-factor;
0: --premium-tier-0-header-gradient-1-hsl;
0: --saturation-factor;
0: --premium-tier-0-header-gradient-2-hsl;
0: --saturation-factor;
0: --premium-tier-0-header-gradient-3-hsl;
0: --saturation-factor;
0: --premium-tier-0-header-gradient-4-hsl;
0: --saturation-factor;
0: --premium-tier-0-header-gradient-5-hsl;
0: --saturation-factor;
0: --premium-tier-0-purple-hsl;
0: --saturation-factor;
0: --premium-tier-0-purple-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-1-blue-hsl;
0: --saturation-factor;
0: --premium-tier-1-blue-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-1-dark-blue-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-1-purple-hsl;
0: --saturation-factor;
0: --premium-tier-2-pink-hsl;
0: --saturation-factor;
0: --premium-tier-2-pink-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-2-pink-for-gradients-2-hsl;
0: --saturation-factor;
0: --premium-tier-2-purple-hsl;
0: --saturation-factor;
0: --premium-tier-2-purple-for-gradients-hsl;
0: --saturation-factor;
0: --premium-tier-2-purple-for-gradients-2-hsl;
0: --saturation-factor;
0: --role-blue-hsl;
0: --saturation-factor;
0: --role-brown-hsl;
0: --saturation-factor;
0: --role-burgundy-hsl;
0: --saturation-factor;
0: --role-dark-blue-hsl;
0: --saturation-factor;
0: --role-dark-grey-hsl;
0: --saturation-factor;
0: --role-dark-purple-hsl;
0: --saturation-factor;
0: --role-dark-teal-hsl;
0: --saturation-factor;
0: --role-default-hsl;
0: --saturation-factor;
0: --role-green-hsl;
0: --saturation-factor;
0: --role-grey-hsl;
0: --saturation-factor;
0: --role-light-blue-hsl;
0: --saturation-factor;
0: --role-light-green-hsl;
0: --saturation-factor;
0: --role-light-grey-hsl;
0: --saturation-factor;
0: --role-magenta-hsl;
0: --saturation-factor;
0: --role-orange-hsl;
0: --saturation-factor;
0: --role-purple-hsl;
0: --saturation-factor;
0: --role-salmon-hsl;
0: --saturation-factor;
0: --role-sky-blue-hsl;
0: --saturation-factor;
0: --role-tan-hsl;
0: --saturation-factor;
0: --role-teal-hsl;
0: --saturation-factor;
0: --role-terracotta-hsl;
0: --saturation-factor;
0: --role-yellow-hsl;
0: --saturation-factor;
0: --neutral-1-hsl;
0: --saturation-factor;
0: --neutral-2-hsl;
0: --saturation-factor;
0: --neutral-3-hsl;
0: --saturation-factor;
0: --neutral-4-hsl;
0: --saturation-factor;
0: --neutral-5-hsl;
0: --saturation-factor;
0: --neutral-6-hsl;
0: --saturation-factor;
0: --neutral-7-hsl;
0: --saturation-factor;
0: --neutral-8-hsl;
0: --saturation-factor;
0: --neutral-9-hsl;
0: --saturation-factor;
0: --neutral-10-hsl;
0: --saturation-factor;
0: --neutral-11-hsl;
0: --saturation-factor;
0: --neutral-12-hsl;
0: --saturation-factor;
0: --neutral-13-hsl;
0: --saturation-factor;
0: --neutral-14-hsl;
0: --saturation-factor;
0: --neutral-15-hsl;
0: --saturation-factor;
0: --neutral-16-hsl;
0: --saturation-factor;
0: --neutral-17-hsl;
0: --saturation-factor;
0: --neutral-18-hsl;
0: --saturation-factor;
0: --neutral-19-hsl;
0: --saturation-factor;
0: --neutral-20-hsl;
0: --saturation-factor;
0: --neutral-21-hsl;
0: --saturation-factor;
0: --neutral-22-hsl;
0: --saturation-factor;
0: --neutral-23-hsl;
0: --saturation-factor;
0: --neutral-24-hsl;
0: --saturation-factor;
0: --neutral-25-hsl;
0: --saturation-factor;
0: --neutral-26-hsl;
0: --saturation-factor;
0: --neutral-27-hsl;
0: --saturation-factor;
0: --neutral-28-hsl;
0: --saturation-factor;
0: --neutral-29-hsl;
0: --saturation-factor;
0: --neutral-30-hsl;
0: --saturation-factor;
0: --neutral-31-hsl;
0: --saturation-factor;
0: --neutral-32-hsl;
0: --saturation-factor;
0: --neutral-33-hsl;
0: --saturation-factor;
0: --neutral-34-hsl;
0: --saturation-factor;
0: --neutral-35-hsl;
0: --saturation-factor;
0: --neutral-36-hsl;
0: --saturation-factor;
0: --neutral-37-hsl;
0: --saturation-factor;
0: --neutral-38-hsl;
0: --saturation-factor;
0: --neutral-39-hsl;
0: --saturation-factor;
0: --neutral-40-hsl;
0: --saturation-factor;
0: --neutral-41-hsl;
0: --saturation-factor;
0: --neutral-42-hsl;
0: --saturation-factor;
0: --neutral-43-hsl;
0: --saturation-factor;
0: --neutral-44-hsl;
0: --saturation-factor;
0: --neutral-45-hsl;
0: --saturation-factor;
0: --neutral-46-hsl;
0: --saturation-factor;
0: --neutral-47-hsl;
0: --saturation-factor;
0: --neutral-48-hsl;
0: --saturation-factor;
0: --neutral-49-hsl;
0: --saturation-factor;
0: --neutral-50-hsl;
0: --saturation-factor;
0: --neutral-51-hsl;
0: --saturation-factor;
0: --neutral-52-hsl;
0: --saturation-factor;
0: --neutral-53-hsl;
0: --saturation-factor;
0: --neutral-54-hsl;
0: --saturation-factor;
0: --neutral-55-hsl;
0: --saturation-factor;
0: --neutral-56-hsl;
0: --saturation-factor;
0: --neutral-57-hsl;
0: --saturation-factor;
0: --neutral-58-hsl;
0: --saturation-factor;
0: --neutral-59-hsl;
0: --saturation-factor;
0: --neutral-60-hsl;
0: --saturation-factor;
0: --neutral-61-hsl;
0: --saturation-factor;
0: --neutral-62-hsl;
0: --saturation-factor;
0: --neutral-63-hsl;
0: --saturation-factor;
0: --neutral-64-hsl;
0: --saturation-factor;
0: --neutral-65-hsl;
0: --saturation-factor;
0: --neutral-66-hsl;
0: --saturation-factor;
0: --neutral-67-hsl;
0: --saturation-factor;
0: --neutral-68-hsl;
0: --saturation-factor;
0: --neutral-69-hsl;
0: --saturation-factor;
0: --neutral-70-hsl;
0: --saturation-factor;
0: --neutral-71-hsl;
0: --saturation-factor;
0: --neutral-72-hsl;
0: --saturation-factor;
0: --neutral-73-hsl;
0: --saturation-factor;
0: --neutral-74-hsl;
0: --saturation-factor;
0: --neutral-75-hsl;
0: --saturation-factor;
0: --neutral-76-hsl;
0: --saturation-factor;
0: --neutral-77-hsl;
0: --saturation-factor;
0: --neutral-78-hsl;
0: --saturation-factor;
0: --neutral-79-hsl;
0: --saturation-factor;
0: --neutral-80-hsl;
0: --saturation-factor;
0: --neutral-81-hsl;
0: --saturation-factor;
0: --neutral-82-hsl;
0: --saturation-factor;
0: --neutral-83-hsl;
0: --saturation-factor;
0: --neutral-84-hsl;
0: --saturation-factor;
0: --neutral-85-hsl;
0: --saturation-factor;
0: --neutral-86-hsl;
0: --saturation-factor;
0: --neutral-87-hsl;
0: --saturation-factor;
0: --neutral-88-hsl;
0: --saturation-factor;
0: --neutral-89-hsl;
0: --saturation-factor;
0: --neutral-90-hsl;
0: --saturation-factor;
0: --neutral-91-hsl;
0: --saturation-factor;
0: --neutral-92-hsl;
0: --saturation-factor;
0: --neutral-93-hsl;
0: --saturation-factor;
0: --neutral-94-hsl;
0: --saturation-factor;
0: --neutral-95-hsl;
0: --saturation-factor;
0: --neutral-96-hsl;
0: --saturation-factor;
0: --neutral-97-hsl;
0: --saturation-factor;
0: --neutral-98-hsl;
0: --saturation-factor;
0: --neutral-99-hsl;
0: --saturation-factor;
0: --neutral-100-hsl;
0: --saturation-factor;
0: --blue-new-1-hsl;
0: --saturation-factor;
0: --blue-new-2-hsl;
0: --saturation-factor;
0: --blue-new-3-hsl;
0: --saturation-factor;
0: --blue-new-4-hsl;
0: --saturation-factor;
0: --blue-new-5-hsl;
0: --saturation-factor;
0: --blue-new-6-hsl;
0: --saturation-factor;
0: --blue-new-7-hsl;
0: --saturation-factor;
0: --blue-new-8-hsl;
0: --saturation-factor;
0: --blue-new-9-hsl;
0: --saturation-factor;
0: --blue-new-10-hsl;
0: --saturation-factor;
0: --blue-new-11-hsl;
0: --saturation-factor;
0: --blue-new-12-hsl;
0: --saturation-factor;
0: --blue-new-13-hsl;
0: --saturation-factor;
0: --blue-new-14-hsl;
0: --saturation-factor;
0: --blue-new-15-hsl;
0: --saturation-factor;
0: --blue-new-16-hsl;
0: --saturation-factor;
0: --blue-new-17-hsl;
0: --saturation-factor;
0: --blue-new-18-hsl;
0: --saturation-factor;
0: --blue-new-19-hsl;
0: --saturation-factor;
0: --blue-new-20-hsl;
0: --saturation-factor;
0: --blue-new-21-hsl;
0: --saturation-factor;
0: --blue-new-22-hsl;
0: --saturation-factor;
0: --blue-new-23-hsl;
0: --saturation-factor;
0: --blue-new-24-hsl;
0: --saturation-factor;
0: --blue-new-25-hsl;
0: --saturation-factor;
0: --blue-new-26-hsl;
0: --saturation-factor;
0: --blue-new-27-hsl;
0: --saturation-factor;
0: --blue-new-28-hsl;
0: --saturation-factor;
0: --blue-new-29-hsl;
0: --saturation-factor;
0: --blue-new-30-hsl;
0: --saturation-factor;
0: --blue-new-31-hsl;
0: --saturation-factor;
0: --blue-new-32-hsl;
0: --saturation-factor;
0: --blue-new-33-hsl;
0: --saturation-factor;
0: --blue-new-34-hsl;
0: --saturation-factor;
0: --blue-new-35-hsl;
0: --saturation-factor;
0: --blue-new-36-hsl;
0: --saturation-factor;
0: --blue-new-37-hsl;
0: --saturation-factor;
0: --blue-new-38-hsl;
0: --saturation-factor;
0: --blue-new-39-hsl;
0: --saturation-factor;
0: --blue-new-40-hsl;
0: --saturation-factor;
0: --blue-new-41-hsl;
0: --saturation-factor;
0: --blue-new-42-hsl;
0: --saturation-factor;
0: --blue-new-43-hsl;
0: --saturation-factor;
0: --blue-new-44-hsl;
0: --saturation-factor;
0: --blue-new-45-hsl;
0: --saturation-factor;
0: --blue-new-46-hsl;
0: --saturation-factor;
0: --blue-new-47-hsl;
0: --saturation-factor;
0: --blue-new-48-hsl;
0: --saturation-factor;
0: --blue-new-49-hsl;
0: --saturation-factor;
0: --blue-new-50-hsl;
0: --saturation-factor;
0: --blue-new-51-hsl;
0: --saturation-factor;
0: --blue-new-52-hsl;
0: --saturation-factor;
0: --blue-new-53-hsl;
0: --saturation-factor;
0: --blue-new-54-hsl;
0: --saturation-factor;
0: --blue-new-55-hsl;
0: --saturation-factor;
0: --blue-new-56-hsl;
0: --saturation-factor;
0: --blue-new-57-hsl;
0: --saturation-factor;
0: --blue-new-58-hsl;
0: --saturation-factor;
0: --blue-new-59-hsl;
0: --saturation-factor;
0: --blue-new-60-hsl;
0: --saturation-factor;
0: --blue-new-61-hsl;
0: --saturation-factor;
0: --blue-new-62-hsl;
0: --saturation-factor;
0: --blue-new-63-hsl;
0: --saturation-factor;
0: --blue-new-64-hsl;
0: --saturation-factor;
0: --blue-new-65-hsl;
0: --saturation-factor;
0: --blue-new-66-hsl;
0: --saturation-factor;
0: --blue-new-67-hsl;
0: --saturation-factor;
0: --blue-new-68-hsl;
0: --saturation-factor;
0: --blue-new-69-hsl;
0: --saturation-factor;
0: --blue-new-70-hsl;
0: --saturation-factor;
0: --blue-new-71-hsl;
0: --saturation-factor;
0: --blue-new-72-hsl;
0: --saturation-factor;
0: --blue-new-73-hsl;
0: --saturation-factor;
0: --blue-new-74-hsl;
0: --saturation-factor;
0: --blue-new-75-hsl;
0: --saturation-factor;
0: --blue-new-76-hsl;
0: --saturation-factor;
0: --blue-new-77-hsl;
0: --saturation-factor;
0: --blue-new-78-hsl;
0: --saturation-factor;
0: --blue-new-79-hsl;
0: --saturation-factor;
0: --blue-new-80-hsl;
0: --saturation-factor;
0: --blue-new-81-hsl;
0: --saturation-factor;
0: --blue-new-82-hsl;
0: --saturation-factor;
0: --blue-new-83-hsl;
0: --saturation-factor;
0: --blue-new-84-hsl;
0: --saturation-factor;
0: --blue-new-85-hsl;
0: --saturation-factor;
0: --blue-new-86-hsl;
0: --saturation-factor;
0: --blue-new-87-hsl;
0: --saturation-factor;
0: --blue-new-88-hsl;
0: --saturation-factor;
0: --blue-new-89-hsl;
0: --saturation-factor;
0: --blue-new-90-hsl;
0: --saturation-factor;
0: --blue-new-91-hsl;
0: --saturation-factor;
0: --blue-new-92-hsl;
0: --saturation-factor;
0: --blue-new-93-hsl;
0: --saturation-factor;
0: --blue-new-94-hsl;
0: --saturation-factor;
0: --blue-new-95-hsl;
0: --saturation-factor;
0: --blue-new-96-hsl;
0: --saturation-factor;
0: --blue-new-97-hsl;
0: --saturation-factor;
0: --blue-new-98-hsl;
0: --saturation-factor;
0: --blue-new-99-hsl;
0: --saturation-factor;
0: --blue-new-100-hsl;
0: --saturation-factor;
0: --blurple-1-hsl;
0: --saturation-factor;
0: --blurple-2-hsl;
0: --saturation-factor;
0: --blurple-3-hsl;
0: --saturation-factor;
0: --blurple-4-hsl;
0: --saturation-factor;
0: --blurple-5-hsl;
0: --saturation-factor;
0: --blurple-6-hsl;
0: --saturation-factor;
0: --blurple-7-hsl;
0: --saturation-factor;
0: --blurple-8-hsl;
0: --saturation-factor;
0: --blurple-9-hsl;
0: --saturation-factor;
0: --blurple-10-hsl;
0: --saturation-factor;
0: --blurple-11-hsl;
0: --saturation-factor;
0: --blurple-12-hsl;
0: --saturation-factor;
0: --blurple-13-hsl;
0: --saturation-factor;
0: --blurple-14-hsl;
0: --saturation-factor;
0: --blurple-15-hsl;
0: --saturation-factor;
0: --blurple-16-hsl;
0: --saturation-factor;
0: --blurple-17-hsl;
0: --saturation-factor;
0: --blurple-18-hsl;
0: --saturation-factor;
0: --blurple-19-hsl;
0: --saturation-factor;
0: --blurple-20-hsl;
0: --saturation-factor;
0: --blurple-21-hsl;
0: --saturation-factor;
0: --blurple-22-hsl;
0: --saturation-factor;
0: --blurple-23-hsl;
0: --saturation-factor;
0: --blurple-24-hsl;
0: --saturation-factor;
0: --blurple-25-hsl;
0: --saturation-factor;
0: --blurple-26-hsl;
0: --saturation-factor;
0: --blurple-27-hsl;
0: --saturation-factor;
0: --blurple-28-hsl;
0: --saturation-factor;
0: --blurple-29-hsl;
0: --saturation-factor;
0: --blurple-30-hsl;
0: --saturation-factor;
0: --blurple-31-hsl;
0: --saturation-factor;
0: --blurple-32-hsl;
0: --saturation-factor;
0: --blurple-33-hsl;
0: --saturation-factor;
0: --blurple-34-hsl;
0: --saturation-factor;
0: --blurple-35-hsl;
0: --saturation-factor;
0: --blurple-36-hsl;
0: --saturation-factor;
0: --blurple-37-hsl;
0: --saturation-factor;
0: --blurple-38-hsl;
0: --saturation-factor;
0: --blurple-39-hsl;
0: --saturation-factor;
0: --blurple-40-hsl;
0: --saturation-factor;
0: --blurple-41-hsl;
0: --saturation-factor;
0: --blurple-42-hsl;
0: --saturation-factor;
0: --blurple-43-hsl;
0: --saturation-factor;
0: --blurple-44-hsl;
0: --saturation-factor;
0: --blurple-45-hsl;
0: --saturation-factor;
0: --blurple-46-hsl;
0: --saturation-factor;
0: --blurple-47-hsl;
0: --saturation-factor;
0: --blurple-48-hsl;
0: --saturation-factor;
0: --blurple-49-hsl;
0: --saturation-factor;
0: --blurple-50-hsl;
0: --saturation-factor;
0: --blurple-51-hsl;
0: --saturation-factor;
0: --blurple-52-hsl;
0: --saturation-factor;
0: --blurple-53-hsl;
0: --saturation-factor;
0: --blurple-54-hsl;
0: --saturation-factor;
0: --blurple-55-hsl;
0: --saturation-factor;
0: --blurple-56-hsl;
0: --saturation-factor;
0: --blurple-57-hsl;
0: --saturation-factor;
0: --blurple-58-hsl;
0: --saturation-factor;
0: --blurple-59-hsl;
0: --saturation-factor;
0: --blurple-60-hsl;
0: --saturation-factor;
0: --blurple-61-hsl;
0: --saturation-factor;
0: --blurple-62-hsl;
0: --saturation-factor;
0: --blurple-63-hsl;
0: --saturation-factor;
0: --blurple-64-hsl;
0: --saturation-factor;
0: --blurple-65-hsl;
0: --saturation-factor;
0: --blurple-66-hsl;
0: --saturation-factor;
0: --blurple-67-hsl;
0: --saturation-factor;
0: --blurple-68-hsl;
0: --saturation-factor;
0: --blurple-69-hsl;
0: --saturation-factor;
0: --blurple-70-hsl;
0: --saturation-factor;
0: --blurple-71-hsl;
0: --saturation-factor;
0: --blurple-72-hsl;
0: --saturation-factor;
0: --blurple-73-hsl;
0: --saturation-factor;
0: --blurple-74-hsl;
0: --saturation-factor;
0: --blurple-75-hsl;
0: --saturation-factor;
0: --blurple-76-hsl;
0: --saturation-factor;
0: --blurple-77-hsl;
0: --saturation-factor;
0: --blurple-78-hsl;
0: --saturation-factor;
0: --blurple-79-hsl;
0: --saturation-factor;
0: --blurple-80-hsl;
0: --saturation-factor;
0: --blurple-81-hsl;
0: --saturation-factor;
0: --blurple-82-hsl;
0: --saturation-factor;
0: --blurple-83-hsl;
0: --saturation-factor;
0: --blurple-84-hsl;
0: --saturation-factor;
0: --blurple-85-hsl;
0: --saturation-factor;
0: --blurple-86-hsl;
0: --saturation-factor;
0: --blurple-87-hsl;
0: --saturation-factor;
0: --blurple-88-hsl;
0: --saturation-factor;
0: --blurple-89-hsl;
0: --saturation-factor;
0: --blurple-90-hsl;
0: --saturation-factor;
0: --blurple-91-hsl;
0: --saturation-factor;
0: --blurple-92-hsl;
0: --saturation-factor;
0: --blurple-93-hsl;
0: --saturation-factor;
0: --blurple-94-hsl;
0: --saturation-factor;
0: --blurple-95-hsl;
0: --saturation-factor;
0: --blurple-96-hsl;
0: --saturation-factor;
0: --blurple-97-hsl;
0: --saturation-factor;
0: --blurple-98-hsl;
0: --saturation-factor;
0: --blurple-99-hsl;
0: --saturation-factor;
0: --blurple-100-hsl;
0: --saturation-factor;
0: --green-new-1-hsl;
0: --saturation-factor;
0: --green-new-2-hsl;
0: --saturation-factor;
0: --green-new-3-hsl;
0: --saturation-factor;
0: --green-new-4-hsl;
0: --saturation-factor;
0: --green-new-5-hsl;
0: --saturation-factor;
0: --green-new-6-hsl;
0: --saturation-factor;
0: --green-new-7-hsl;
0: --saturation-factor;
0: --green-new-8-hsl;
0: --saturation-factor;
0: --green-new-9-hsl;
0: --saturation-factor;
0: --green-new-10-hsl;
0: --saturation-factor;
0: --green-new-11-hsl;
0: --saturation-factor;
0: --green-new-12-hsl;
0: --saturation-factor;
0: --green-new-13-hsl;
0: --saturation-factor;
0: --green-new-14-hsl;
0: --saturation-factor;
0: --green-new-15-hsl;
0: --saturation-factor;
0: --green-new-16-hsl;
0: --saturation-factor;
0: --green-new-17-hsl;
0: --saturation-factor;
0: --green-new-18-hsl;
0: --saturation-factor;
0: --green-new-19-hsl;
0: --saturation-factor;
0: --green-new-20-hsl;
0: --saturation-factor;
0: --green-new-21-hsl;
0: --saturation-factor;
0: --green-new-22-hsl;
0: --saturation-factor;
0: --green-new-23-hsl;
0: --saturation-factor;
0: --green-new-24-hsl;
0: --saturation-factor;
0: --green-new-25-hsl;
0: --saturation-factor;
0: --green-new-26-hsl;
0: --saturation-factor;
0: --green-new-27-hsl;
0: --saturation-factor;
0: --green-new-28-hsl;
0: --saturation-factor;
0: --green-new-29-hsl;
0: --saturation-factor;
0: --green-new-30-hsl;
0: --saturation-factor;
0: --green-new-31-hsl;
0: --saturation-factor;
0: --green-new-32-hsl;
0: --saturation-factor;
0: --green-new-33-hsl;
0: --saturation-factor;
0: --green-new-34-hsl;
0: --saturation-factor;
0: --green-new-35-hsl;
0: --saturation-factor;
0: --green-new-36-hsl;
0: --saturation-factor;
0: --green-new-37-hsl;
0: --saturation-factor;
0: --green-new-38-hsl;
0: --saturation-factor;
0: --green-new-39-hsl;
0: --saturation-factor;
0: --green-new-40-hsl;
0: --saturation-factor;
0: --green-new-41-hsl;
0: --saturation-factor;
0: --green-new-42-hsl;
0: --saturation-factor;
0: --green-new-43-hsl;
0: --saturation-factor;
0: --green-new-44-hsl;
0: --saturation-factor;
0: --green-new-45-hsl;
0: --saturation-factor;
0: --green-new-46-hsl;
0: --saturation-factor;
0: --green-new-47-hsl;
0: --saturation-factor;
0: --green-new-48-hsl;
0: --saturation-factor;
0: --green-new-49-hsl;
0: --saturation-factor;
0: --green-new-50-hsl;
0: --saturation-factor;
0: --green-new-51-hsl;
0: --saturation-factor;
0: --green-new-52-hsl;
0: --saturation-factor;
0: --green-new-53-hsl;
0: --saturation-factor;
0: --green-new-54-hsl;
0: --saturation-factor;
0: --green-new-55-hsl;
0: --saturation-factor;
0: --green-new-56-hsl;
0: --saturation-factor;
0: --green-new-57-hsl;
0: --saturation-factor;
0: --green-new-58-hsl;
0: --saturation-factor;
0: --green-new-59-hsl;
0: --saturation-factor;
0: --green-new-60-hsl;
0: --saturation-factor;
0: --green-new-61-hsl;
0: --saturation-factor;
0: --green-new-62-hsl;
0: --saturation-factor;
0: --green-new-63-hsl;
0: --saturation-factor;
0: --green-new-64-hsl;
0: --saturation-factor;
0: --green-new-65-hsl;
0: --saturation-factor;
0: --green-new-66-hsl;
0: --saturation-factor;
0: --green-new-67-hsl;
0: --saturation-factor;
0: --green-new-68-hsl;
0: --saturation-factor;
0: --green-new-69-hsl;
0: --saturation-factor;
0: --green-new-70-hsl;
0: --saturation-factor;
0: --green-new-71-hsl;
0: --saturation-factor;
0: --green-new-72-hsl;
0: --saturation-factor;
0: --green-new-73-hsl;
0: --saturation-factor;
0: --green-new-74-hsl;
0: --saturation-factor;
0: --green-new-75-hsl;
0: --saturation-factor;
0: --green-new-76-hsl;
0: --saturation-factor;
0: --green-new-77-hsl;
0: --saturation-factor;
0: --green-new-78-hsl;
0: --saturation-factor;
0: --green-new-79-hsl;
0: --saturation-factor;
0: --green-new-80-hsl;
0: --saturation-factor;
0: --green-new-81-hsl;
0: --saturation-factor;
0: --green-new-82-hsl;
0: --saturation-factor;
0: --green-new-83-hsl;
0: --saturation-factor;
0: --green-new-84-hsl;
0: --saturation-factor;
0: --green-new-85-hsl;
0: --saturation-factor;
0: --green-new-86-hsl;
0: --saturation-factor;
0: --green-new-87-hsl;
0: --saturation-factor;
0: --green-new-88-hsl;
0: --saturation-factor;
0: --green-new-89-hsl;
0: --saturation-factor;
0: --green-new-90-hsl;
0: --saturation-factor;
0: --green-new-91-hsl;
0: --saturation-factor;
0: --green-new-92-hsl;
0: --saturation-factor;
0: --green-new-93-hsl;
0: --saturation-factor;
0: --green-new-94-hsl;
0: --saturation-factor;
0: --green-new-95-hsl;
0: --saturation-factor;
0: --green-new-96-hsl;
0: --saturation-factor;
0: --green-new-97-hsl;
0: --saturation-factor;
0: --green-new-98-hsl;
0: --saturation-factor;
0: --green-new-99-hsl;
0: --saturation-factor;
0: --green-new-100-hsl;
0: --saturation-factor;
0: --red-new-1-hsl;
0: --saturation-factor;
0: --red-new-2-hsl;
0: --saturation-factor;
0: --red-new-3-hsl;
0: --saturation-factor;
0: --red-new-4-hsl;
0: --saturation-factor;
0: --red-new-5-hsl;
0: --saturation-factor;
0: --red-new-6-hsl;
0: --saturation-factor;
0: --red-new-7-hsl;
0: --saturation-factor;
0: --red-new-8-hsl;
0: --saturation-factor;
0: --red-new-9-hsl;
0: --saturation-factor;
0: --red-new-10-hsl;
0: --saturation-factor;
0: --red-new-11-hsl;
0: --saturation-factor;
0: --red-new-12-hsl;
0: --saturation-factor;
0: --red-new-13-hsl;
0: --saturation-factor;
0: --red-new-14-hsl;
0: --saturation-factor;
0: --red-new-15-hsl;
0: --saturation-factor;
0: --red-new-16-hsl;
0: --saturation-factor;
0: --red-new-17-hsl;
0: --saturation-factor;
0: --red-new-18-hsl;
0: --saturation-factor;
0: --red-new-19-hsl;
0: --saturation-factor;
0: --red-new-20-hsl;
0: --saturation-factor;
0: --red-new-21-hsl;
0: --saturation-factor;
0: --red-new-22-hsl;
0: --saturation-factor;
0: --red-new-23-hsl;
0: --saturation-factor;
0: --red-new-24-hsl;
0: --saturation-factor;
0: --red-new-25-hsl;
0: --saturation-factor;
0: --red-new-26-hsl;
0: --saturation-factor;
0: --red-new-27-hsl;
0: --saturation-factor;
0: --red-new-28-hsl;
0: --saturation-factor;
0: --red-new-29-hsl;
0: --saturation-factor;
0: --red-new-30-hsl;
0: --saturation-factor;
0: --red-new-31-hsl;
0: --saturation-factor;
0: --red-new-32-hsl;
0: --saturation-factor;
0: --red-new-33-hsl;
0: --saturation-factor;
0: --red-new-34-hsl;
0: --saturation-factor;
0: --red-new-35-hsl;
0: --saturation-factor;
0: --red-new-36-hsl;
0: --saturation-factor;
0: --red-new-37-hsl;
0: --saturation-factor;
0: --red-new-38-hsl;
0: --saturation-factor;
0: --red-new-39-hsl;
0: --saturation-factor;
0: --red-new-40-hsl;
0: --saturation-factor;
0: --red-new-41-hsl;
0: --saturation-factor;
0: --red-new-42-hsl;
0: --saturation-factor;
0: --red-new-43-hsl;
0: --saturation-factor;
0: --red-new-44-hsl;
0: --saturation-factor;
0: --red-new-45-hsl;
0: --saturation-factor;
0: --red-new-46-hsl;
0: --saturation-factor;
0: --red-new-47-hsl;
0: --saturation-factor;
0: --red-new-48-hsl;
0: --saturation-factor;
0: --red-new-49-hsl;
0: --saturation-factor;
0: --red-new-50-hsl;
0: --saturation-factor;
0: --red-new-51-hsl;
0: --saturation-factor;
0: --red-new-52-hsl;
0: --saturation-factor;
0: --red-new-53-hsl;
0: --saturation-factor;
0: --red-new-54-hsl;
0: --saturation-factor;
0: --red-new-55-hsl;
0: --saturation-factor;
0: --red-new-56-hsl;
0: --saturation-factor;
0: --red-new-57-hsl;
0: --saturation-factor;
0: --red-new-58-hsl;
0: --saturation-factor;
0: --red-new-59-hsl;
0: --saturation-factor;
0: --red-new-60-hsl;
0: --saturation-factor;
0: --red-new-61-hsl;
0: --saturation-factor;
0: --red-new-62-hsl;
0: --saturation-factor;
0: --red-new-63-hsl;
0: --saturation-factor;
0: --red-new-64-hsl;
0: --saturation-factor;
0: --red-new-65-hsl;
0: --saturation-factor;
0: --red-new-66-hsl;
0: --saturation-factor;
0: --red-new-67-hsl;
0: --saturation-factor;
0: --red-new-68-hsl;
0: --saturation-factor;
0: --red-new-69-hsl;
0: --saturation-factor;
0: --red-new-70-hsl;
0: --saturation-factor;
0: --red-new-71-hsl;
0: --saturation-factor;
0: --red-new-72-hsl;
0: --saturation-factor;
0: --red-new-73-hsl;
0: --saturation-factor;
0: --red-new-74-hsl;
0: --saturation-factor;
0: --red-new-75-hsl;
0: --saturation-factor;
0: --red-new-76-hsl;
0: --saturation-factor;
0: --red-new-77-hsl;
0: --saturation-factor;
0: --red-new-78-hsl;
0: --saturation-factor;
0: --red-new-79-hsl;
0: --saturation-factor;
0: --red-new-80-hsl;
0: --saturation-factor;
0: --red-new-81-hsl;
0: --saturation-factor;
0: --red-new-82-hsl;
0: --saturation-factor;
0: --red-new-83-hsl;
0: --saturation-factor;
0: --red-new-84-hsl;
0: --saturation-factor;
0: --red-new-85-hsl;
0: --saturation-factor;
0: --red-new-86-hsl;
0: --saturation-factor;
0: --red-new-87-hsl;
0: --saturation-factor;
0: --red-new-88-hsl;
0: --saturation-factor;
0: --red-new-89-hsl;
0: --saturation-factor;
0: --red-new-90-hsl;
0: --saturation-factor;
0: --red-new-91-hsl;
0: --saturation-factor;
0: --red-new-92-hsl;
0: --saturation-factor;
0: --red-new-93-hsl;
0: --saturation-factor;
0: --red-new-94-hsl;
0: --saturation-factor;
0: --red-new-95-hsl;
0: --saturation-factor;
0: --red-new-96-hsl;
0: --saturation-factor;
0: --red-new-97-hsl;
0: --saturation-factor;
0: --red-new-98-hsl;
0: --saturation-factor;
0: --red-new-99-hsl;
0: --saturation-factor;
0: --red-new-100-hsl;
0: --saturation-factor;
0: --teal-new-1-hsl;
0: --saturation-factor;
0: --teal-new-2-hsl;
0: --saturation-factor;
0: --teal-new-3-hsl;
0: --saturation-factor;
0: --teal-new-4-hsl;
0: --saturation-factor;
0: --teal-new-5-hsl;
0: --saturation-factor;
0: --teal-new-6-hsl;
0: --saturation-factor;
0: --teal-new-7-hsl;
0: --saturation-factor;
0: --teal-new-8-hsl;
0: --saturation-factor;
0: --teal-new-9-hsl;
0: --saturation-factor;
0: --teal-new-10-hsl;
0: --saturation-factor;
0: --teal-new-11-hsl;
0: --saturation-factor;
0: --teal-new-12-hsl;
0: --saturation-factor;
0: --teal-new-13-hsl;
0: --saturation-factor;
0: --teal-new-14-hsl;
0: --saturation-factor;
0: --teal-new-15-hsl;
0: --saturation-factor;
0: --teal-new-16-hsl;
0: --saturation-factor;
0: --teal-new-17-hsl;
0: --saturation-factor;
0: --teal-new-18-hsl;
0: --saturation-factor;
0: --teal-new-19-hsl;
0: --saturation-factor;
0: --teal-new-20-hsl;
0: --saturation-factor;
0: --teal-new-21-hsl;
0: --saturation-factor;
0: --teal-new-22-hsl;
0: --saturation-factor;
0: --teal-new-23-hsl;
0: --saturation-factor;
0: --teal-new-24-hsl;
0: --saturation-factor;
0: --teal-new-25-hsl;
0: --saturation-factor;
0: --teal-new-26-hsl;
0: --saturation-factor;
0: --teal-new-27-hsl;
0: --saturation-factor;
0: --teal-new-28-hsl;
0: --saturation-factor;
0: --teal-new-29-hsl;
0: --saturation-factor;
0: --teal-new-30-hsl;
0: --saturation-factor;
0: --teal-new-31-hsl;
0: --saturation-factor;
0: --teal-new-32-hsl;
0: --saturation-factor;
0: --teal-new-33-hsl;
0: --saturation-factor;
0: --teal-new-34-hsl;
0: --saturation-factor;
0: --teal-new-35-hsl;
0: --saturation-factor;
0: --teal-new-36-hsl;
0: --saturation-factor;
0: --teal-new-37-hsl;
0: --saturation-factor;
0: --teal-new-38-hsl;
0: --saturation-factor;
0: --teal-new-39-hsl;
0: --saturation-factor;
0: --teal-new-40-hsl;
0: --saturation-factor;
0: --teal-new-41-hsl;
0: --saturation-factor;
0: --teal-new-42-hsl;
0: --saturation-factor;
0: --teal-new-43-hsl;
0: --saturation-factor;
0: --teal-new-44-hsl;
0: --saturation-factor;
0: --teal-new-45-hsl;
0: --saturation-factor;
0: --teal-new-46-hsl;
0: --saturation-factor;
0: --teal-new-47-hsl;
0: --saturation-factor;
0: --teal-new-48-hsl;
0: --saturation-factor;
0: --teal-new-49-hsl;
0: --saturation-factor;
0: --teal-new-50-hsl;
0: --saturation-factor;
0: --teal-new-51-hsl;
0: --saturation-factor;
0: --teal-new-52-hsl;
0: --saturation-factor;
0: --teal-new-53-hsl;
0: --saturation-factor;
0: --teal-new-54-hsl;
0: --saturation-factor;
0: --teal-new-55-hsl;
0: --saturation-factor;
0: --teal-new-56-hsl;
0: --saturation-factor;
0: --teal-new-57-hsl;
0: --saturation-factor;
0: --teal-new-58-hsl;
0: --saturation-factor;
0: --teal-new-59-hsl;
0: --saturation-factor;
0: --teal-new-60-hsl;
0: --saturation-factor;
0: --teal-new-61-hsl;
0: --saturation-factor;
0: --teal-new-62-hsl;
0: --saturation-factor;
0: --teal-new-63-hsl;
0: --saturation-factor;
0: --teal-new-64-hsl;
0: --saturation-factor;
0: --teal-new-65-hsl;
0: --saturation-factor;
0: --teal-new-66-hsl;
0: --saturation-factor;
0: --teal-new-67-hsl;
0: --saturation-factor;
0: --teal-new-68-hsl;
0: --saturation-factor;
0: --teal-new-69-hsl;
0: --saturation-factor;
0: --teal-new-70-hsl;
0: --saturation-factor;
0: --teal-new-71-hsl;
0: --saturation-factor;
0: --teal-new-72-hsl;
0: --saturation-factor;
0: --teal-new-73-hsl;
0: --saturation-factor;
0: --teal-new-74-hsl;
0: --saturation-factor;
0: --teal-new-75-hsl;
0: --saturation-factor;
0: --teal-new-76-hsl;
0: --saturation-factor;
0: --teal-new-77-hsl;
0: --saturation-factor;
0: --teal-new-78-hsl;
0: --saturation-factor;
0: --teal-new-79-hsl;
0: --saturation-factor;
0: --teal-new-80-hsl;
0: --saturation-factor;
0: --teal-new-81-hsl;
0: --saturation-factor;
0: --teal-new-82-hsl;
0: --saturation-factor;
0: --teal-new-83-hsl;
0: --saturation-factor;
0: --teal-new-84-hsl;
0: --saturation-factor;
0: --teal-new-85-hsl;
0: --saturation-factor;
0: --teal-new-86-hsl;
0: --saturation-factor;
0: --teal-new-87-hsl;
0: --saturation-factor;
0: --teal-new-88-hsl;
0: --saturation-factor;
0: --teal-new-89-hsl;
0: --saturation-factor;
0: --teal-new-90-hsl;
0: --saturation-factor;
0: --teal-new-91-hsl;
0: --saturation-factor;
0: --teal-new-92-hsl;
0: --saturation-factor;
0: --teal-new-93-hsl;
0: --saturation-factor;
0: --teal-new-94-hsl;
0: --saturation-factor;
0: --teal-new-95-hsl;
0: --saturation-factor;
0: --teal-new-96-hsl;
0: --saturation-factor;
0: --teal-new-97-hsl;
0: --saturation-factor;
0: --teal-new-98-hsl;
0: --saturation-factor;
0: --teal-new-99-hsl;
0: --saturation-factor;
0: --teal-new-100-hsl;
0: --saturation-factor;
0: --yellow-new-1-hsl;
0: --saturation-factor;
0: --yellow-new-2-hsl;
0: --saturation-factor;
0: --yellow-new-3-hsl;
0: --saturation-factor;
0: --yellow-new-4-hsl;
0: --saturation-factor;
0: --yellow-new-5-hsl;
0: --saturation-factor;
0: --yellow-new-6-hsl;
0: --saturation-factor;
0: --yellow-new-7-hsl;
0: --saturation-factor;
0: --yellow-new-8-hsl;
0: --saturation-factor;
0: --yellow-new-9-hsl;
0: --saturation-factor;
0: --yellow-new-10-hsl;
0: --saturation-factor;
0: --yellow-new-11-hsl;
0: --saturation-factor;
0: --yellow-new-12-hsl;
0: --saturation-factor;
0: --yellow-new-13-hsl;
0: --saturation-factor;
0: --yellow-new-14-hsl;
0: --saturation-factor;
0: --yellow-new-15-hsl;
0: --saturation-factor;
0: --yellow-new-16-hsl;
0: --saturation-factor;
0: --yellow-new-17-hsl;
0: --saturation-factor;
0: --yellow-new-18-hsl;
0: --saturation-factor;
0: --yellow-new-19-hsl;
0: --saturation-factor;
0: --yellow-new-20-hsl;
0: --saturation-factor;
0: --yellow-new-21-hsl;
0: --saturation-factor;
0: --yellow-new-22-hsl;
0: --saturation-factor;
0: --yellow-new-23-hsl;
0: --saturation-factor;
0: --yellow-new-24-hsl;
0: --saturation-factor;
0: --yellow-new-25-hsl;
0: --saturation-factor;
0: --yellow-new-26-hsl;
0: --saturation-factor;
0: --yellow-new-27-hsl;
0: --saturation-factor;
0: --yellow-new-28-hsl;
0: --saturation-factor;
0: --yellow-new-29-hsl;
0: --saturation-factor;
0: --yellow-new-30-hsl;
0: --saturation-factor;
0: --yellow-new-31-hsl;
0: --saturation-factor;
0: --yellow-new-32-hsl;
0: --saturation-factor;
0: --yellow-new-33-hsl;
0: --saturation-factor;
0: --yellow-new-34-hsl;
0: --saturation-factor;
0: --yellow-new-35-hsl;
0: --saturation-factor;
0: --yellow-new-36-hsl;
0: --saturation-factor;
0: --yellow-new-37-hsl;
0: --saturation-factor;
0: --yellow-new-38-hsl;
0: --saturation-factor;
0: --yellow-new-39-hsl;
0: --saturation-factor;
0: --yellow-new-40-hsl;
0: --saturation-factor;
0: --yellow-new-41-hsl;
0: --saturation-factor;
0: --yellow-new-42-hsl;
0: --saturation-factor;
0: --yellow-new-43-hsl;
0: --saturation-factor;
0: --yellow-new-44-hsl;
0: --saturation-factor;
0: --yellow-new-45-hsl;
0: --saturation-factor;
0: --yellow-new-46-hsl;
0: --saturation-factor;
0: --yellow-new-47-hsl;
0: --saturation-factor;
0: --yellow-new-48-hsl;
0: --saturation-factor;
0: --yellow-new-49-hsl;
0: --saturation-factor;
0: --yellow-new-50-hsl;
0: --saturation-factor;
0: --yellow-new-51-hsl;
0: --saturation-factor;
0: --yellow-new-52-hsl;
0: --saturation-factor;
0: --yellow-new-53-hsl;
0: --saturation-factor;
0: --yellow-new-54-hsl;
0: --saturation-factor;
0: --yellow-new-55-hsl;
0: --saturation-factor;
0: --yellow-new-56-hsl;
0: --saturation-factor;
0: --yellow-new-57-hsl;
0: --saturation-factor;
0: --yellow-new-58-hsl;
0: --saturation-factor;
0: --yellow-new-59-hsl;
0: --saturation-factor;
0: --yellow-new-60-hsl;
0: --saturation-factor;
0: --yellow-new-61-hsl;
0: --saturation-factor;
0: --yellow-new-62-hsl;
0: --saturation-factor;
0: --yellow-new-63-hsl;
0: --saturation-factor;
0: --yellow-new-64-hsl;
0: --saturation-factor;
0: --yellow-new-65-hsl;
0: --saturation-factor;
0: --yellow-new-66-hsl;
0: --saturation-factor;
0: --yellow-new-67-hsl;
0: --saturation-factor;
0: --yellow-new-68-hsl;
0: --saturation-factor;
0: --yellow-new-69-hsl;
0: --saturation-factor;
0: --yellow-new-70-hsl;
0: --saturation-factor;
0: --yellow-new-71-hsl;
0: --saturation-factor;
0: --yellow-new-72-hsl;
0: --saturation-factor;
0: --yellow-new-73-hsl;
0: --saturation-factor;
0: --yellow-new-74-hsl;
0: --saturation-factor;
0: --yellow-new-75-hsl;
0: --saturation-factor;
0: --yellow-new-76-hsl;
0: --saturation-factor;
0: --yellow-new-77-hsl;
0: --saturation-factor;
0: --yellow-new-78-hsl;
0: --saturation-factor;
0: --yellow-new-79-hsl;
0: --saturation-factor;
0: --yellow-new-80-hsl;
0: --saturation-factor;
0: --yellow-new-81-hsl;
0: --saturation-factor;
0: --yellow-new-82-hsl;
0: --saturation-factor;
0: --yellow-new-83-hsl;
0: --saturation-factor;
0: --yellow-new-84-hsl;
0: --saturation-factor;
0: --yellow-new-85-hsl;
0: --saturation-factor;
0: --yellow-new-86-hsl;
0: --saturation-factor;
0: --yellow-new-87-hsl;
0: --saturation-factor;
0: --yellow-new-88-hsl;
0: --saturation-factor;
0: --yellow-new-89-hsl;
0: --saturation-factor;
0: --yellow-new-90-hsl;
0: --saturation-factor;
0: --yellow-new-91-hsl;
0: --saturation-factor;
0: --yellow-new-92-hsl;
0: --saturation-factor;
0: --yellow-new-93-hsl;
0: --saturation-factor;
0: --yellow-new-94-hsl;
0: --saturation-factor;
0: --yellow-new-95-hsl;
0: --saturation-factor;
0: --yellow-new-96-hsl;
0: --saturation-factor;
0: --yellow-new-97-hsl;
0: --saturation-factor;
0: --yellow-new-98-hsl;
0: --saturation-factor;
0: --yellow-new-99-hsl;
0: --saturation-factor;
0: --yellow-new-100-hsl;
0: --saturation-factor;
0: --orange-new-1-hsl;
0: --saturation-factor;
0: --orange-new-2-hsl;
0: --saturation-factor;
0: --orange-new-3-hsl;
0: --saturation-factor;
0: --orange-new-4-hsl;
0: --saturation-factor;
0: --orange-new-5-hsl;
0: --saturation-factor;
0: --orange-new-6-hsl;
0: --saturation-factor;
0: --orange-new-7-hsl;
0: --saturation-factor;
0: --orange-new-8-hsl;
0: --saturation-factor;
0: --orange-new-9-hsl;
0: --saturation-factor;
0: --orange-new-10-hsl;
0: --saturation-factor;
0: --orange-new-11-hsl;
0: --saturation-factor;
0: --orange-new-12-hsl;
0: --saturation-factor;
0: --orange-new-13-hsl;
0: --saturation-factor;
0: --orange-new-14-hsl;
0: --saturation-factor;
0: --orange-new-15-hsl;
0: --saturation-factor;
0: --orange-new-16-hsl;
0: --saturation-factor;
0: --orange-new-17-hsl;
0: --saturation-factor;
0: --orange-new-18-hsl;
0: --saturation-factor;
0: --orange-new-19-hsl;
0: --saturation-factor;
0: --orange-new-20-hsl;
0: --saturation-factor;
0: --orange-new-21-hsl;
0: --saturation-factor;
0: --orange-new-22-hsl;
0: --saturation-factor;
0: --orange-new-23-hsl;
0: --saturation-factor;
0: --orange-new-24-hsl;
0: --saturation-factor;
0: --orange-new-25-hsl;
0: --saturation-factor;
0: --orange-new-26-hsl;
0: --saturation-factor;
0: --orange-new-27-hsl;
0: --saturation-factor;
0: --orange-new-28-hsl;
0: --saturation-factor;
0: --orange-new-29-hsl;
0: --saturation-factor;
0: --orange-new-30-hsl;
0: --saturation-factor;
0: --orange-new-31-hsl;
0: --saturation-factor;
0: --orange-new-32-hsl;
0: --saturation-factor;
0: --orange-new-33-hsl;
0: --saturation-factor;
0: --orange-new-34-hsl;
0: --saturation-factor;
0: --orange-new-35-hsl;
0: --saturation-factor;
0: --orange-new-36-hsl;
0: --saturation-factor;
0: --orange-new-37-hsl;
0: --saturation-factor;
0: --orange-new-38-hsl;
0: --saturation-factor;
0: --orange-new-39-hsl;
0: --saturation-factor;
0: --orange-new-40-hsl;
0: --saturation-factor;
0: --orange-new-41-hsl;
0: --saturation-factor;
0: --orange-new-42-hsl;
0: --saturation-factor;
0: --orange-new-43-hsl;
0: --saturation-factor;
0: --orange-new-44-hsl;
0: --saturation-factor;
0: --orange-new-45-hsl;
0: --saturation-factor;
0: --orange-new-46-hsl;
0: --saturation-factor;
0: --orange-new-47-hsl;
0: --saturation-factor;
0: --orange-new-48-hsl;
0: --saturation-factor;
0: --orange-new-49-hsl;
0: --saturation-factor;
0: --orange-new-50-hsl;
0: --saturation-factor;
0: --orange-new-51-hsl;
0: --saturation-factor;
0: --orange-new-52-hsl;
0: --saturation-factor;
0: --orange-new-53-hsl;
0: --saturation-factor;
0: --orange-new-54-hsl;
0: --saturation-factor;
0: --orange-new-55-hsl;
0: --saturation-factor;
0: --orange-new-56-hsl;
0: --saturation-factor;
0: --orange-new-57-hsl;
0: --saturation-factor;
0: --orange-new-58-hsl;
0: --saturation-factor;
0: --orange-new-59-hsl;
0: --saturation-factor;
0: --orange-new-60-hsl;
0: --saturation-factor;
0: --orange-new-61-hsl;
0: --saturation-factor;
0: --orange-new-62-hsl;
0: --saturation-factor;
0: --orange-new-63-hsl;
0: --saturation-factor;
0: --orange-new-64-hsl;
0: --saturation-factor;
0: --orange-new-65-hsl;
0: --saturation-factor;
0: --orange-new-66-hsl;
0: --saturation-factor;
0: --orange-new-67-hsl;
0: --saturation-factor;
0: --orange-new-68-hsl;
0: --saturation-factor;
0: --orange-new-69-hsl;
0: --saturation-factor;
0: --orange-new-70-hsl;
0: --saturation-factor;
0: --orange-new-71-hsl;
0: --saturation-factor;
0: --orange-new-72-hsl;
0: --saturation-factor;
0: --orange-new-73-hsl;
0: --saturation-factor;
0: --orange-new-74-hsl;
0: --saturation-factor;
0: --orange-new-75-hsl;
0: --saturation-factor;
0: --orange-new-76-hsl;
0: --saturation-factor;
0: --orange-new-77-hsl;
0: --saturation-factor;
0: --orange-new-78-hsl;
0: --saturation-factor;
0: --orange-new-79-hsl;
0: --saturation-factor;
0: --orange-new-80-hsl;
0: --saturation-factor;
0: --orange-new-81-hsl;
0: --saturation-factor;
0: --orange-new-82-hsl;
0: --saturation-factor;
0: --orange-new-83-hsl;
0: --saturation-factor;
0: --orange-new-84-hsl;
0: --saturation-factor;
0: --orange-new-85-hsl;
0: --saturation-factor;
0: --orange-new-86-hsl;
0: --saturation-factor;
0: --orange-new-87-hsl;
0: --saturation-factor;
0: --orange-new-88-hsl;
0: --saturation-factor;
0: --orange-new-89-hsl;
0: --saturation-factor;
0: --orange-new-90-hsl;
0: --saturation-factor;
0: --orange-new-91-hsl;
0: --saturation-factor;
0: --orange-new-92-hsl;
0: --saturation-factor;
0: --orange-new-93-hsl;
0: --saturation-factor;
0: --orange-new-94-hsl;
0: --saturation-factor;
0: --orange-new-95-hsl;
0: --saturation-factor;
0: --orange-new-96-hsl;
0: --saturation-factor;
0: --orange-new-97-hsl;
0: --saturation-factor;
0: --orange-new-98-hsl;
0: --saturation-factor;
0: --orange-new-99-hsl;
0: --saturation-factor;
0: --orange-new-100-hsl;
0: --saturation-factor;
0: --pink-1-hsl;
0: --saturation-factor;
0: --pink-2-hsl;
0: --saturation-factor;
0: --pink-3-hsl;
0: --saturation-factor;
0: --pink-4-hsl;
0: --saturation-factor;
0: --pink-5-hsl;
0: --saturation-factor;
0: --pink-6-hsl;
0: --saturation-factor;
0: --pink-7-hsl;
0: --saturation-factor;
0: --pink-8-hsl;
0: --saturation-factor;
0: --pink-9-hsl;
0: --saturation-factor;
0: --pink-10-hsl;
0: --saturation-factor;
0: --pink-11-hsl;
0: --saturation-factor;
0: --pink-12-hsl;
0: --saturation-factor;
0: --pink-13-hsl;
0: --saturation-factor;
0: --pink-14-hsl;
0: --saturation-factor;
0: --pink-15-hsl;
0: --saturation-factor;
0: --pink-16-hsl;
0: --saturation-factor;
0: --pink-17-hsl;
0: --saturation-factor;
0: --pink-18-hsl;
0: --saturation-factor;
0: --pink-19-hsl;
0: --saturation-factor;
0: --pink-20-hsl;
0: --saturation-factor;
0: --pink-21-hsl;
0: --saturation-factor;
0: --pink-22-hsl;
0: --saturation-factor;
0: --pink-23-hsl;
0: --saturation-factor;
0: --pink-24-hsl;
0: --saturation-factor;
0: --pink-25-hsl;
0: --saturation-factor;
0: --pink-26-hsl;
0: --saturation-factor;
0: --pink-27-hsl;
0: --saturation-factor;
0: --pink-28-hsl;
0: --saturation-factor;
0: --pink-29-hsl;
0: --saturation-factor;
0: --pink-30-hsl;
0: --saturation-factor;
0: --pink-31-hsl;
0: --saturation-factor;
0: --pink-32-hsl;
0: --saturation-factor;
0: --pink-33-hsl;
0: --saturation-factor;
0: --pink-34-hsl;
0: --saturation-factor;
0: --pink-35-hsl;
0: --saturation-factor;
0: --pink-36-hsl;
0: --saturation-factor;
0: --pink-37-hsl;
0: --saturation-factor;
0: --pink-38-hsl;
0: --saturation-factor;
0: --pink-39-hsl;
0: --saturation-factor;
0: --pink-40-hsl;
0: --saturation-factor;
0: --pink-41-hsl;
0: --saturation-factor;
0: --pink-42-hsl;
0: --saturation-factor;
0: --pink-43-hsl;
0: --saturation-factor;
0: --pink-44-hsl;
0: --saturation-factor;
0: --pink-45-hsl;
0: --saturation-factor;
0: --pink-46-hsl;
0: --saturation-factor;
0: --pink-47-hsl;
0: --saturation-factor;
0: --pink-48-hsl;
0: --saturation-factor;
0: --pink-49-hsl;
0: --saturation-factor;
0: --pink-50-hsl;
0: --saturation-factor;
0: --pink-51-hsl;
0: --saturation-factor;
0: --pink-52-hsl;
0: --saturation-factor;
0: --pink-53-hsl;
0: --saturation-factor;
0: --pink-54-hsl;
0: --saturation-factor;
0: --pink-55-hsl;
0: --saturation-factor;
0: --pink-56-hsl;
0: --saturation-factor;
0: --pink-57-hsl;
0: --saturation-factor;
0: --pink-58-hsl;
0: --saturation-factor;
0: --pink-59-hsl;
0: --saturation-factor;
0: --pink-60-hsl;
0: --saturation-factor;
0: --pink-61-hsl;
0: --saturation-factor;
0: --pink-62-hsl;
0: --saturation-factor;
0: --pink-63-hsl;
0: --saturation-factor;
0: --pink-64-hsl;
0: --saturation-factor;
0: --pink-65-hsl;
0: --saturation-factor;
0: --pink-66-hsl;
0: --saturation-factor;
0: --pink-67-hsl;
0: --saturation-factor;
0: --pink-68-hsl;
0: --saturation-factor;
0: --pink-69-hsl;
0: --saturation-factor;
0: --pink-70-hsl;
0: --saturation-factor;
0: --pink-71-hsl;
0: --saturation-factor;
0: --pink-72-hsl;
0: --saturation-factor;
0: --pink-73-hsl;
0: --saturation-factor;
0: --pink-74-hsl;
0: --saturation-factor;
0: --pink-75-hsl;
0: --saturation-factor;
0: --pink-76-hsl;
0: --saturation-factor;
0: --pink-77-hsl;
0: --saturation-factor;
0: --pink-78-hsl;
0: --saturation-factor;
0: --pink-79-hsl;
0: --saturation-factor;
0: --pink-80-hsl;
0: --saturation-factor;
0: --pink-81-hsl;
0: --saturation-factor;
0: --pink-82-hsl;
0: --saturation-factor;
0: --pink-83-hsl;
0: --saturation-factor;
0: --pink-84-hsl;
0: --saturation-factor;
0: --pink-85-hsl;
0: --saturation-factor;
0: --pink-86-hsl;
0: --saturation-factor;
0: --pink-87-hsl;
0: --saturation-factor;
0: --pink-88-hsl;
0: --saturation-factor;
0: --pink-89-hsl;
0: --saturation-factor;
0: --pink-90-hsl;
0: --saturation-factor;
0: --pink-91-hsl;
0: --saturation-factor;
0: --pink-92-hsl;
0: --saturation-factor;
0: --pink-93-hsl;
0: --saturation-factor;
0: --pink-94-hsl;
0: --saturation-factor;
0: --pink-95-hsl;
0: --saturation-factor;
0: --pink-96-hsl;
0: --saturation-factor;
0: --pink-97-hsl;
0: --saturation-factor;
0: --pink-98-hsl;
0: --saturation-factor;
0: --pink-99-hsl;
0: --saturation-factor;
0: --pink-100-hsl;
0: --saturation-factor;
0: --opacity-1-hsl;
0: --saturation-factor;
0: --opacity-4-hsl;
0: --saturation-factor;
0: --opacity-8-hsl;
0: --saturation-factor;
0: --opacity-12-hsl;
0: --saturation-factor;
0: --opacity-16-hsl;
0: --saturation-factor;
0: --opacity-20-hsl;
0: --saturation-factor;
0: --opacity-24-hsl;
0: --saturation-factor;
0: --opacity-28-hsl;
0: --saturation-factor;
0: --opacity-32-hsl;
0: --saturation-factor;
0: --opacity-36-hsl;
0: --saturation-factor;
0: --opacity-40-hsl;
0: --saturation-factor;
0: --opacity-44-hsl;
0: --saturation-factor;
0: --opacity-48-hsl;
0: --saturation-factor;
0: --opacity-52-hsl;
0: --saturation-factor;
0: --opacity-56-hsl;
0: --saturation-factor;
0: --opacity-60-hsl;
0: --saturation-factor;
0: --opacity-64-hsl;
0: --saturation-factor;
0: --opacity-68-hsl;
0: --saturation-factor;
0: --opacity-72-hsl;
0: --saturation-factor;
0: --opacity-76-hsl;
0: --saturation-factor;
0: --opacity-80-hsl;
0: --saturation-factor;
0: --opacity-84-hsl;
0: --saturation-factor;
0: --opacity-88-hsl;
0: --saturation-factor;
0: --opacity-92-hsl;
0: --saturation-factor;
0: --opacity-96-hsl;
0: --saturation-factor;
0: --opacity-blue-1-hsl;
0: --saturation-factor;
0: --opacity-blue-4-hsl;
0: --saturation-factor;
0: --opacity-blue-8-hsl;
0: --saturation-factor;
0: --opacity-blue-12-hsl;
0: --saturation-factor;
0: --opacity-blue-16-hsl;
0: --saturation-factor;
0: --opacity-blue-20-hsl;
0: --saturation-factor;
0: --opacity-blue-24-hsl;
0: --saturation-factor;
0: --opacity-blue-28-hsl;
0: --saturation-factor;
0: --opacity-blue-32-hsl;
0: --saturation-factor;
0: --opacity-blue-36-hsl;
0: --saturation-factor;
0: --opacity-blue-40-hsl;
0: --saturation-factor;
0: --opacity-blue-44-hsl;
0: --saturation-factor;
0: --opacity-blue-48-hsl;
0: --saturation-factor;
0: --opacity-blue-52-hsl;
0: --saturation-factor;
0: --opacity-blue-56-hsl;
0: --saturation-factor;
0: --opacity-blue-60-hsl;
0: --saturation-factor;
0: --opacity-blue-64-hsl;
0: --saturation-factor;
0: --opacity-blue-68-hsl;
0: --saturation-factor;
0: --opacity-blue-72-hsl;
0: --saturation-factor;
0: --opacity-blue-76-hsl;
0: --saturation-factor;
0: --opacity-blue-80-hsl;
0: --saturation-factor;
0: --opacity-blue-84-hsl;
0: --saturation-factor;
0: --opacity-blue-88-hsl;
0: --saturation-factor;
0: --opacity-blue-92-hsl;
0: --saturation-factor;
0: --opacity-blue-96-hsl;
0: --saturation-factor;
0: --opacity-blurple-1-hsl;
0: --saturation-factor;
0: --opacity-blurple-4-hsl;
0: --saturation-factor;
0: --opacity-blurple-8-hsl;
0: --saturation-factor;
0: --opacity-blurple-12-hsl;
0: --saturation-factor;
0: --opacity-blurple-16-hsl;
0: --saturation-factor;
0: --opacity-blurple-20-hsl;
0: --saturation-factor;
0: --opacity-blurple-24-hsl;
0: --saturation-factor;
0: --opacity-blurple-28-hsl;
0: --saturation-factor;
0: --opacity-blurple-32-hsl;
0: --saturation-factor;
0: --opacity-blurple-36-hsl;
0: --saturation-factor;
0: --opacity-blurple-40-hsl;
0: --saturation-factor;
0: --opacity-blurple-44-hsl;
0: --saturation-factor;
0: --opacity-blurple-48-hsl;
0: --saturation-factor;
0: --opacity-blurple-52-hsl;
0: --saturation-factor;
0: --opacity-blurple-56-hsl;
0: --saturation-factor;
0: --opacity-blurple-60-hsl;
0: --saturation-factor;
0: --opacity-blurple-64-hsl;
0: --saturation-factor;
0: --opacity-blurple-68-hsl;
0: --saturation-factor;
0: --opacity-blurple-72-hsl;
0: --saturation-factor;
0: --opacity-blurple-76-hsl;
0: --saturation-factor;
0: --opacity-blurple-80-hsl;
0: --saturation-factor;
0: --opacity-blurple-84-hsl;
0: --saturation-factor;
0: --opacity-blurple-88-hsl;
0: --saturation-factor;
0: --opacity-blurple-92-hsl;
0: --saturation-factor;
0: --opacity-blurple-96-hsl;
0: --saturation-factor;
0: --opacity-green-1-hsl;
0: --saturation-factor;
0: --opacity-green-4-hsl;
0: --saturation-factor;
0: --opacity-green-8-hsl;
0: --saturation-factor;
0: --opacity-green-12-hsl;
0: --saturation-factor;
0: --opacity-green-16-hsl;
0: --saturation-factor;
0: --opacity-green-20-hsl;
0: --saturation-factor;
0: --opacity-green-24-hsl;
0: --saturation-factor;
0: --opacity-green-28-hsl;
0: --saturation-factor;
0: --opacity-green-32-hsl;
0: --saturation-factor;
0: --opacity-green-36-hsl;
0: --saturation-factor;
0: --opacity-green-40-hsl;
0: --saturation-factor;
0: --opacity-green-44-hsl;
0: --saturation-factor;
0: --opacity-green-48-hsl;
0: --saturation-factor;
0: --opacity-green-52-hsl;
0: --saturation-factor;
0: --opacity-green-56-hsl;
0: --saturation-factor;
0: --opacity-green-60-hsl;
0: --saturation-factor;
0: --opacity-green-64-hsl;
0: --saturation-factor;
0: --opacity-green-68-hsl;
0: --saturation-factor;
0: --opacity-green-72-hsl;
0: --saturation-factor;
0: --opacity-green-76-hsl;
0: --saturation-factor;
0: --opacity-green-80-hsl;
0: --saturation-factor;
0: --opacity-green-84-hsl;
0: --saturation-factor;
0: --opacity-green-88-hsl;
0: --saturation-factor;
0: --opacity-green-92-hsl;
0: --saturation-factor;
0: --opacity-green-96-hsl;
0: --saturation-factor;
0: --opacity-red-1-hsl;
0: --saturation-factor;
0: --opacity-red-4-hsl;
0: --saturation-factor;
0: --opacity-red-8-hsl;
0: --saturation-factor;
0: --opacity-red-12-hsl;
0: --saturation-factor;
0: --opacity-red-16-hsl;
0: --saturation-factor;
0: --opacity-red-20-hsl;
0: --saturation-factor;
0: --opacity-red-24-hsl;
0: --saturation-factor;
0: --opacity-red-28-hsl;
0: --saturation-factor;
0: --opacity-red-32-hsl;
0: --saturation-factor;
0: --opacity-red-36-hsl;
0: --saturation-factor;
0: --opacity-red-40-hsl;
0: --saturation-factor;
0: --opacity-red-44-hsl;
0: --saturation-factor;
0: --opacity-red-48-hsl;
0: --saturation-factor;
0: --opacity-red-52-hsl;
0: --saturation-factor;
0: --opacity-red-56-hsl;
0: --saturation-factor;
0: --opacity-red-60-hsl;
0: --saturation-factor;
0: --opacity-red-64-hsl;
0: --saturation-factor;
0: --opacity-red-68-hsl;
0: --saturation-factor;
0: --opacity-red-72-hsl;
0: --saturation-factor;
0: --opacity-red-76-hsl;
0: --saturation-factor;
0: --opacity-red-80-hsl;
0: --saturation-factor;
0: --opacity-red-84-hsl;
0: --saturation-factor;
0: --opacity-red-88-hsl;
0: --saturation-factor;
0: --opacity-red-92-hsl;
0: --saturation-factor;
0: --opacity-red-96-hsl;
0: --saturation-factor;
0: --opacity-teal-1-hsl;
0: --saturation-factor;
0: --opacity-teal-4-hsl;
0: --saturation-factor;
0: --opacity-teal-8-hsl;
0: --saturation-factor;
0: --opacity-teal-12-hsl;
0: --saturation-factor;
0: --opacity-teal-16-hsl;
0: --saturation-factor;
0: --opacity-teal-20-hsl;
0: --saturation-factor;
0: --opacity-teal-24-hsl;
0: --saturation-factor;
0: --opacity-teal-28-hsl;
0: --saturation-factor;
0: --opacity-teal-32-hsl;
0: --saturation-factor;
0: --opacity-teal-36-hsl;
0: --saturation-factor;
0: --opacity-teal-40-hsl;
0: --saturation-factor;
0: --opacity-teal-44-hsl;
0: --saturation-factor;
0: --opacity-teal-48-hsl;
0: --saturation-factor;
0: --opacity-teal-52-hsl;
0: --saturation-factor;
0: --opacity-teal-56-hsl;
0: --saturation-factor;
0: --opacity-teal-60-hsl;
0: --saturation-factor;
0: --opacity-teal-64-hsl;
0: --saturation-factor;
0: --opacity-teal-68-hsl;
0: --saturation-factor;
0: --opacity-teal-72-hsl;
0: --saturation-factor;
0: --opacity-teal-76-hsl;
0: --saturation-factor;
0: --opacity-teal-80-hsl;
0: --saturation-factor;
0: --opacity-teal-84-hsl;
0: --saturation-factor;
0: --opacity-teal-88-hsl;
0: --saturation-factor;
0: --opacity-teal-92-hsl;
0: --saturation-factor;
0: --opacity-teal-96-hsl;
0: --saturation-factor;
0: --opacity-yellow-1-hsl;
0: --saturation-factor;
0: --opacity-yellow-4-hsl;
0: --saturation-factor;
0: --opacity-yellow-8-hsl;
0: --saturation-factor;
0: --opacity-yellow-12-hsl;
0: --saturation-factor;
0: --opacity-yellow-16-hsl;
0: --saturation-factor;
0: --opacity-yellow-20-hsl;
0: --saturation-factor;
0: --opacity-yellow-24-hsl;
0: --saturation-factor;
0: --opacity-yellow-28-hsl;
0: --saturation-factor;
0: --opacity-yellow-32-hsl;
0: --saturation-factor;
0: --opacity-yellow-36-hsl;
0: --saturation-factor;
0: --opacity-yellow-40-hsl;
0: --saturation-factor;
0: --opacity-yellow-44-hsl;
0: --saturation-factor;
0: --opacity-yellow-48-hsl;
0: --saturation-factor;
0: --opacity-yellow-52-hsl;
0: --saturation-factor;
0: --opacity-yellow-56-hsl;
0: --saturation-factor;
0: --opacity-yellow-60-hsl;
0: --saturation-factor;
0: --opacity-yellow-64-hsl;
0: --saturation-factor;
0: --opacity-yellow-68-hsl;
0: --saturation-factor;
0: --opacity-yellow-72-hsl;
0: --saturation-factor;
0: --opacity-yellow-76-hsl;
0: --saturation-factor;
0: --opacity-yellow-80-hsl;
0: --saturation-factor;
0: --opacity-yellow-84-hsl;
0: --saturation-factor;
0: --opacity-yellow-88-hsl;
0: --saturation-factor;
0: --opacity-yellow-92-hsl;
0: --saturation-factor;
0: --opacity-yellow-96-hsl;
0: --saturation-factor;
0: --opacity-orange-1-hsl;
0: --saturation-factor;
0: --opacity-orange-4-hsl;
0: --saturation-factor;
0: --opacity-orange-8-hsl;
0: --saturation-factor;
0: --opacity-orange-12-hsl;
0: --saturation-factor;
0: --opacity-orange-16-hsl;
0: --saturation-factor;
0: --opacity-orange-20-hsl;
0: --saturation-factor;
0: --opacity-orange-24-hsl;
0: --saturation-factor;
0: --opacity-orange-28-hsl;
0: --saturation-factor;
0: --opacity-orange-32-hsl;
0: --saturation-factor;
0: --opacity-orange-36-hsl;
0: --saturation-factor;
0: --opacity-orange-40-hsl;
0: --saturation-factor;
0: --opacity-orange-44-hsl;
0: --saturation-factor;
0: --opacity-orange-48-hsl;
0: --saturation-factor;
0: --opacity-orange-52-hsl;
0: --saturation-factor;
0: --opacity-orange-56-hsl;
0: --saturation-factor;
0: --opacity-orange-60-hsl;
0: --saturation-factor;
0: --opacity-orange-64-hsl;
0: --saturation-factor;
0: --opacity-orange-68-hsl;
0: --saturation-factor;
0: --opacity-orange-72-hsl;
0: --saturation-factor;
0: --opacity-orange-76-hsl;
0: --saturation-factor;
0: --opacity-orange-80-hsl;
0: --saturation-factor;
0: --opacity-orange-84-hsl;
0: --saturation-factor;
0: --opacity-orange-88-hsl;
0: --saturation-factor;
0: --opacity-orange-92-hsl;
0: --saturation-factor;
0: --opacity-orange-96-hsl;
0: --saturation-factor;
0: --opacity-pink-1-hsl;
0: --saturation-factor;
0: --opacity-pink-4-hsl;
0: --saturation-factor;
0: --opacity-pink-8-hsl;
0: --saturation-factor;
0: --opacity-pink-12-hsl;
0: --saturation-factor;
0: --opacity-pink-16-hsl;
0: --saturation-factor;
0: --opacity-pink-20-hsl;
0: --saturation-factor;
0: --opacity-pink-24-hsl;
0: --saturation-factor;
0: --opacity-pink-28-hsl;
0: --saturation-factor;
0: --opacity-pink-32-hsl;
0: --saturation-factor;
0: --opacity-pink-36-hsl;
0: --saturation-factor;
0: --opacity-pink-40-hsl;
0: --saturation-factor;
0: --opacity-pink-44-hsl;
0: --saturation-factor;
0: --opacity-pink-48-hsl;
0: --saturation-factor;
0: --opacity-pink-52-hsl;
0: --saturation-factor;
0: --opacity-pink-56-hsl;
0: --saturation-factor;
0: --opacity-pink-60-hsl;
0: --saturation-factor;
0: --opacity-pink-64-hsl;
0: --saturation-factor;
0: --opacity-pink-68-hsl;
0: --saturation-factor;
0: --opacity-pink-72-hsl;
0: --saturation-factor;
0: --opacity-pink-76-hsl;
0: --saturation-factor;
0: --opacity-pink-80-hsl;
0: --saturation-factor;
0: --opacity-pink-84-hsl;
0: --saturation-factor;
0: --opacity-pink-88-hsl;
0: --saturation-factor;
0: --opacity-pink-92-hsl;
0: --saturation-factor;
0: --opacity-pink-96-hsl;
0: --saturation-factor;
0: --opacity-white-1-hsl;
0: --saturation-factor;
0: --opacity-white-4-hsl;
0: --saturation-factor;
0: --opacity-white-8-hsl;
0: --saturation-factor;
0: --opacity-white-12-hsl;
0: --saturation-factor;
0: --opacity-white-16-hsl;
0: --saturation-factor;
0: --opacity-white-20-hsl;
0: --saturation-factor;
0: --opacity-white-24-hsl;
0: --saturation-factor;
0: --opacity-white-28-hsl;
0: --saturation-factor;
0: --opacity-white-32-hsl;
0: --saturation-factor;
0: --opacity-white-36-hsl;
0: --saturation-factor;
0: --opacity-white-40-hsl;
0: --saturation-factor;
0: --opacity-white-44-hsl;
0: --saturation-factor;
0: --opacity-white-48-hsl;
0: --saturation-factor;
0: --opacity-white-52-hsl;
0: --saturation-factor;
0: --opacity-white-56-hsl;
0: --saturation-factor;
0: --opacity-white-60-hsl;
0: --saturation-factor;
0: --opacity-white-64-hsl;
0: --saturation-factor;
0: --opacity-white-68-hsl;
0: --saturation-factor;
0: --opacity-white-72-hsl;
0: --saturation-factor;
0: --opacity-white-76-hsl;
0: --saturation-factor;
0: --opacity-white-80-hsl;
0: --saturation-factor;
0: --opacity-white-84-hsl;
0: --saturation-factor;
0: --opacity-white-88-hsl;
0: --saturation-factor;
0: --opacity-white-92-hsl;
0: --saturation-factor;
0: --opacity-white-96-hsl;
0: --saturation-factor;
0: --opacity-black-1-hsl;
0: --saturation-factor;
0: --opacity-black-4-hsl;
0: --saturation-factor;
0: --opacity-black-8-hsl;
0: --saturation-factor;
0: --opacity-black-12-hsl;
0: --saturation-factor;
0: --opacity-black-16-hsl;
0: --saturation-factor;
0: --opacity-black-20-hsl;
0: --saturation-factor;
0: --opacity-black-24-hsl;
0: --saturation-factor;
0: --opacity-black-28-hsl;
0: --saturation-factor;
0: --opacity-black-32-hsl;
0: --saturation-factor;
0: --opacity-black-36-hsl;
0: --saturation-factor;
0: --opacity-black-40-hsl;
0: --saturation-factor;
0: --opacity-black-44-hsl;
0: --saturation-factor;
0: --opacity-black-48-hsl;
0: --saturation-factor;
0: --opacity-black-52-hsl;
0: --saturation-factor;
0: --opacity-black-56-hsl;
0: --saturation-factor;
0: --opacity-black-60-hsl;
0: --saturation-factor;
0: --opacity-black-64-hsl;
0: --saturation-factor;
0: --opacity-black-68-hsl;
0: --saturation-factor;
0: --opacity-black-72-hsl;
0: --saturation-factor;
0: --opacity-black-76-hsl;
0: --saturation-factor;
0: --opacity-black-80-hsl;
0: --saturation-factor;
0: --opacity-black-84-hsl;
0: --saturation-factor;
0: --opacity-black-88-hsl;
0: --saturation-factor;
0: --opacity-black-92-hsl;
0: --saturation-factor;
0: --opacity-black-96-hsl;
0: --saturation-factor;
0: --transparent-hsl;
0: --saturation-factor;
0: --red-100-hsl;
0: --saturation-factor;
0: --red-130-hsl;
0: --saturation-factor;
0: --red-160-hsl;
0: --saturation-factor;
0: --red-200-hsl;
0: --saturation-factor;
0: --red-230-hsl;
0: --saturation-factor;
0: --red-260-hsl;
0: --saturation-factor;
0: --red-300-hsl;
0: --saturation-factor;
0: --red-330-hsl;
0: --saturation-factor;
0: --red-345-hsl;
0: --saturation-factor;
0: --red-360-hsl;
0: --saturation-factor;
0: --red-400-hsl;
0: --saturation-factor;
0: --red-430-hsl;
0: --saturation-factor;
0: --red-460-hsl;
0: --saturation-factor;
0: --red-500-hsl;
0: --saturation-factor;
0: --red-530-hsl;
0: --saturation-factor;
0: --red-560-hsl;
0: --saturation-factor;
0: --red-600-hsl;
0: --saturation-factor;
0: --red-630-hsl;
0: --saturation-factor;
0: --red-660-hsl;
0: --saturation-factor;
0: --red-700-hsl;
0: --saturation-factor;
0: --red-730-hsl;
0: --saturation-factor;
0: --red-760-hsl;
0: --saturation-factor;
0: --red-800-hsl;
0: --saturation-factor;
0: --red-830-hsl;
0: --saturation-factor;
0: --red-860-hsl;
0: --saturation-factor;
0: --red-900-hsl;
0: --saturation-factor;
0: --orange-100-hsl;
0: --saturation-factor;
0: --orange-130-hsl;
0: --saturation-factor;
0: --orange-160-hsl;
0: --saturation-factor;
0: --orange-200-hsl;
0: --saturation-factor;
0: --orange-230-hsl;
0: --saturation-factor;
0: --orange-260-hsl;
0: --saturation-factor;
0: --orange-300-hsl;
0: --saturation-factor;
0: --orange-330-hsl;
0: --saturation-factor;
0: --orange-345-hsl;
0: --saturation-factor;
0: --orange-360-hsl;
0: --saturation-factor;
0: --orange-400-hsl;
0: --saturation-factor;
0: --orange-430-hsl;
0: --saturation-factor;
0: --orange-460-hsl;
0: --saturation-factor;
0: --orange-500-hsl;
0: --saturation-factor;
0: --orange-530-hsl;
0: --saturation-factor;
0: --orange-560-hsl;
0: --saturation-factor;
0: --orange-600-hsl;
0: --saturation-factor;
0: --orange-630-hsl;
0: --saturation-factor;
0: --orange-660-hsl;
0: --saturation-factor;
0: --orange-700-hsl;
0: --saturation-factor;
0: --orange-730-hsl;
0: --saturation-factor;
0: --orange-760-hsl;
0: --saturation-factor;
0: --orange-800-hsl;
0: --saturation-factor;
0: --orange-830-hsl;
0: --saturation-factor;
0: --orange-860-hsl;
0: --saturation-factor;
0: --orange-900-hsl;
0: --saturation-factor;
0: --yellow-100-hsl;
0: --saturation-factor;
0: --yellow-130-hsl;
0: --saturation-factor;
0: --yellow-160-hsl;
0: --saturation-factor;
0: --yellow-200-hsl;
0: --saturation-factor;
0: --yellow-230-hsl;
0: --saturation-factor;
0: --yellow-260-hsl;
0: --saturation-factor;
0: --yellow-300-hsl;
0: --saturation-factor;
0: --yellow-330-hsl;
0: --saturation-factor;
0: --yellow-345-hsl;
0: --saturation-factor;
0: --yellow-360-hsl;
0: --saturation-factor;
0: --yellow-400-hsl;
0: --saturation-factor;
0: --yellow-430-hsl;
0: --saturation-factor;
0: --yellow-460-hsl;
0: --saturation-factor;
0: --yellow-500-hsl;
0: --saturation-factor;
0: --yellow-530-hsl;
0: --saturation-factor;
0: --yellow-560-hsl;
0: --saturation-factor;
0: --yellow-600-hsl;
0: --saturation-factor;
0: --yellow-630-hsl;
0: --saturation-factor;
0: --yellow-660-hsl;
0: --saturation-factor;
0: --yellow-700-hsl;
0: --saturation-factor;
0: --yellow-730-hsl;
0: --saturation-factor;
0: --yellow-760-hsl;
0: --saturation-factor;
0: --yellow-800-hsl;
0: --saturation-factor;
0: --yellow-830-hsl;
0: --saturation-factor;
0: --yellow-860-hsl;
0: --saturation-factor;
0: --yellow-900-hsl;
0: --saturation-factor;
0: --green-100-hsl;
0: --saturation-factor;
0: --green-130-hsl;
0: --saturation-factor;
0: --green-160-hsl;
0: --saturation-factor;
0: --green-200-hsl;
0: --saturation-factor;
0: --green-230-hsl;
0: --saturation-factor;
0: --green-260-hsl;
0: --saturation-factor;
0: --green-300-hsl;
0: --saturation-factor;
0: --green-330-hsl;
0: --saturation-factor;
0: --green-345-hsl;
0: --saturation-factor;
0: --green-360-hsl;
0: --saturation-factor;
0: --green-400-hsl;
0: --saturation-factor;
0: --green-430-hsl;
0: --saturation-factor;
0: --green-460-hsl;
0: --saturation-factor;
0: --green-500-hsl;
0: --saturation-factor;
0: --green-530-hsl;
0: --saturation-factor;
0: --green-560-hsl;
0: --saturation-factor;
0: --green-600-hsl;
0: --saturation-factor;
0: --green-630-hsl;
0: --saturation-factor;
0: --green-660-hsl;
0: --saturation-factor;
0: --green-700-hsl;
0: --saturation-factor;
0: --green-730-hsl;
0: --saturation-factor;
0: --green-760-hsl;
0: --saturation-factor;
0: --green-800-hsl;
0: --saturation-factor;
0: --green-830-hsl;
0: --saturation-factor;
0: --green-860-hsl;
0: --saturation-factor;
0: --green-900-hsl;
0: --saturation-factor;
0: --blue-100-hsl;
0: --saturation-factor;
0: --blue-130-hsl;
0: --saturation-factor;
0: --blue-160-hsl;
0: --saturation-factor;
0: --blue-200-hsl;
0: --saturation-factor;
0: --blue-230-hsl;
0: --saturation-factor;
0: --blue-260-hsl;
0: --saturation-factor;
0: --blue-300-hsl;
0: --saturation-factor;
0: --blue-330-hsl;
0: --saturation-factor;
0: --blue-345-hsl;
0: --saturation-factor;
0: --blue-360-hsl;
0: --saturation-factor;
0: --blue-400-hsl;
0: --saturation-factor;
0: --blue-430-hsl;
0: --saturation-factor;
0: --blue-460-hsl;
0: --saturation-factor;
0: --blue-500-hsl;
0: --saturation-factor;
0: --blue-530-hsl;
0: --saturation-factor;
0: --blue-560-hsl;
0: --saturation-factor;
0: --blue-600-hsl;
0: --saturation-factor;
0: --blue-630-hsl;
0: --saturation-factor;
0: --blue-660-hsl;
0: --saturation-factor;
0: --blue-700-hsl;
0: --saturation-factor;
0: --blue-730-hsl;
0: --saturation-factor;
0: --blue-760-hsl;
0: --saturation-factor;
0: --blue-800-hsl;
0: --saturation-factor;
0: --blue-830-hsl;
0: --saturation-factor;
0: --blue-860-hsl;
0: --saturation-factor;
0: --blue-900-hsl;
0: --saturation-factor;
0: --teal-100-hsl;
0: --saturation-factor;
0: --teal-130-hsl;
0: --saturation-factor;
0: --teal-160-hsl;
0: --saturation-factor;
0: --teal-200-hsl;
0: --saturation-factor;
0: --teal-230-hsl;
0: --saturation-factor;
0: --teal-260-hsl;
0: --saturation-factor;
0: --teal-300-hsl;
0: --saturation-factor;
0: --teal-330-hsl;
0: --saturation-factor;
0: --teal-345-hsl;
0: --saturation-factor;
0: --teal-360-hsl;
0: --saturation-factor;
0: --teal-400-hsl;
0: --saturation-factor;
0: --teal-430-hsl;
0: --saturation-factor;
0: --teal-460-hsl;
0: --saturation-factor;
0: --teal-500-hsl;
0: --saturation-factor;
0: --teal-530-hsl;
0: --saturation-factor;
0: --teal-560-hsl;
0: --saturation-factor;
0: --teal-600-hsl;
0: --saturation-factor;
0: --teal-630-hsl;
0: --saturation-factor;
0: --teal-660-hsl;
0: --saturation-factor;
0: --teal-700-hsl;
0: --saturation-factor;
0: --teal-730-hsl;
0: --saturation-factor;
0: --teal-760-hsl;
0: --saturation-factor;
0: --teal-800-hsl;
0: --saturation-factor;
0: --teal-830-hsl;
0: --saturation-factor;
0: --teal-860-hsl;
0: --saturation-factor;
0: --teal-900-hsl;
0: --saturation-factor;
0: --saturation-factor;
0: --white-500-hsl;
0: --saturation-factor;
0: --saturation-factor;
0: --black-500-hsl;
0: --saturation-factor;
0: --brand-100-hsl;
0: --saturation-factor;
0: --brand-130-hsl;
0: --saturation-factor;
0: --brand-160-hsl;
0: --saturation-factor;
0: --brand-200-hsl;
0: --saturation-factor;
0: --brand-230-hsl;
0: --saturation-factor;
0: --brand-260-hsl;
0: --saturation-factor;
0: --brand-300-hsl;
0: --saturation-factor;
0: --brand-330-hsl;
0: --saturation-factor;
0: --brand-345-hsl;
0: --saturation-factor;
0: --brand-360-hsl;
0: --saturation-factor;
0: --brand-400-hsl;
0: --saturation-factor;
0: --brand-430-hsl;
0: --saturation-factor;
0: --brand-460-hsl;
0: --saturation-factor;
0: --brand-500-hsl;
0: --saturation-factor;
0: --brand-530-hsl;
0: --saturation-factor;
0: --brand-560-hsl;
0: --saturation-factor;
0: --brand-600-hsl;
0: --saturation-factor;
0: --brand-630-hsl;
0: --saturation-factor;
0: --brand-660-hsl;
0: --saturation-factor;
0: --brand-700-hsl;
0: --saturation-factor;
0: --brand-730-hsl;
0: --saturation-factor;
0: --brand-760-hsl;
0: --saturation-factor;
0: --brand-800-hsl;
0: --saturation-factor;
0: --brand-830-hsl;
0: --saturation-factor;
0: --brand-860-hsl;
0: --saturation-factor;
0: --brand-900-hsl;
0: --saturation-factor;
0: --primary-100-hsl;
0: --saturation-factor;
0: --primary-130-hsl;
0: --saturation-factor;
0: --primary-160-hsl;
0: --saturation-factor;
0: --primary-200-hsl;
0: --saturation-factor;
0: --primary-230-hsl;
0: --saturation-factor;
0: --primary-260-hsl;
0: --saturation-factor;
0: --primary-300-hsl;
0: --saturation-factor;
0: --primary-330-hsl;
0: --saturation-factor;
0: --primary-345-hsl;
0: --saturation-factor;
0: --primary-360-hsl;
0: --saturation-factor;
0: --primary-400-hsl;
0: --saturation-factor;
0: --primary-430-hsl;
0: --saturation-factor;
0: --primary-460-hsl;
0: --saturation-factor;
0: --primary-500-hsl;
0: --saturation-factor;
0: --primary-530-hsl;
0: --saturation-factor;
0: --primary-560-hsl;
0: --saturation-factor;
0: --primary-600-hsl;
0: --saturation-factor;
0: --primary-630-hsl;
0: --saturation-factor;
0: --primary-645-hsl;
0: --saturation-factor;
0: --primary-660-hsl;
0: --saturation-factor;
0: --primary-700-hsl;
0: --saturation-factor;
0: --primary-730-hsl;
0: --saturation-factor;
0: --primary-760-hsl;
0: --saturation-factor;
0: --primary-800-hsl;
0: --saturation-factor;
0: --primary-830-hsl;
0: --saturation-factor;
0: --primary-860-hsl;
0: --saturation-factor;
0: --primary-900-hsl;
0: --saturation-factor;
0: --plum-0-hsl;
0: --saturation-factor;
0: --plum-1-hsl;
0: --saturation-factor;
0: --plum-2-hsl;
0: --saturation-factor;
0: --plum-3-hsl;
0: --saturation-factor;
0: --plum-4-hsl;
0: --saturation-factor;
0: --plum-5-hsl;
0: --saturation-factor;
0: --plum-6-hsl;
0: --saturation-factor;
0: --plum-7-hsl;
0: --saturation-factor;
0: --plum-8-hsl;
0: --saturation-factor;
0: --plum-9-hsl;
0: --saturation-factor;
0: --plum-10-hsl;
0: --saturation-factor;
0: --plum-11-hsl;
0: --saturation-factor;
0: --plum-12-hsl;
0: --saturation-factor;
0: --plum-13-hsl;
0: --saturation-factor;
0: --plum-14-hsl;
0: --saturation-factor;
0: --plum-15-hsl;
0: --saturation-factor;
0: --plum-16-hsl;
0: --saturation-factor;
0: --plum-17-hsl;
0: --saturation-factor;
0: --plum-18-hsl;
0: --saturation-factor;
0: --plum-19-hsl;
0: --saturation-factor;
0: --plum-20-hsl;
0: --saturation-factor;
0: --plum-21-hsl;
0: --saturation-factor;
0: --plum-22-hsl;
0: --saturation-factor;
0: --plum-23-hsl;
0: --saturation-factor;
0: --plum-24-hsl;
0: --saturation-factor;
0: --plum-25-hsl;
0: --saturation-factor;
0: --plum-26-hsl;
0: --saturation-factor;
0: --size-4;
0: --size-8;
0: --size-12;
0: --size-16;
0: --size-20;
0: --size-24;
0: --size-32;
0: --space-4;
0: --space-8;
0: --space-12;
0: --space-16;
0: --space-20;
0: --space-24;
0: --space-32;
```

### Semantic

```css
--spring-green: #57f287;
--mint-green: #43b581;
--green: #52f180;
--illo-green-10: hsl(var(--illo-green-10-hsl)/1);
--illo-green-10-hsl: 145.385 calc(var(--saturation-factor, 1)*100%) 94.902%;
--illo-green-20: hsl(var(--illo-green-20-hsl)/1);
--illo-green-20-hsl: 144.407 calc(var(--saturation-factor, 1)*88.06%) 86.863%;
--illo-green-30: hsl(var(--illo-green-30-hsl)/1);
--illo-green-30-hsl: 143.67 calc(var(--saturation-factor, 1)*87.2%) 75.49%;
--illo-green-40: hsl(var(--illo-green-40-hsl)/1);
--illo-green-40-hsl: 143.804 calc(var(--saturation-factor, 1)*83.636%) 56.863%;
--illo-green-50: hsl(var(--illo-green-50-hsl)/1);
--illo-green-50-hsl: 145.714 calc(var(--saturation-factor, 1)*70%) 43.137%;
--illo-green-60: hsl(var(--illo-green-60-hsl)/1);
--illo-green-60-hsl: 149.048 calc(var(--saturation-factor, 1)*79.747%) 30.98%;
--illo-green-70: hsl(var(--illo-green-70-hsl)/1);
--illo-green-70-hsl: 152.941 calc(var(--saturation-factor, 1)*100%) 20%;
--premium-perk-green: hsl(var(--premium-perk-green-hsl)/1);
--premium-perk-green-hsl: 163.953 calc(var(--saturation-factor, 1)*55.128%) 69.412%;
--role-green: hsl(var(--role-green-hsl)/1);
--role-green-hsl: 145 calc(var(--saturation-factor, 1)*63.529%) 33.333%;
--role-light-green: hsl(var(--role-light-green-hsl)/1);
--role-light-green-hsl: 145.443 calc(var(--saturation-factor, 1)*63.2%) 49.02%;
--green-new-1: hsl(var(--green-new-1-hsl)/1);
--green-new-1-hsl: 137.455 calc(var(--saturation-factor, 1)*100%) 89.216%;
--green-new-2: hsl(var(--green-new-2-hsl)/1);
--green-new-2-hsl: 136.552 calc(var(--saturation-factor, 1)*100%) 88.627%;
--green-new-3: hsl(var(--green-new-3-hsl)/1);
--green-new-3-hsl: 136.271 calc(var(--saturation-factor, 1)*90.769%) 87.255%;
--green-new-4: hsl(var(--green-new-4-hsl)/1);
--green-new-4-hsl: 137 calc(var(--saturation-factor, 1)*83.333%) 85.882%;
--green-new-5: hsl(var(--green-new-5-hsl)/1);
--green-new-5-hsl: 135.738 calc(var(--saturation-factor, 1)*79.221%) 84.902%;
--green-new-6: hsl(var(--green-new-6-hsl)/1);
--green-new-6-hsl: 136.452 calc(var(--saturation-factor, 1)*73.81%) 83.529%;
--green-new-7: hsl(var(--green-new-7-hsl)/1);
--green-new-7-hsl: 135.938 calc(var(--saturation-factor, 1)*71.111%) 82.353%;
--green-new-8: hsl(var(--green-new-8-hsl)/1);
--green-new-8-hsl: 135.938 calc(var(--saturation-factor, 1)*66.667%) 81.176%;
--green-new-9: hsl(var(--green-new-9-hsl)/1);
--green-new-9-hsl: 136.364 calc(var(--saturation-factor, 1)*64.706%) 80%;
--green-new-10: hsl(var(--green-new-10-hsl)/1);
--green-new-10-hsl: 136.364 calc(var(--saturation-factor, 1)*61.111%) 78.824%;
--green-new-11: hsl(var(--green-new-11-hsl)/1);
--green-new-11-hsl: 135.882 calc(var(--saturation-factor, 1)*59.649%) 77.647%;
--green-new-12: hsl(var(--green-new-12-hsl)/1);
--green-new-12-hsl: 136.522 calc(var(--saturation-factor, 1)*57.025%) 76.275%;
--green-new-13: hsl(var(--green-new-13-hsl)/1);
--green-new-13-hsl: 136.522 calc(var(--saturation-factor, 1)*54.331%) 75.098%;
--green-new-14: hsl(var(--green-new-14-hsl)/1);
--green-new-14-hsl: 136.901 calc(var(--saturation-factor, 1)*53.383%) 73.922%;
--green-new-15: hsl(var(--green-new-15-hsl)/1);
--green-new-15-hsl: 136.056 calc(var(--saturation-factor, 1)*51.079%) 72.745%;
--green-new-16: hsl(var(--green-new-16-hsl)/1);
--green-new-16-hsl: 136.438 calc(var(--saturation-factor, 1)*50.345%) 71.569%;
--green-new-17: hsl(var(--green-new-17-hsl)/1);
--green-new-17-hsl: 136.438 calc(var(--saturation-factor, 1)*48.344%) 70.392%;
--green-new-18: hsl(var(--green-new-18-hsl)/1);
--green-new-18-hsl: 136.8 calc(var(--saturation-factor, 1)*47.771%) 69.216%;
--green-new-19: hsl(var(--green-new-19-hsl)/1);
--green-new-19-hsl: 136.8 calc(var(--saturation-factor, 1)*46.012%) 68.039%;
--green-new-20: hsl(var(--green-new-20-hsl)/1);
--green-new-20-hsl: 137.368 calc(var(--saturation-factor, 1)*44.706%) 66.667%;
--green-new-21: hsl(var(--green-new-21-hsl)/1);
--green-new-21-hsl: 137.143 calc(var(--saturation-factor, 1)*44%) 65.686%;
--green-new-22: hsl(var(--green-new-22-hsl)/1);
--green-new-22-hsl: 137.143 calc(var(--saturation-factor, 1)*42.541%) 64.51%;
--green-new-23: hsl(var(--green-new-23-hsl)/1);
--green-new-23-hsl: 137.468 calc(var(--saturation-factor, 1)*42.246%) 63.333%;
--green-new-24: hsl(var(--green-new-24-hsl)/1);
--green-new-24-hsl: 137.468 calc(var(--saturation-factor, 1)*40.933%) 62.157%;
--green-new-25: hsl(var(--green-new-25-hsl)/1);
--green-new-25-hsl: 137.778 calc(var(--saturation-factor, 1)*40.704%) 60.98%;
--green-new-26: hsl(var(--green-new-26-hsl)/1);
--green-new-26-hsl: 137.778 calc(var(--saturation-factor, 1)*39.512%) 59.804%;
--green-new-27: hsl(var(--green-new-27-hsl)/1);
--green-new-27-hsl: 138.072 calc(var(--saturation-factor, 1)*39.336%) 58.627%;
--green-new-28: hsl(var(--green-new-28-hsl)/1);
--green-new-28-hsl: 138.072 calc(var(--saturation-factor, 1)*38.249%) 57.451%;
--green-new-29: hsl(var(--green-new-29-hsl)/1);
--green-new-29-hsl: 138.353 calc(var(--saturation-factor, 1)*38.117%) 56.275%;
--green-new-30: hsl(var(--green-new-30-hsl)/1);
--green-new-30-hsl: 138.353 calc(var(--saturation-factor, 1)*37.118%) 55.098%;
--green-new-31: hsl(var(--green-new-31-hsl)/1);
--green-new-31-hsl: 138.837 calc(var(--saturation-factor, 1)*36.441%) 53.725%;
--green-new-32: hsl(var(--green-new-32-hsl)/1);
--green-new-32-hsl: 139.31 calc(var(--saturation-factor, 1)*36.1%) 52.745%;
--green-new-33: hsl(var(--green-new-33-hsl)/1);
--green-new-33-hsl: 139.773 calc(var(--saturation-factor, 1)*35.484%) 51.373%;
--green-new-34: hsl(var(--green-new-34-hsl)/1);
--green-new-34-hsl: 140 calc(var(--saturation-factor, 1)*35.433%) 50.196%;
--green-new-35: hsl(var(--green-new-35-hsl)/1);
--green-new-35-hsl: 140 calc(var(--saturation-factor, 1)*36%) 49.02%;
--green-new-36: hsl(var(--green-new-36-hsl)/1);
--green-new-36-hsl: 140.217 calc(var(--saturation-factor, 1)*37.705%) 47.843%;
--green-new-37: hsl(var(--green-new-37-hsl)/1);
--green-new-37-hsl: 140.645 calc(var(--saturation-factor, 1)*39.241%) 46.471%;
--green-new-38: hsl(var(--green-new-38-hsl)/1);
--green-new-38-hsl: 141.064 calc(var(--saturation-factor, 1)*40.517%) 45.49%;
--green-new-39: hsl(var(--green-new-39-hsl)/1);
--green-new-39-hsl: 141.474 calc(var(--saturation-factor, 1)*42.222%) 44.118%;
--green-new-40: hsl(var(--green-new-40-hsl)/1);
--green-new-40-hsl: 141.649 calc(var(--saturation-factor, 1)*44.292%) 42.941%;
--green-new-41: hsl(var(--green-new-41-hsl)/1);
--green-new-41-hsl: 142.041 calc(var(--saturation-factor, 1)*46.226%) 41.569%;
--green-new-42: hsl(var(--green-new-42-hsl)/1);
--green-new-42-hsl: 143.168 calc(var(--saturation-factor, 1)*49.268%) 40.196%;
--green-new-43: hsl(var(--green-new-43-hsl)/1);
--green-new-43-hsl: 143.529 calc(var(--saturation-factor, 1)*51.515%) 38.824%;
--green-new-44: hsl(var(--green-new-44-hsl)/1);
--green-new-44-hsl: 144 calc(var(--saturation-factor, 1)*54.974%) 37.451%;
--green-new-45: hsl(var(--green-new-45-hsl)/1);
--green-new-45-hsl: 145.234 calc(var(--saturation-factor, 1)*58.47%) 35.882%;
--green-new-46: hsl(var(--green-new-46-hsl)/1);
--green-new-46-hsl: 145.636 calc(var(--saturation-factor, 1)*62.5%) 34.51%;
--green-new-47: hsl(var(--green-new-47-hsl)/1);
--green-new-47-hsl: 146.316 calc(var(--saturation-factor, 1)*67.857%) 32.941%;
--green-new-48: hsl(var(--green-new-48-hsl)/1);
--green-new-48-hsl: 147.731 calc(var(--saturation-factor, 1)*75.796%) 30.784%;
--green-new-49: hsl(var(--green-new-49-hsl)/1);
--green-new-49-hsl: 149.764 calc(var(--saturation-factor, 1)*87.586%) 28.431%;
--green-new-50: hsl(var(--green-new-50-hsl)/1);
--green-new-50-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--green-new-51: hsl(var(--green-new-51-hsl)/1);
--green-new-51-hsl: 151.145 calc(var(--saturation-factor, 1)*100%) 25.686%;
--green-new-52: hsl(var(--green-new-52-hsl)/1);
--green-new-52-hsl: 151.406 calc(var(--saturation-factor, 1)*100%) 25.098%;
--green-new-53: hsl(var(--green-new-53-hsl)/1);
--green-new-53-hsl: 150.968 calc(var(--saturation-factor, 1)*98.413%) 24.706%;
--green-new-54: hsl(var(--green-new-54-hsl)/1);
--green-new-54-hsl: 150.984 calc(var(--saturation-factor, 1)*98.387%) 24.314%;
--green-new-55: hsl(var(--green-new-55-hsl)/1);
--green-new-55-hsl: 150.756 calc(var(--saturation-factor, 1)*98.347%) 23.725%;
--green-new-56: hsl(var(--green-new-56-hsl)/1);
--green-new-56-hsl: 150.769 calc(var(--saturation-factor, 1)*98.319%) 23.333%;
--green-new-57: hsl(var(--green-new-57-hsl)/1);
--green-new-57-hsl: 151.053 calc(var(--saturation-factor, 1)*98.276%) 22.745%;
--green-new-58: hsl(var(--green-new-58-hsl)/1);
--green-new-58-hsl: 150.536 calc(var(--saturation-factor, 1)*98.246%) 22.353%;
--green-new-59: hsl(var(--green-new-59-hsl)/1);
--green-new-59-hsl: 150.826 calc(var(--saturation-factor, 1)*98.198%) 21.765%;
--green-new-60: hsl(var(--green-new-60-hsl)/1);
--green-new-60-hsl: 150.556 calc(var(--saturation-factor, 1)*100%) 21.176%;
--green-new-61: hsl(var(--green-new-61-hsl)/1);
--green-new-61-hsl: 150.857 calc(var(--saturation-factor, 1)*100%) 20.588%;
--green-new-62: hsl(var(--green-new-62-hsl)/1);
--green-new-62-hsl: 150.291 calc(var(--saturation-factor, 1)*100%) 20.196%;
--green-new-63: hsl(var(--green-new-63-hsl)/1);
--green-new-63-hsl: 150.6 calc(var(--saturation-factor, 1)*100%) 19.608%;
--green-new-64: hsl(var(--green-new-64-hsl)/1);
--green-new-64-hsl: 150 calc(var(--saturation-factor, 1)*100%) 19.216%;
--green-new-65: hsl(var(--green-new-65-hsl)/1);
--green-new-65-hsl: 150.316 calc(var(--saturation-factor, 1)*100%) 18.627%;
--green-new-66: hsl(var(--green-new-66-hsl)/1);
--green-new-66-hsl: 149.677 calc(var(--saturation-factor, 1)*100%) 18.235%;
--green-new-67: hsl(var(--green-new-67-hsl)/1);
--green-new-67-hsl: 149.67 calc(var(--saturation-factor, 1)*100%) 17.843%;
--green-new-68: hsl(var(--green-new-68-hsl)/1);
--green-new-68-hsl: 149.318 calc(var(--saturation-factor, 1)*100%) 17.255%;
--green-new-69: hsl(var(--green-new-69-hsl)/1);
--green-new-69-hsl: 149.302 calc(var(--saturation-factor, 1)*100%) 16.863%;
--green-new-70: hsl(var(--green-new-70-hsl)/1);
--green-new-70-hsl: 148.571 calc(var(--saturation-factor, 1)*100%) 16.471%;
--green-new-71: hsl(var(--green-new-71-hsl)/1);
--green-new-71-hsl: 148.889 calc(var(--saturation-factor, 1)*100%) 15.882%;
--green-new-72: hsl(var(--green-new-72-hsl)/1);
--green-new-72-hsl: 148.101 calc(var(--saturation-factor, 1)*100%) 15.49%;
--green-new-73: hsl(var(--green-new-73-hsl)/1);
--green-new-73-hsl: 148.052 calc(var(--saturation-factor, 1)*100%) 15.098%;
--green-new-74: hsl(var(--green-new-74-hsl)/1);
--green-new-74-hsl: 147.568 calc(var(--saturation-factor, 1)*100%) 14.51%;
--green-new-75: hsl(var(--green-new-75-hsl)/1);
--green-new-75-hsl: 147.5 calc(var(--saturation-factor, 1)*100%) 14.118%;
--green-new-76: hsl(var(--green-new-76-hsl)/1);
--green-new-76-hsl: 146.571 calc(var(--saturation-factor, 1)*100%) 13.725%;
--green-new-77: hsl(var(--green-new-77-hsl)/1);
--green-new-77-hsl: 146.866 calc(var(--saturation-factor, 1)*100%) 13.137%;
--green-new-78: hsl(var(--green-new-78-hsl)/1);
--green-new-78-hsl: 145.846 calc(var(--saturation-factor, 1)*100%) 12.745%;
--green-new-79: hsl(var(--green-new-79-hsl)/1);
--green-new-79-hsl: 145.714 calc(var(--saturation-factor, 1)*100%) 12.353%;
--green-new-80: hsl(var(--green-new-80-hsl)/1);
--green-new-80-hsl: 144.59 calc(var(--saturation-factor, 1)*100%) 11.961%;
--green-new-81: hsl(var(--green-new-81-hsl)/1);
--green-new-81-hsl: 144.407 calc(var(--saturation-factor, 1)*100%) 11.569%;
--green-new-82: hsl(var(--green-new-82-hsl)/1);
--green-new-82-hsl: 143.571 calc(var(--saturation-factor, 1)*100%) 10.98%;
--green-new-83: hsl(var(--green-new-83-hsl)/1);
--green-new-83-hsl: 143.333 calc(var(--saturation-factor, 1)*100%) 10.588%;
--green-new-84: hsl(var(--green-new-84-hsl)/1);
--green-new-84-hsl: 143.077 calc(var(--saturation-factor, 1)*100%) 10.196%;
--green-new-85: hsl(var(--green-new-85-hsl)/1);
--green-new-85-hsl: 141.6 calc(var(--saturation-factor, 1)*100%) 9.804%;
--green-new-86: hsl(var(--green-new-86-hsl)/1);
--green-new-86-hsl: 141.25 calc(var(--saturation-factor, 1)*100%) 9.412%;
--green-new-87: hsl(var(--green-new-87-hsl)/1);
--green-new-87-hsl: 139.565 calc(var(--saturation-factor, 1)*100%) 9.02%;
--green-new-88: hsl(var(--green-new-88-hsl)/1);
--green-new-88-hsl: 139.535 calc(var(--saturation-factor, 1)*100%) 8.431%;
--green-new-89: hsl(var(--green-new-89-hsl)/1);
--green-new-89-hsl: 139.024 calc(var(--saturation-factor, 1)*100%) 8.039%;
--green-new-90: hsl(var(--green-new-90-hsl)/1);
--green-new-90-hsl: 138.462 calc(var(--saturation-factor, 1)*100%) 7.647%;
--green-new-91: hsl(var(--green-new-91-hsl)/1);
--green-new-91-hsl: 136.216 calc(var(--saturation-factor, 1)*100%) 7.255%;
--green-new-92: hsl(var(--green-new-92-hsl)/1);
--green-new-92-hsl: 135.429 calc(var(--saturation-factor, 1)*100%) 6.863%;
--green-new-93: hsl(var(--green-new-93-hsl)/1);
--green-new-93-hsl: 134.545 calc(var(--saturation-factor, 1)*100%) 6.471%;
--green-new-94: hsl(var(--green-new-94-hsl)/1);
--green-new-94-hsl: 133.548 calc(var(--saturation-factor, 1)*100%) 6.078%;
--green-new-95: hsl(var(--green-new-95-hsl)/1);
--green-new-95-hsl: 132.414 calc(var(--saturation-factor, 1)*100%) 5.686%;
--green-new-96: hsl(var(--green-new-96-hsl)/1);
--green-new-96-hsl: 131.111 calc(var(--saturation-factor, 1)*100%) 5.294%;
--green-new-97: hsl(var(--green-new-97-hsl)/1);
--green-new-97-hsl: 129.6 calc(var(--saturation-factor, 1)*100%) 4.902%;
--green-new-98: hsl(var(--green-new-98-hsl)/1);
--green-new-98-hsl: 128.182 calc(var(--saturation-factor, 1)*100%) 4.314%;
--green-new-99: hsl(var(--green-new-99-hsl)/1);
--green-new-99-hsl: 129.474 calc(var(--saturation-factor, 1)*100%) 3.725%;
--green-new-100: hsl(var(--green-new-100-hsl)/1);
--green-new-100-hsl: 127.5 calc(var(--saturation-factor, 1)*100%) 3.137%;
--opacity-green-1: hsl(var(--opacity-green-1-hsl)/0.0196078431372549);
--opacity-green-1-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-4: hsl(var(--opacity-green-4-hsl)/0.0392156862745098);
--opacity-green-4-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-8: hsl(var(--opacity-green-8-hsl)/0.0784313725490196);
--opacity-green-8-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-12: hsl(var(--opacity-green-12-hsl)/0.12156862745098039);
--opacity-green-12-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-16: hsl(var(--opacity-green-16-hsl)/0.1607843137254902);
--opacity-green-16-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-20: hsl(var(--opacity-green-20-hsl)/0.2);
--opacity-green-20-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-24: hsl(var(--opacity-green-24-hsl)/0.23921568627450981);
--opacity-green-24-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-28: hsl(var(--opacity-green-28-hsl)/0.2784313725490196);
--opacity-green-28-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-32: hsl(var(--opacity-green-32-hsl)/0.3215686274509804);
--opacity-green-32-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-36: hsl(var(--opacity-green-36-hsl)/0.3607843137254902);
--opacity-green-36-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-40: hsl(var(--opacity-green-40-hsl)/0.4);
--opacity-green-40-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-44: hsl(var(--opacity-green-44-hsl)/0.4392156862745098);
--opacity-green-44-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-48: hsl(var(--opacity-green-48-hsl)/0.47843137254901963);
--opacity-green-48-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-52: hsl(var(--opacity-green-52-hsl)/0.5215686274509804);
--opacity-green-52-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-56: hsl(var(--opacity-green-56-hsl)/0.5607843137254902);
--opacity-green-56-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-60: hsl(var(--opacity-green-60-hsl)/0.6);
--opacity-green-60-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-64: hsl(var(--opacity-green-64-hsl)/0.6392156862745098);
--opacity-green-64-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-68: hsl(var(--opacity-green-68-hsl)/0.6784313725490196);
--opacity-green-68-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-72: hsl(var(--opacity-green-72-hsl)/0.7215686274509804);
--opacity-green-72-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-76: hsl(var(--opacity-green-76-hsl)/0.7607843137254902);
--opacity-green-76-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-80: hsl(var(--opacity-green-80-hsl)/0.8);
--opacity-green-80-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-84: hsl(var(--opacity-green-84-hsl)/0.8392156862745098);
--opacity-green-84-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-88: hsl(var(--opacity-green-88-hsl)/0.8784313725490196);
--opacity-green-88-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-92: hsl(var(--opacity-green-92-hsl)/0.9215686274509803);
--opacity-green-92-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--opacity-green-96: hsl(var(--opacity-green-96-hsl)/0.9607843137254902);
--opacity-green-96-hsl: 151.128 calc(var(--saturation-factor, 1)*100%) 26.078%;
--green-100: hsl(var(--green-100-hsl)/1);
--green-100-hsl: 136.667 calc(var(--saturation-factor, 1)*90%) 96.078%;
--green-130: hsl(var(--green-130-hsl)/1);
--green-130-hsl: 136.875 calc(var(--saturation-factor, 1)*94.118%) 93.333%;
--green-160: hsl(var(--green-160-hsl)/1);
--green-160-hsl: 140.952 calc(var(--saturation-factor, 1)*91.304%) 86.471%;
--green-200: hsl(var(--green-200-hsl)/1);
--green-200-hsl: 143.478 calc(var(--saturation-factor, 1)*93.496%) 75.882%;
--green-230: hsl(var(--green-230-hsl)/1);
--green-230-hsl: 146.323 calc(var(--saturation-factor, 1)*86.592%) 64.902%;
--green-260: hsl(var(--green-260-hsl)/1);
--green-260-hsl: 145.605 calc(var(--saturation-factor, 1)*75.12%) 59.02%;
--green-300: hsl(var(--green-300-hsl)/1);
--green-300-hsl: 146.323 calc(var(--saturation-factor, 1)*65.401%) 53.529%;
--green-330: hsl(var(--green-330-hsl)/1);
--green-330-hsl: 146.494 calc(var(--saturation-factor, 1)*63.115%) 47.843%;
--green-345: hsl(var(--green-345-hsl)/1);
--green-345-hsl: 146.939 calc(var(--saturation-factor, 1)*65.919%) 43.725%;
--green-360: hsl(var(--green-360-hsl)/1);
--green-360-hsl: 145.385 calc(var(--saturation-factor, 1)*65%) 39.216%;
--green-400: hsl(var(--green-400-hsl)/1);
--green-400-hsl: 142.703 calc(var(--saturation-factor, 1)*60.656%) 35.882%;
--green-430: hsl(var(--green-430-hsl)/1);
--green-430-hsl: 141.522 calc(var(--saturation-factor, 1)*56.098%) 32.157%;
--green-460: hsl(var(--green-460-hsl)/1);
--green-460-hsl: 141.481 calc(var(--saturation-factor, 1)*56.643%) 28.039%;
--green-500: hsl(var(--green-500-hsl)/1);
--green-500-hsl: 141.37 calc(var(--saturation-factor, 1)*58.4%) 24.51%;
--green-530: hsl(var(--green-530-hsl)/1);
--green-530-hsl: 140.308 calc(var(--saturation-factor, 1)*60.748%) 20.98%;
--green-560: hsl(var(--green-560-hsl)/1);
--green-560-hsl: 138.621 calc(var(--saturation-factor, 1)*61.702%) 18.431%;
--green-600: hsl(var(--green-600-hsl)/1);
--green-600-hsl: 139.245 calc(var(--saturation-factor, 1)*65.432%) 15.882%;
--green-630: hsl(var(--green-630-hsl)/1);
--green-630-hsl: 140 calc(var(--saturation-factor, 1)*66.667%) 14.118%;
--green-660: hsl(var(--green-660-hsl)/1);
--green-660-hsl: 139.091 calc(var(--saturation-factor, 1)*68.75%) 12.549%;
--green-700: hsl(var(--green-700-hsl)/1);
--green-700-hsl: 141 calc(var(--saturation-factor, 1)*74.074%) 10.588%;
--green-730: hsl(var(--green-730-hsl)/1);
--green-730-hsl: 138.333 calc(var(--saturation-factor, 1)*78.261%) 9.02%;
--green-760: hsl(var(--green-760-hsl)/1);
--green-760-hsl: 140 calc(var(--saturation-factor, 1)*84.615%) 7.647%;
--green-800: hsl(var(--green-800-hsl)/1);
--green-800-hsl: 139.286 calc(var(--saturation-factor, 1)*82.353%) 6.667%;
--green-830: hsl(var(--green-830-hsl)/1);
--green-830-hsl: 137.5 calc(var(--saturation-factor, 1)*80%) 5.882%;
--green-860: hsl(var(--green-860-hsl)/1);
--green-860-hsl: 132.632 calc(var(--saturation-factor, 1)*70.37%) 5.294%;
--green-900: hsl(var(--green-900-hsl)/1);
--green-900-hsl: 128.571 calc(var(--saturation-factor, 1)*58.333%) 4.706%;
--status-green: #43b581;
--yellow: #fee75c;
--illo-yellow-10: hsl(var(--illo-yellow-10-hsl)/1);
--illo-yellow-10-hsl: 50 calc(var(--saturation-factor, 1)*100%) 87.059%;
--illo-yellow-20: hsl(var(--illo-yellow-20-hsl)/1);
--illo-yellow-20-hsl: 49.714 calc(var(--saturation-factor, 1)*100%) 79.412%;
--illo-yellow-30: hsl(var(--illo-yellow-30-hsl)/1);
--illo-yellow-30-hsl: 50.069 calc(var(--saturation-factor, 1)*100%) 71.569%;
--illo-yellow-40: hsl(var(--illo-yellow-40-hsl)/1);
--illo-yellow-40-hsl: 49.891 calc(var(--saturation-factor, 1)*100%) 63.922%;
--illo-yellow-50: hsl(var(--illo-yellow-50-hsl)/1);
--illo-yellow-50-hsl: 42.551 calc(var(--saturation-factor, 1)*89.091%) 56.863%;
--illo-yellow-60: hsl(var(--illo-yellow-60-hsl)/1);
--illo-yellow-60-hsl: 35.942 calc(var(--saturation-factor, 1)*81.176%) 50%;
--illo-yellow-70: hsl(var(--illo-yellow-70-hsl)/1);
--illo-yellow-70-hsl: 30.137 calc(var(--saturation-factor, 1)*100%) 42.941%;
--premium-perk-yellow: hsl(var(--premium-perk-yellow-hsl)/1);
--premium-perk-yellow-hsl: 46.813 calc(var(--saturation-factor, 1)*98.913%) 63.922%;
--role-yellow: hsl(var(--role-yellow-hsl)/1);
--role-yellow-hsl: 48.053 calc(var(--saturation-factor, 1)*88.976%) 50.196%;
--yellow-new-1: hsl(var(--yellow-new-1-hsl)/1);
--yellow-new-1-hsl: 30 calc(var(--saturation-factor, 1)*100%) 90.588%;
--yellow-new-2: hsl(var(--yellow-new-2-hsl)/1);
--yellow-new-2-hsl: 31.698 calc(var(--saturation-factor, 1)*100%) 89.608%;
--yellow-new-3: hsl(var(--yellow-new-3-hsl)/1);
--yellow-new-3-hsl: 33.559 calc(var(--saturation-factor, 1)*100%) 88.431%;
--yellow-new-4: hsl(var(--yellow-new-4-hsl)/1);
--yellow-new-4-hsl: 34.688 calc(var(--saturation-factor, 1)*100%) 87.451%;
--yellow-new-5: hsl(var(--yellow-new-5-hsl)/1);
--yellow-new-5-hsl: 34.783 calc(var(--saturation-factor, 1)*100%) 86.471%;
--yellow-new-6: hsl(var(--yellow-new-6-hsl)/1);
--yellow-new-6-hsl: 35.676 calc(var(--saturation-factor, 1)*100%) 85.49%;
--yellow-new-7: hsl(var(--yellow-new-7-hsl)/1);
--yellow-new-7-hsl: 36.456 calc(var(--saturation-factor, 1)*100%) 84.51%;
--yellow-new-8: hsl(var(--yellow-new-8-hsl)/1);
--yellow-new-8-hsl: 36.429 calc(var(--saturation-factor, 1)*100%) 83.529%;
--yellow-new-9: hsl(var(--yellow-new-9-hsl)/1);
--yellow-new-9-hsl: 37.079 calc(var(--saturation-factor, 1)*100%) 82.549%;
--yellow-new-10: hsl(var(--yellow-new-10-hsl)/1);
--yellow-new-10-hsl: 37.66 calc(var(--saturation-factor, 1)*100%) 81.569%;
--yellow-new-11: hsl(var(--yellow-new-11-hsl)/1);
--yellow-new-11-hsl: 37.347 calc(var(--saturation-factor, 1)*100%) 80.784%;
--yellow-new-12: hsl(var(--yellow-new-12-hsl)/1);
--yellow-new-12-hsl: 37.864 calc(var(--saturation-factor, 1)*100%) 79.804%;
--yellow-new-13: hsl(var(--yellow-new-13-hsl)/1);
--yellow-new-13-hsl: 38.131 calc(var(--saturation-factor, 1)*100%) 79.02%;
--yellow-new-14: hsl(var(--yellow-new-14-hsl)/1);
--yellow-new-14-hsl: 38.036 calc(var(--saturation-factor, 1)*100%) 78.039%;
--yellow-new-15: hsl(var(--yellow-new-15-hsl)/1);
--yellow-new-15-hsl: 38.276 calc(var(--saturation-factor, 1)*100%) 77.255%;
--yellow-new-16: hsl(var(--yellow-new-16-hsl)/1);
--yellow-new-16-hsl: 38.5 calc(var(--saturation-factor, 1)*100%) 76.471%;
--yellow-new-17: hsl(var(--yellow-new-17-hsl)/1);
--yellow-new-17-hsl: 38.4 calc(var(--saturation-factor, 1)*100%) 75.49%;
--yellow-new-18: hsl(var(--yellow-new-18-hsl)/1);
--yellow-new-18-hsl: 38.605 calc(var(--saturation-factor, 1)*100%) 74.706%;
--yellow-new-19: hsl(var(--yellow-new-19-hsl)/1);
--yellow-new-19-hsl: 38.797 calc(var(--saturation-factor, 1)*100%) 73.922%;
--yellow-new-20: hsl(var(--yellow-new-20-hsl)/1);
--yellow-new-20-hsl: 38.54 calc(var(--saturation-factor, 1)*100%) 73.137%;
--yellow-new-21: hsl(var(--yellow-new-21-hsl)/1);
--yellow-new-21-hsl: 38.723 calc(var(--saturation-factor, 1)*100%) 72.353%;
--yellow-new-22: hsl(var(--yellow-new-22-hsl)/1);
--yellow-new-22-hsl: 38.483 calc(var(--saturation-factor, 1)*100%) 71.569%;
--yellow-new-23: hsl(var(--yellow-new-23-hsl)/1);
--yellow-new-23-hsl: 38.658 calc(var(--saturation-factor, 1)*100%) 70.784%;
--yellow-new-24: hsl(var(--yellow-new-24-hsl)/1);
--yellow-new-24-hsl: 38.824 calc(var(--saturation-factor, 1)*100%) 70%;
--yellow-new-25: hsl(var(--yellow-new-25-hsl)/1);
--yellow-new-25-hsl: 38.599 calc(var(--saturation-factor, 1)*100%) 69.216%;
--yellow-new-26: hsl(var(--yellow-new-26-hsl)/1);
--yellow-new-26-hsl: 38.758 calc(var(--saturation-factor, 1)*100%) 68.431%;
--yellow-new-27: hsl(var(--yellow-new-27-hsl)/1);
--yellow-new-27-hsl: 38.545 calc(var(--saturation-factor, 1)*100%) 67.647%;
--yellow-new-28: hsl(var(--yellow-new-28-hsl)/1);
--yellow-new-28-hsl: 38.698 calc(var(--saturation-factor, 1)*100%) 66.863%;
--yellow-new-29: hsl(var(--yellow-new-29-hsl)/1);
--yellow-new-29-hsl: 38.844 calc(var(--saturation-factor, 1)*100%) 66.078%;
--yellow-new-30: hsl(var(--yellow-new-30-hsl)/1);
--yellow-new-30-hsl: 38.644 calc(var(--saturation-factor, 1)*100%) 65.294%;
--yellow-new-31: hsl(var(--yellow-new-31-hsl)/1);
--yellow-new-31-hsl: 38.785 calc(var(--saturation-factor, 1)*100%) 64.51%;
--yellow-new-32: hsl(var(--yellow-new-32-hsl)/1);
--yellow-new-32-hsl: 38.919 calc(var(--saturation-factor, 1)*98.93%) 63.333%;
--yellow-new-33: hsl(var(--yellow-new-33-hsl)/1);
--yellow-new-33-hsl: 39.048 calc(var(--saturation-factor, 1)*98.953%) 62.549%;
--yellow-new-34: hsl(var(--yellow-new-34-hsl)/1);
--yellow-new-34-hsl: 38.86 calc(var(--saturation-factor, 1)*98.974%) 61.765%;
--yellow-new-35: hsl(var(--yellow-new-35-hsl)/1);
--yellow-new-35-hsl: 39.289 calc(var(--saturation-factor, 1)*98.01%) 60.588%;
--yellow-new-36: hsl(var(--yellow-new-36-hsl)/1);
--yellow-new-36-hsl: 39.505 calc(var(--saturation-factor, 1)*98.058%) 59.608%;
--yellow-new-37: hsl(var(--yellow-new-37-hsl)/1);
--yellow-new-37-hsl: 39.42 calc(var(--saturation-factor, 1)*98.104%) 58.627%;
--yellow-new-38: hsl(var(--yellow-new-38-hsl)/1);
--yellow-new-38-hsl: 39.81 calc(var(--saturation-factor, 1)*97.235%) 57.451%;
--yellow-new-39: hsl(var(--yellow-new-39-hsl)/1);
--yellow-new-39-hsl: 39.816 calc(var(--saturation-factor, 1)*97.309%) 56.275%;
--yellow-new-40: hsl(var(--yellow-new-40-hsl)/1);
--yellow-new-40-hsl: 40.179 calc(var(--saturation-factor, 1)*97.391%) 54.902%;
--yellow-new-41: hsl(var(--yellow-new-41-hsl)/1);
--yellow-new-41-hsl: 40.345 calc(var(--saturation-factor, 1)*97.479%) 53.333%;
--yellow-new-42: hsl(var(--yellow-new-42-hsl)/1);
--yellow-new-42-hsl: 41.311 calc(var(--saturation-factor, 1)*96.825%) 50.588%;
--yellow-new-43: hsl(var(--yellow-new-43-hsl)/1);
--yellow-new-43-hsl: 41.355 calc(var(--saturation-factor, 1)*100%) 49.216%;
--yellow-new-44: hsl(var(--yellow-new-44-hsl)/1);
--yellow-new-44-hsl: 41.116 calc(var(--saturation-factor, 1)*100%) 49.216%;
--yellow-new-45: hsl(var(--yellow-new-45-hsl)/1);
--yellow-new-45-hsl: 40.8 calc(var(--saturation-factor, 1)*100%) 49.02%;
--yellow-new-46: hsl(var(--yellow-new-46-hsl)/1);
--yellow-new-46-hsl: 40.56 calc(var(--saturation-factor, 1)*100%) 49.02%;
--yellow-new-47: hsl(var(--yellow-new-47-hsl)/1);
--yellow-new-47-hsl: 40.241 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-48: hsl(var(--yellow-new-48-hsl)/1);
--yellow-new-48-hsl: 40 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-49: hsl(var(--yellow-new-49-hsl)/1);
--yellow-new-49-hsl: 39.518 calc(var(--saturation-factor, 1)*100%) 48.824%;
--yellow-new-50: hsl(var(--yellow-new-50-hsl)/1);
--yellow-new-50-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--yellow-new-51: hsl(var(--yellow-new-51-hsl)/1);
--yellow-new-51-hsl: 39.098 calc(var(--saturation-factor, 1)*100%) 47.843%;
--yellow-new-52: hsl(var(--yellow-new-52-hsl)/1);
--yellow-new-52-hsl: 38.912 calc(var(--saturation-factor, 1)*100%) 46.863%;
--yellow-new-53: hsl(var(--yellow-new-53-hsl)/1);
--yellow-new-53-hsl: 38.974 calc(var(--saturation-factor, 1)*100%) 45.882%;
--yellow-new-54: hsl(var(--yellow-new-54-hsl)/1);
--yellow-new-54-hsl: 38.777 calc(var(--saturation-factor, 1)*100%) 44.902%;
--yellow-new-55: hsl(var(--yellow-new-55-hsl)/1);
--yellow-new-55-hsl: 38.571 calc(var(--saturation-factor, 1)*100%) 43.922%;
--yellow-new-56: hsl(var(--yellow-new-56-hsl)/1);
--yellow-new-56-hsl: 38.455 calc(var(--saturation-factor, 1)*100%) 43.137%;
--yellow-new-57: hsl(var(--yellow-new-57-hsl)/1);
--yellow-new-57-hsl: 38.233 calc(var(--saturation-factor, 1)*100%) 42.157%;
--yellow-new-58: hsl(var(--yellow-new-58-hsl)/1);
--yellow-new-58-hsl: 38 calc(var(--saturation-factor, 1)*100%) 41.176%;
--yellow-new-59: hsl(var(--yellow-new-59-hsl)/1);
--yellow-new-59-hsl: 37.573 calc(var(--saturation-factor, 1)*100%) 40.392%;
--yellow-new-60: hsl(var(--yellow-new-60-hsl)/1);
--yellow-new-60-hsl: 37.612 calc(var(--saturation-factor, 1)*100%) 39.412%;
--yellow-new-61: hsl(var(--yellow-new-61-hsl)/1);
--yellow-new-61-hsl: 37.347 calc(var(--saturation-factor, 1)*100%) 38.431%;
--yellow-new-62: hsl(var(--yellow-new-62-hsl)/1);
--yellow-new-62-hsl: 36.875 calc(var(--saturation-factor, 1)*100%) 37.647%;
--yellow-new-63: hsl(var(--yellow-new-63-hsl)/1);
--yellow-new-63-hsl: 36.898 calc(var(--saturation-factor, 1)*100%) 36.667%;
--yellow-new-64: hsl(var(--yellow-new-64-hsl)/1);
--yellow-new-64-hsl: 36.393 calc(var(--saturation-factor, 1)*100%) 35.882%;
--yellow-new-65: hsl(var(--yellow-new-65-hsl)/1);
--yellow-new-65-hsl: 36.201 calc(var(--saturation-factor, 1)*100%) 35.098%;
--yellow-new-66: hsl(var(--yellow-new-66-hsl)/1);
--yellow-new-66-hsl: 35.862 calc(var(--saturation-factor, 1)*100%) 34.118%;
--yellow-new-67: hsl(var(--yellow-new-67-hsl)/1);
--yellow-new-67-hsl: 35.294 calc(var(--saturation-factor, 1)*100%) 33.333%;
--yellow-new-68: hsl(var(--yellow-new-68-hsl)/1);
--yellow-new-68-hsl: 35.273 calc(var(--saturation-factor, 1)*100%) 32.353%;
--yellow-new-69: hsl(var(--yellow-new-69-hsl)/1);
--yellow-new-69-hsl: 34.658 calc(var(--saturation-factor, 1)*100%) 31.569%;
--yellow-new-70: hsl(var(--yellow-new-70-hsl)/1);
--yellow-new-70-hsl: 34.395 calc(var(--saturation-factor, 1)*100%) 30.784%;
--yellow-new-71: hsl(var(--yellow-new-71-hsl)/1);
--yellow-new-71-hsl: 33.725 calc(var(--saturation-factor, 1)*100%) 30%;
--yellow-new-72: hsl(var(--yellow-new-72-hsl)/1);
--yellow-new-72-hsl: 33.649 calc(var(--saturation-factor, 1)*100%) 29.02%;
--yellow-new-73: hsl(var(--yellow-new-73-hsl)/1);
--yellow-new-73-hsl: 32.917 calc(var(--saturation-factor, 1)*100%) 28.235%;
--yellow-new-74: hsl(var(--yellow-new-74-hsl)/1);
--yellow-new-74-hsl: 32.571 calc(var(--saturation-factor, 1)*100%) 27.451%;
--yellow-new-75: hsl(var(--yellow-new-75-hsl)/1);
--yellow-new-75-hsl: 31.765 calc(var(--saturation-factor, 1)*100%) 26.667%;
--yellow-new-76: hsl(var(--yellow-new-76-hsl)/1);
--yellow-new-76-hsl: 31.603 calc(var(--saturation-factor, 1)*100%) 25.686%;
--yellow-new-77: hsl(var(--yellow-new-77-hsl)/1);
--yellow-new-77-hsl: 30.709 calc(var(--saturation-factor, 1)*100%) 24.902%;
--yellow-new-78: hsl(var(--yellow-new-78-hsl)/1);
--yellow-new-78-hsl: 30.244 calc(var(--saturation-factor, 1)*100%) 24.118%;
--yellow-new-79: hsl(var(--yellow-new-79-hsl)/1);
--yellow-new-79-hsl: 29.748 calc(var(--saturation-factor, 1)*100%) 23.333%;
--yellow-new-80: hsl(var(--yellow-new-80-hsl)/1);
--yellow-new-80-hsl: 28.696 calc(var(--saturation-factor, 1)*100%) 22.549%;
--yellow-new-81: hsl(var(--yellow-new-81-hsl)/1);
--yellow-new-81-hsl: 28.108 calc(var(--saturation-factor, 1)*100%) 21.765%;
--yellow-new-82: hsl(var(--yellow-new-82-hsl)/1);
--yellow-new-82-hsl: 27.477 calc(var(--saturation-factor, 1)*100%) 20.98%;
--yellow-new-83: hsl(var(--yellow-new-83-hsl)/1);
--yellow-new-83-hsl: 26.214 calc(var(--saturation-factor, 1)*100%) 20.196%;
--yellow-new-84: hsl(var(--yellow-new-84-hsl)/1);
--yellow-new-84-hsl: 25.714 calc(var(--saturation-factor, 1)*100%) 19.216%;
--yellow-new-85: hsl(var(--yellow-new-85-hsl)/1);
--yellow-new-85-hsl: 24.894 calc(var(--saturation-factor, 1)*100%) 18.431%;
--yellow-new-86: hsl(var(--yellow-new-86-hsl)/1);
--yellow-new-86-hsl: 24 calc(var(--saturation-factor, 1)*100%) 17.647%;
--yellow-new-87: hsl(var(--yellow-new-87-hsl)/1);
--yellow-new-87-hsl: 22.326 calc(var(--saturation-factor, 1)*100%) 16.863%;
--yellow-new-88: hsl(var(--yellow-new-88-hsl)/1);
--yellow-new-88-hsl: 21.22 calc(var(--saturation-factor, 1)*100%) 16.078%;
--yellow-new-89: hsl(var(--yellow-new-89-hsl)/1);
--yellow-new-89-hsl: 19.747 calc(var(--saturation-factor, 1)*100%) 15.49%;
--yellow-new-90: hsl(var(--yellow-new-90-hsl)/1);
--yellow-new-90-hsl: 18.4 calc(var(--saturation-factor, 1)*100%) 14.706%;
--yellow-new-91: hsl(var(--yellow-new-91-hsl)/1);
--yellow-new-91-hsl: 16.056 calc(var(--saturation-factor, 1)*100%) 13.922%;
--yellow-new-92: hsl(var(--yellow-new-92-hsl)/1);
--yellow-new-92-hsl: 14.328 calc(var(--saturation-factor, 1)*100%) 13.137%;
--yellow-new-93: hsl(var(--yellow-new-93-hsl)/1);
--yellow-new-93-hsl: 12.381 calc(var(--saturation-factor, 1)*100%) 12.353%;
--yellow-new-94: hsl(var(--yellow-new-94-hsl)/1);
--yellow-new-94-hsl: 9.153 calc(var(--saturation-factor, 1)*100%) 11.569%;
--yellow-new-95: hsl(var(--yellow-new-95-hsl)/1);
--yellow-new-95-hsl: 6.545 calc(var(--saturation-factor, 1)*100%) 10.784%;
--yellow-new-96: hsl(var(--yellow-new-96-hsl)/1);
--yellow-new-96-hsl: 4.706 calc(var(--saturation-factor, 1)*100%) 10%;
--yellow-new-97: hsl(var(--yellow-new-97-hsl)/1);
--yellow-new-97-hsl: 1.277 calc(var(--saturation-factor, 1)*100%) 9.216%;
--yellow-new-98: hsl(var(--yellow-new-98-hsl)/1);
--yellow-new-98-hsl: 0 calc(var(--saturation-factor, 1)*100%) 8.235%;
--yellow-new-99: hsl(var(--yellow-new-99-hsl)/1);
--yellow-new-99-hsl: 0 calc(var(--saturation-factor, 1)*100%) 7.059%;
--yellow-new-100: hsl(var(--yellow-new-100-hsl)/1);
--yellow-new-100-hsl: 0 calc(var(--saturation-factor, 1)*100%) 5.294%;
--opacity-yellow-1: hsl(var(--opacity-yellow-1-hsl)/0.0196078431372549);
--opacity-yellow-1-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-4: hsl(var(--opacity-yellow-4-hsl)/0.0392156862745098);
--opacity-yellow-4-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-8: hsl(var(--opacity-yellow-8-hsl)/0.0784313725490196);
--opacity-yellow-8-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-12: hsl(var(--opacity-yellow-12-hsl)/0.12156862745098039);
--opacity-yellow-12-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-16: hsl(var(--opacity-yellow-16-hsl)/0.1607843137254902);
--opacity-yellow-16-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-20: hsl(var(--opacity-yellow-20-hsl)/0.2);
--opacity-yellow-20-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-24: hsl(var(--opacity-yellow-24-hsl)/0.23921568627450981);
--opacity-yellow-24-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-28: hsl(var(--opacity-yellow-28-hsl)/0.2784313725490196);
--opacity-yellow-28-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-32: hsl(var(--opacity-yellow-32-hsl)/0.3215686274509804);
--opacity-yellow-32-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-36: hsl(var(--opacity-yellow-36-hsl)/0.3607843137254902);
--opacity-yellow-36-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-40: hsl(var(--opacity-yellow-40-hsl)/0.4);
--opacity-yellow-40-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-44: hsl(var(--opacity-yellow-44-hsl)/0.4392156862745098);
--opacity-yellow-44-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-48: hsl(var(--opacity-yellow-48-hsl)/0.47843137254901963);
--opacity-yellow-48-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-52: hsl(var(--opacity-yellow-52-hsl)/0.5215686274509804);
--opacity-yellow-52-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-56: hsl(var(--opacity-yellow-56-hsl)/0.5607843137254902);
--opacity-yellow-56-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-60: hsl(var(--opacity-yellow-60-hsl)/0.6);
--opacity-yellow-60-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-64: hsl(var(--opacity-yellow-64-hsl)/0.6392156862745098);
--opacity-yellow-64-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-68: hsl(var(--opacity-yellow-68-hsl)/0.6784313725490196);
--opacity-yellow-68-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-72: hsl(var(--opacity-yellow-72-hsl)/0.7215686274509804);
--opacity-yellow-72-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-76: hsl(var(--opacity-yellow-76-hsl)/0.7607843137254902);
--opacity-yellow-76-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-80: hsl(var(--opacity-yellow-80-hsl)/0.8);
--opacity-yellow-80-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-84: hsl(var(--opacity-yellow-84-hsl)/0.8392156862745098);
--opacity-yellow-84-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-88: hsl(var(--opacity-yellow-88-hsl)/0.8784313725490196);
--opacity-yellow-88-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-92: hsl(var(--opacity-yellow-92-hsl)/0.9215686274509803);
--opacity-yellow-92-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--opacity-yellow-96: hsl(var(--opacity-yellow-96-hsl)/0.9607843137254902);
--opacity-yellow-96-hsl: 39.435 calc(var(--saturation-factor, 1)*100%) 48.627%;
--yellow-100: hsl(var(--yellow-100-hsl)/1);
--yellow-100-hsl: 33.75 calc(var(--saturation-factor, 1)*100%) 96.863%;
--yellow-130: hsl(var(--yellow-130-hsl)/1);
--yellow-130-hsl: 31.304 calc(var(--saturation-factor, 1)*100%) 95.49%;
--yellow-160: hsl(var(--yellow-160-hsl)/1);
--yellow-160-hsl: 32.727 calc(var(--saturation-factor, 1)*100%) 91.373%;
--yellow-200: hsl(var(--yellow-200-hsl)/1);
--yellow-200-hsl: 35 calc(var(--saturation-factor, 1)*97.297%) 85.49%;
--yellow-230: hsl(var(--yellow-230-hsl)/1);
--yellow-230-hsl: 36.637 calc(var(--saturation-factor, 1)*96.581%) 77.059%;
--yellow-260: hsl(var(--yellow-260-hsl)/1);
--yellow-260-hsl: 40.656 calc(var(--saturation-factor, 1)*96.825%) 62.941%;
--yellow-300: hsl(var(--yellow-300-hsl)/1);
--yellow-300-hsl: 40.421 calc(var(--saturation-factor, 1)*86.364%) 56.863%;
--yellow-330: hsl(var(--yellow-330-hsl)/1);
--yellow-330-hsl: 40 calc(var(--saturation-factor, 1)*75.309%) 52.353%;
--yellow-345: hsl(var(--yellow-345-hsl)/1);
--yellow-345-hsl: 39.545 calc(var(--saturation-factor, 1)*70.968%) 48.627%;
--yellow-360: hsl(var(--yellow-360-hsl)/1);
--yellow-360-hsl: 39.018 calc(var(--saturation-factor, 1)*74.429%) 42.941%;
--yellow-400: hsl(var(--yellow-400-hsl)/1);
--yellow-400-hsl: 37.792 calc(var(--saturation-factor, 1)*78.571%) 38.431%;
--yellow-430: hsl(var(--yellow-430-hsl)/1);
--yellow-430-hsl: 37.447 calc(var(--saturation-factor, 1)*84.431%) 32.745%;
--yellow-460: hsl(var(--yellow-460-hsl)/1);
--yellow-460-hsl: 36.279 calc(var(--saturation-factor, 1)*87.755%) 28.824%;
--yellow-500: hsl(var(--yellow-500-hsl)/1);
--yellow-500-hsl: 35.5 calc(var(--saturation-factor, 1)*93.75%) 25.098%;
--yellow-530: hsl(var(--yellow-530-hsl)/1);
--yellow-530-hsl: 34.857 calc(var(--saturation-factor, 1)*92.92%) 22.157%;
--yellow-560: hsl(var(--yellow-560-hsl)/1);
--yellow-560-hsl: 33.83 calc(var(--saturation-factor, 1)*94%) 19.608%;
--yellow-600: hsl(var(--yellow-600-hsl)/1);
--yellow-600-hsl: 34.815 calc(var(--saturation-factor, 1)*93.103%) 17.059%;
--yellow-630: hsl(var(--yellow-630-hsl)/1);
--yellow-630-hsl: 34.521 calc(var(--saturation-factor, 1)*92.405%) 15.49%;
--yellow-660: hsl(var(--yellow-660-hsl)/1);
--yellow-660-hsl: 34.688 calc(var(--saturation-factor, 1)*91.429%) 13.725%;
--yellow-700: hsl(var(--yellow-700-hsl)/1);
--yellow-700-hsl: 34.286 calc(var(--saturation-factor, 1)*90.323%) 12.157%;
--yellow-730: hsl(var(--yellow-730-hsl)/1);
--yellow-730-hsl: 32.941 calc(var(--saturation-factor, 1)*92.727%) 10.784%;
--yellow-760: hsl(var(--yellow-760-hsl)/1);
--yellow-760-hsl: 32.727 calc(var(--saturation-factor, 1)*91.667%) 9.412%;
--yellow-800: hsl(var(--yellow-800-hsl)/1);
--yellow-800-hsl: 32.432 calc(var(--saturation-factor, 1)*90.244%) 8.039%;
--yellow-830: hsl(var(--yellow-830-hsl)/1);
--yellow-830-hsl: 31.875 calc(var(--saturation-factor, 1)*88.889%) 7.059%;
--yellow-860: hsl(var(--yellow-860-hsl)/1);
--yellow-860-hsl: 32.308 calc(var(--saturation-factor, 1)*86.667%) 5.882%;
--yellow-900: hsl(var(--yellow-900-hsl)/1);
--yellow-900-hsl: 36 calc(var(--saturation-factor, 1)*83.333%) 4.706%;
--red: #ed4245;
--ekko-red: #de2761;
--platform-reddit: hsl(var(--platform-reddit-hsl)/1);
--platform-reddit-hsl: 16.235 calc(var(--saturation-factor, 1)*100%) 50%;
--red-new-1: hsl(var(--red-new-1-hsl)/1);
--red-new-1-hsl: 1.765 calc(var(--saturation-factor, 1)*100%) 93.333%;
--red-new-2: hsl(var(--red-new-2-hsl)/1);
--red-new-2-hsl: 1.579 calc(var(--saturation-factor, 1)*100%) 92.549%;
--red-new-3: hsl(var(--red-new-3-hsl)/1);
--red-new-3-hsl: 1.429 calc(var(--saturation-factor, 1)*100%) 91.765%;
--red-new-4: hsl(var(--red-new-4-hsl)/1);
--red-new-4-hsl: 2.609 calc(var(--saturation-factor, 1)*100%) 90.98%;
--red-new-5: hsl(var(--red-new-5-hsl)/1);
--red-new-5-hsl: 2.4 calc(var(--saturation-factor, 1)*100%) 90.196%;
--red-new-6: hsl(var(--red-new-6-hsl)/1);
--red-new-6-hsl: 2.222 calc(var(--saturation-factor, 1)*100%) 89.412%;
--red-new-7: hsl(var(--red-new-7-hsl)/1);
--red-new-7-hsl: 3.103 calc(var(--saturation-factor, 1)*100%) 88.627%;
--red-new-8: hsl(var(--red-new-8-hsl)/1);
--red-new-8-hsl: 2.903 calc(var(--saturation-factor, 1)*100%) 87.843%;
--red-new-9: hsl(var(--red-new-9-hsl)/1);
--red-new-9-hsl: 2.727 calc(var(--saturation-factor, 1)*100%) 87.059%;
--red-new-10: hsl(var(--red-new-10-hsl)/1);
--red-new-10-hsl: 3.429 calc(var(--saturation-factor, 1)*100%) 86.275%;
--red-new-11: hsl(var(--red-new-11-hsl)/1);
--red-new-11-hsl: 3.243 calc(var(--saturation-factor, 1)*100%) 85.49%;
--red-new-12: hsl(var(--red-new-12-hsl)/1);
--red-new-12-hsl: 3.846 calc(var(--saturation-factor, 1)*100%) 84.706%;
--red-new-13: hsl(var(--red-new-13-hsl)/1);
--red-new-13-hsl: 2.963 calc(var(--saturation-factor, 1)*100%) 84.118%;
--red-new-14: hsl(var(--red-new-14-hsl)/1);
--red-new-14-hsl: 2.824 calc(var(--saturation-factor, 1)*100%) 83.333%;
--red-new-15: hsl(var(--red-new-15-hsl)/1);
--red-new-15-hsl: 3.371 calc(var(--saturation-factor, 1)*100%) 82.549%;
--red-new-16: hsl(var(--red-new-16-hsl)/1);
--red-new-16-hsl: 2.609 calc(var(--saturation-factor, 1)*100%) 81.961%;
--red-new-17: hsl(var(--red-new-17-hsl)/1);
--red-new-17-hsl: 3.125 calc(var(--saturation-factor, 1)*100%) 81.176%;
--red-new-18: hsl(var(--red-new-18-hsl)/1);
--red-new-18-hsl: 3 calc(var(--saturation-factor, 1)*100%) 80.392%;
--red-new-19: hsl(var(--red-new-19-hsl)/1);
--red-new-19-hsl: 2.913 calc(var(--saturation-factor, 1)*100%) 79.804%;
--red-new-20: hsl(var(--red-new-20-hsl)/1);
--red-new-20-hsl: 3.364 calc(var(--saturation-factor, 1)*100%) 79.02%;
--red-new-21: hsl(var(--red-new-21-hsl)/1);
--red-new-21-hsl: 2.727 calc(var(--saturation-factor, 1)*100%) 78.431%;
--red-new-22: hsl(var(--red-new-22-hsl)/1);
--red-new-22-hsl: 2.655 calc(var(--saturation-factor, 1)*100%) 77.843%;
--red-new-23: hsl(var(--red-new-23-hsl)/1);
--red-new-23-hsl: 2.586 calc(var(--saturation-factor, 1)*98.305%) 76.863%;
--red-new-24: hsl(var(--red-new-24-hsl)/1);
--red-new-24-hsl: 2.542 calc(var(--saturation-factor, 1)*96.721%) 76.078%;
--red-new-25: hsl(var(--red-new-25-hsl)/1);
--red-new-25-hsl: 2 calc(var(--saturation-factor, 1)*95.238%) 75.294%;
--red-new-26: hsl(var(--red-new-26-hsl)/1);
--red-new-26-hsl: 2.439 calc(var(--saturation-factor, 1)*93.893%) 74.314%;
--red-new-27: hsl(var(--red-new-27-hsl)/1);
--red-new-27-hsl: 2.4 calc(var(--saturation-factor, 1)*92.593%) 73.529%;
--red-new-28: hsl(var(--red-new-28-hsl)/1);
--red-new-28-hsl: 1.905 calc(var(--saturation-factor, 1)*90%) 72.549%;
--red-new-29: hsl(var(--red-new-29-hsl)/1);
--red-new-29-hsl: 1.875 calc(var(--saturation-factor, 1)*88.889%) 71.765%;
--red-new-30: hsl(var(--red-new-30-hsl)/1);
--red-new-30-hsl: 1.385 calc(var(--saturation-factor, 1)*87.838%) 70.98%;
--red-new-31: hsl(var(--red-new-31-hsl)/1);
--red-new-31-hsl: 1.818 calc(var(--saturation-factor, 1)*85.714%) 69.804%;
--red-new-32: hsl(var(--red-new-32-hsl)/1);
--red-new-32-hsl: 1.343 calc(var(--saturation-factor, 1)*84.81%) 69.02%;
--red-new-33: hsl(var(--red-new-33-hsl)/1);
--red-new-33-hsl: 1.333 calc(var(--saturation-factor, 1)*82.822%) 68.039%;
--red-new-34: hsl(var(--red-new-34-hsl)/1);
--red-new-34-hsl: 1.314 calc(var(--saturation-factor, 1)*82.036%) 67.255%;
--red-new-35: hsl(var(--red-new-35-hsl)/1);
--red-new-35-hsl: 0.87 calc(var(--saturation-factor, 1)*80.233%) 66.275%;
--red-new-36: hsl(var(--red-new-36-hsl)/1);
--red-new-36-hsl: 0.863 calc(var(--saturation-factor, 1)*78.531%) 65.294%;
--red-new-37: hsl(var(--red-new-37-hsl)/1);
--red-new-37-hsl: 0.426 calc(var(--saturation-factor, 1)*77.901%) 64.51%;
--red-new-38: hsl(var(--red-new-38-hsl)/1);
--red-new-38-hsl: 0.423 calc(var(--saturation-factor, 1)*76.344%) 63.529%;
--red-new-39: hsl(var(--red-new-39-hsl)/1);
--red-new-39-hsl: 0 calc(var(--saturation-factor, 1)*74.869%) 62.549%;
--red-new-40: hsl(var(--red-new-40-hsl)/1);
--red-new-40-hsl: 359.586 calc(var(--saturation-factor, 1)*73.604%) 61.373%;
--red-new-41: hsl(var(--red-new-41-hsl)/1);
--red-new-41-hsl: 359.592 calc(var(--saturation-factor, 1)*73.134%) 60.588%;
--red-new-42: hsl(var(--red-new-42-hsl)/1);
--red-new-42-hsl: 358.792 calc(var(--saturation-factor, 1)*71.981%) 59.412%;
--red-new-43: hsl(var(--red-new-43-hsl)/1);
--red-new-43-hsl: 358.411 calc(var(--saturation-factor, 1)*70.892%) 58.235%;
--red-new-44: hsl(var(--red-new-44-hsl)/1);
--red-new-44-hsl: 358.421 calc(var(--saturation-factor, 1)*69.725%) 57.255%;
--red-new-45: hsl(var(--red-new-45-hsl)/1);
--red-new-45-hsl: 358.052 calc(var(--saturation-factor, 1)*68.75%) 56.078%;
--red-new-46: hsl(var(--red-new-46-hsl)/1);
--red-new-46-hsl: 357.692 calc(var(--saturation-factor, 1)*67.826%) 54.902%;
--red-new-47: hsl(var(--red-new-47-hsl)/1);
--red-new-47-hsl: 357.342 calc(var(--saturation-factor, 1)*66.949%) 53.725%;
--red-new-48: hsl(var(--red-new-48-hsl)/1);
--red-new-48-hsl: 356.625 calc(var(--saturation-factor, 1)*66.116%) 52.549%;
--red-new-49: hsl(var(--red-new-49-hsl)/1);
--red-new-49-hsl: 355.951 calc(var(--saturation-factor, 1)*65.462%) 51.176%;
--red-new-50: hsl(var(--red-new-50-hsl)/1);
--red-new-50-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--red-new-51: hsl(var(--red-new-51-hsl)/1);
--red-new-51-hsl: 355.556 calc(var(--saturation-factor, 1)*64.8%) 49.02%;
--red-new-52: hsl(var(--red-new-52-hsl)/1);
--red-new-52-hsl: 355.472 calc(var(--saturation-factor, 1)*64.898%) 48.039%;
--red-new-53: hsl(var(--red-new-53-hsl)/1);
--red-new-53-hsl: 355.355 calc(var(--saturation-factor, 1)*64.854%) 46.863%;
--red-new-54: hsl(var(--red-new-54-hsl)/1);
--red-new-54-hsl: 355.263 calc(var(--saturation-factor, 1)*64.957%) 45.882%;
--red-new-55: hsl(var(--red-new-55-hsl)/1);
--red-new-55-hsl: 355.541 calc(var(--saturation-factor, 1)*64.348%) 45.098%;
--red-new-56: hsl(var(--red-new-56-hsl)/1);
--red-new-56-hsl: 355.068 calc(var(--saturation-factor, 1)*65.179%) 43.922%;
--red-new-57: hsl(var(--red-new-57-hsl)/1);
--red-new-57-hsl: 355.385 calc(var(--saturation-factor, 1)*65.297%) 42.941%;
--red-new-58: hsl(var(--red-new-58-hsl)/1);
--red-new-58-hsl: 355.286 calc(var(--saturation-factor, 1)*65.421%) 41.961%;
--red-new-59: hsl(var(--red-new-59-hsl)/1);
--red-new-59-hsl: 355.182 calc(var(--saturation-factor, 1)*65.55%) 40.98%;
--red-new-60: hsl(var(--red-new-60-hsl)/1);
--red-new-60-hsl: 355.075 calc(var(--saturation-factor, 1)*65.686%) 40%;
--red-new-61: hsl(var(--red-new-61-hsl)/1);
--red-new-61-hsl: 355 calc(var(--saturation-factor, 1)*66%) 39.216%;
--red-new-62: hsl(var(--red-new-62-hsl)/1);
--red-new-62-hsl: 355.349 calc(var(--saturation-factor, 1)*66.154%) 38.235%;
--red-new-63: hsl(var(--red-new-63-hsl)/1);
--red-new-63-hsl: 354.803 calc(var(--saturation-factor, 1)*67.196%) 37.059%;
--red-new-64: hsl(var(--red-new-64-hsl)/1);
--red-new-64-hsl: 354.677 calc(var(--saturation-factor, 1)*67.391%) 36.078%;
--red-new-65: hsl(var(--red-new-65-hsl)/1);
--red-new-65-hsl: 354.59 calc(var(--saturation-factor, 1)*67.778%) 35.294%;
--red-new-66: hsl(var(--red-new-66-hsl)/1);
--red-new-66-hsl: 354.5 calc(var(--saturation-factor, 1)*68.966%) 34.118%;
--red-new-67: hsl(var(--red-new-67-hsl)/1);
--red-new-67-hsl: 354.359 calc(var(--saturation-factor, 1)*69.231%) 33.137%;
--red-new-68: hsl(var(--red-new-68-hsl)/1);
--red-new-68-hsl: 353.793 calc(var(--saturation-factor, 1)*70.732%) 32.157%;
--red-new-69: hsl(var(--red-new-69-hsl)/1);
--red-new-69-hsl: 353.628 calc(var(--saturation-factor, 1)*71.069%) 31.176%;
--red-new-70: hsl(var(--red-new-70-hsl)/1);
--red-new-70-hsl: 354.054 calc(var(--saturation-factor, 1)*71.613%) 30.392%;
--red-new-71: hsl(var(--red-new-71-hsl)/1);
--red-new-71-hsl: 353.394 calc(var(--saturation-factor, 1)*73.154%) 29.216%;
--red-new-72: hsl(var(--red-new-72-hsl)/1);
--red-new-72-hsl: 353.271 calc(var(--saturation-factor, 1)*73.793%) 28.431%;
--red-new-73: hsl(var(--red-new-73-hsl)/1);
--red-new-73-hsl: 352.571 calc(var(--saturation-factor, 1)*75.54%) 27.255%;
--red-new-74: hsl(var(--red-new-74-hsl)/1);
--red-new-74-hsl: 353.01 calc(var(--saturation-factor, 1)*76.296%) 26.471%;
--red-new-75: hsl(var(--red-new-75-hsl)/1);
--red-new-75-hsl: 352.277 calc(var(--saturation-factor, 1)*78.295%) 25.294%;
--red-new-76: hsl(var(--red-new-76-hsl)/1);
--red-new-76-hsl: 351.6 calc(var(--saturation-factor, 1)*80.645%) 24.314%;
--red-new-77: hsl(var(--red-new-77-hsl)/1);
--red-new-77-hsl: 351.34 calc(var(--saturation-factor, 1)*81.513%) 23.333%;
--red-new-78: hsl(var(--red-new-78-hsl)/1);
--red-new-78-hsl: 351.25 calc(var(--saturation-factor, 1)*84.211%) 22.353%;
--red-new-79: hsl(var(--red-new-79-hsl)/1);
--red-new-79-hsl: 351.064 calc(var(--saturation-factor, 1)*85.455%) 21.569%;
--red-new-80: hsl(var(--red-new-80-hsl)/1);
--red-new-80-hsl: 350.217 calc(var(--saturation-factor, 1)*88.462%) 20.392%;
--red-new-81: hsl(var(--red-new-81-hsl)/1);
--red-new-81-hsl: 350 calc(var(--saturation-factor, 1)*90%) 19.608%;
--red-new-82: hsl(var(--red-new-82-hsl)/1);
--red-new-82-hsl: 349.773 calc(var(--saturation-factor, 1)*91.667%) 18.824%;
--red-new-83: hsl(var(--red-new-83-hsl)/1);
--red-new-83-hsl: 349.412 calc(var(--saturation-factor, 1)*93.407%) 17.843%;
--red-new-84: hsl(var(--red-new-84-hsl)/1);
--red-new-84-hsl: 349.157 calc(var(--saturation-factor, 1)*95.402%) 17.059%;
--red-new-85: hsl(var(--red-new-85-hsl)/1);
--red-new-85-hsl: 348.889 calc(var(--saturation-factor, 1)*97.59%) 16.275%;
--red-new-86: hsl(var(--red-new-86-hsl)/1);
--red-new-86-hsl: 348.608 calc(var(--saturation-factor, 1)*100%) 15.49%;
--red-new-87: hsl(var(--red-new-87-hsl)/1);
--red-new-87-hsl: 348.8 calc(var(--saturation-factor, 1)*100%) 14.706%;
--red-new-88: hsl(var(--red-new-88-hsl)/1);
--red-new-88-hsl: 349.167 calc(var(--saturation-factor, 1)*100%) 14.118%;
--red-new-89: hsl(var(--red-new-89-hsl)/1);
--red-new-89-hsl: 349.565 calc(var(--saturation-factor, 1)*100%) 13.529%;
--red-new-90: hsl(var(--red-new-90-hsl)/1);
--red-new-90-hsl: 350 calc(var(--saturation-factor, 1)*100%) 12.941%;
--red-new-91: hsl(var(--red-new-91-hsl)/1);
--red-new-91-hsl: 350.476 calc(var(--saturation-factor, 1)*100%) 12.353%;
--red-new-92: hsl(var(--red-new-92-hsl)/1);
--red-new-92-hsl: 351 calc(var(--saturation-factor, 1)*100%) 11.765%;
--red-new-93: hsl(var(--red-new-93-hsl)/1);
--red-new-93-hsl: 351.579 calc(var(--saturation-factor, 1)*100%) 11.176%;
--red-new-94: hsl(var(--red-new-94-hsl)/1);
--red-new-94-hsl: 352.075 calc(var(--saturation-factor, 1)*100%) 10.392%;
--red-new-95: hsl(var(--red-new-95-hsl)/1);
--red-new-95-hsl: 351.6 calc(var(--saturation-factor, 1)*100%) 9.804%;
--red-new-96: hsl(var(--red-new-96-hsl)/1);
--red-new-96-hsl: 352 calc(var(--saturation-factor, 1)*100%) 8.824%;
--red-new-97: hsl(var(--red-new-97-hsl)/1);
--red-new-97-hsl: 352.683 calc(var(--saturation-factor, 1)*100%) 8.039%;
--red-new-98: hsl(var(--red-new-98-hsl)/1);
--red-new-98-hsl: 353.143 calc(var(--saturation-factor, 1)*100%) 6.863%;
--red-new-99: hsl(var(--red-new-99-hsl)/1);
--red-new-99-hsl: 351.724 calc(var(--saturation-factor, 1)*100%) 5.686%;
--red-new-100: hsl(var(--red-new-100-hsl)/1);
--red-new-100-hsl: 354 calc(var(--saturation-factor, 1)*100%) 3.922%;
--opacity-red-1: hsl(var(--opacity-red-1-hsl)/0.0196078431372549);
--opacity-red-1-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-4: hsl(var(--opacity-red-4-hsl)/0.0392156862745098);
--opacity-red-4-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-8: hsl(var(--opacity-red-8-hsl)/0.0784313725490196);
--opacity-red-8-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-12: hsl(var(--opacity-red-12-hsl)/0.12156862745098039);
--opacity-red-12-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-16: hsl(var(--opacity-red-16-hsl)/0.1607843137254902);
--opacity-red-16-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-20: hsl(var(--opacity-red-20-hsl)/0.2);
--opacity-red-20-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-24: hsl(var(--opacity-red-24-hsl)/0.23921568627450981);
--opacity-red-24-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-28: hsl(var(--opacity-red-28-hsl)/0.2784313725490196);
--opacity-red-28-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-32: hsl(var(--opacity-red-32-hsl)/0.3215686274509804);
--opacity-red-32-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-36: hsl(var(--opacity-red-36-hsl)/0.3607843137254902);
--opacity-red-36-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-40: hsl(var(--opacity-red-40-hsl)/0.4);
--opacity-red-40-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-44: hsl(var(--opacity-red-44-hsl)/0.4392156862745098);
--opacity-red-44-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-48: hsl(var(--opacity-red-48-hsl)/0.47843137254901963);
--opacity-red-48-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-52: hsl(var(--opacity-red-52-hsl)/0.5215686274509804);
--opacity-red-52-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-56: hsl(var(--opacity-red-56-hsl)/0.5607843137254902);
--opacity-red-56-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-60: hsl(var(--opacity-red-60-hsl)/0.6);
--opacity-red-60-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-64: hsl(var(--opacity-red-64-hsl)/0.6392156862745098);
--opacity-red-64-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-68: hsl(var(--opacity-red-68-hsl)/0.6784313725490196);
--opacity-red-68-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-72: hsl(var(--opacity-red-72-hsl)/0.7215686274509804);
--opacity-red-72-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-76: hsl(var(--opacity-red-76-hsl)/0.7607843137254902);
--opacity-red-76-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-80: hsl(var(--opacity-red-80-hsl)/0.8);
--opacity-red-80-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-84: hsl(var(--opacity-red-84-hsl)/0.8392156862745098);
--opacity-red-84-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-88: hsl(var(--opacity-red-88-hsl)/0.8784313725490196);
--opacity-red-88-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-92: hsl(var(--opacity-red-92-hsl)/0.9215686274509803);
--opacity-red-92-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--opacity-red-96: hsl(var(--opacity-red-96-hsl)/0.9607843137254902);
--opacity-red-96-hsl: 355.636 calc(var(--saturation-factor, 1)*64.706%) 50%;
--red-100: hsl(var(--red-100-hsl)/1);
--red-100-hsl: 350 calc(var(--saturation-factor, 1)*75%) 98.431%;
--red-130: hsl(var(--red-130-hsl)/1);
--red-130-hsl: 0 calc(var(--saturation-factor, 1)*83.333%) 97.647%;
--red-160: hsl(var(--red-160-hsl)/1);
--red-160-hsl: 0 calc(var(--saturation-factor, 1)*90.909%) 95.686%;
--red-200: hsl(var(--red-200-hsl)/1);
--red-200-hsl: 358.125 calc(var(--saturation-factor, 1)*88.889%) 92.941%;
--red-230: hsl(var(--red-230-hsl)/1);
--red-230-hsl: 358.696 calc(var(--saturation-factor, 1)*85.185%) 89.412%;
--red-260: hsl(var(--red-260-hsl)/1);
--red-260-hsl: 359.077 calc(var(--saturation-factor, 1)*89.041%) 85.686%;
--red-300: hsl(var(--red-300-hsl)/1);
--red-300-hsl: 358.588 calc(var(--saturation-factor, 1)*91.398%) 81.765%;
--red-330: hsl(var(--red-330-hsl)/1);
--red-330-hsl: 358.857 calc(var(--saturation-factor, 1)*91.304%) 77.451%;
--red-345: hsl(var(--red-345-hsl)/1);
--red-345-hsl: 358.168 calc(var(--saturation-factor, 1)*92.908%) 72.353%;
--red-360: hsl(var(--red-360-hsl)/1);
--red-360-hsl: 358.471 calc(var(--saturation-factor, 1)*91.813%) 66.471%;
--red-400: hsl(var(--red-400-hsl)/1);
--red-400-hsl: 358.659 calc(var(--saturation-factor, 1)*87.317%) 59.804%;
--red-430: hsl(var(--red-430-hsl)/1);
--red-430-hsl: 358.16 calc(var(--saturation-factor, 1)*68.776%) 53.529%;
--red-460: hsl(var(--red-460-hsl)/1);
--red-460-hsl: 358.705 calc(var(--saturation-factor, 1)*59.149%) 46.078%;
--red-500: hsl(var(--red-500-hsl)/1);
--red-500-hsl: 359.504 calc(var(--saturation-factor, 1)*60.199%) 39.412%;
--red-530: hsl(var(--red-530-hsl)/1);
--red-530-hsl: 358.919 calc(var(--saturation-factor, 1)*63.429%) 34.314%;
--red-560: hsl(var(--red-560-hsl)/1);
--red-560-hsl: 358.788 calc(var(--saturation-factor, 1)*63.871%) 30.392%;
--red-600: hsl(var(--red-600-hsl)/1);
--red-600-hsl: 358.636 calc(var(--saturation-factor, 1)*64.706%) 26.667%;
--red-630: hsl(var(--red-630-hsl)/1);
--red-630-hsl: 358.5 calc(var(--saturation-factor, 1)*65.574%) 23.922%;
--red-660: hsl(var(--red-660-hsl)/1);
--red-660-hsl: 359.155 calc(var(--saturation-factor, 1)*65.138%) 21.373%;
--red-700: hsl(var(--red-700-hsl)/1);
--red-700-hsl: 358.125 calc(var(--saturation-factor, 1)*66.667%) 18.824%;
--red-730: hsl(var(--red-730-hsl)/1);
--red-730-hsl: 358.929 calc(var(--saturation-factor, 1)*66.667%) 16.471%;
--red-760: hsl(var(--red-760-hsl)/1);
--red-760-hsl: 358.846 calc(var(--saturation-factor, 1)*70.27%) 14.51%;
--red-800: hsl(var(--red-800-hsl)/1);
--red-800-hsl: 358.636 calc(var(--saturation-factor, 1)*68.75%) 12.549%;
--red-830: hsl(var(--red-830-hsl)/1);
--red-830-hsl: 358.378 calc(var(--saturation-factor, 1)*67.273%) 10.784%;
--red-860: hsl(var(--red-860-hsl)/1);
--red-860-hsl: 0 calc(var(--saturation-factor, 1)*66.667%) 9.412%;
--red-900: hsl(var(--red-900-hsl)/1);
--red-900-hsl: 0 calc(var(--saturation-factor, 1)*70%) 7.843%;
--mobile-chat-input-floating-typing-gradient-height-reduced: 0px;
--refresh-blue: #161cbb;
--navy-blue: #24173f;
--guild-boosting-blue: hsl(var(--guild-boosting-blue-hsl)/1);
--guild-boosting-blue-hsl: 221.132 calc(var(--saturation-factor, 1)*70.044%) 55.49%;
--guild-boosting-blue-for-gradients: hsl(var(--guild-boosting-blue-for-gradients-hsl)/1);
--guild-boosting-blue-for-gradients-hsl: 234.909 calc(var(--saturation-factor, 1)*68.465%) 52.745%;
--illo-blue-10: hsl(var(--illo-blue-10-hsl)/1);
--illo-blue-10-hsl: 235.2 calc(var(--saturation-factor, 1)*100%) 95.098%;
--illo-blue-20: hsl(var(--illo-blue-20-hsl)/1);
--illo-blue-20-hsl: 234.737 calc(var(--saturation-factor, 1)*90.476%) 87.647%;
--illo-blue-30: hsl(var(--illo-blue-30-hsl)/1);
--illo-blue-30-hsl: 234 calc(var(--saturation-factor, 1)*90%) 80.392%;
--illo-blue-40: hsl(var(--illo-blue-40-hsl)/1);
--illo-blue-40-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--illo-blue-50: hsl(var(--illo-blue-50-hsl)/1);
--illo-blue-50-hsl: 236.25 calc(var(--saturation-factor, 1)*58.716%) 42.745%;
--illo-blue-60: hsl(var(--illo-blue-60-hsl)/1);
--illo-blue-60-hsl: 237.931 calc(var(--saturation-factor, 1)*72.5%) 31.373%;
--illo-blue-70: hsl(var(--illo-blue-70-hsl)/1);
--illo-blue-70-hsl: 240 calc(var(--saturation-factor, 1)*100%) 20%;
--illo-nitro-blue: hsl(var(--illo-nitro-blue-hsl)/1);
--illo-nitro-blue-hsl: 240 calc(var(--saturation-factor, 1)*82.063%) 43.725%;
--premium-perk-blue: hsl(var(--premium-perk-blue-hsl)/1);
--premium-perk-blue-hsl: 222.047 calc(var(--saturation-factor, 1)*100%) 75.098%;
--premium-perk-blue-alt: hsl(var(--premium-perk-blue-alt-hsl)/1);
--premium-perk-blue-alt-hsl: 223.03 calc(var(--saturation-factor, 1)*100%) 80.588%;
--premium-perk-dark-blue: hsl(var(--premium-perk-dark-blue-hsl)/1);
--premium-perk-dark-blue-hsl: 220.392 calc(var(--saturation-factor, 1)*67.401%) 55.49%;
--premium-perk-light-blue: hsl(var(--premium-perk-light-blue-hsl)/1);
--premium-perk-light-blue-hsl: 221.481 calc(var(--saturation-factor, 1)*100%) 84.118%;
--premium-tier-0-blue: hsl(var(--premium-tier-0-blue-hsl)/1);
--premium-tier-0-blue-hsl: 201.649 calc(var(--saturation-factor, 1)*100%) 38.039%;
--premium-tier-0-blue-for-gradients: hsl(var(--premium-tier-0-blue-for-gradients-hsl)/1);
--premium-tier-0-blue-for-gradients-hsl: 201.649 calc(var(--saturation-factor, 1)*100%) 38.039%;
--premium-tier-0-blue-for-gradients-2: hsl(var(--premium-tier-0-blue-for-gradients-2-hsl)/1);
--premium-tier-0-blue-for-gradients-2-hsl: 209.022 calc(var(--saturation-factor, 1)*80%) 45.098%;
--premium-tier-1-blue: hsl(var(--premium-tier-1-blue-hsl)/1);
--premium-tier-1-blue-hsl: 227.538 calc(var(--saturation-factor, 1)*86.667%) 70.588%;
--premium-tier-1-blue-for-gradients: hsl(var(--premium-tier-1-blue-for-gradients-hsl)/1);
--premium-tier-1-blue-for-gradients-hsl: 234.935 calc(var(--saturation-factor, 1)*85.556%) 64.706%;
--premium-tier-1-dark-blue-for-gradients: hsl(var(--premium-tier-1-dark-blue-for-gradients-hsl)/1);
--premium-tier-1-dark-blue-for-gradients-hsl: 234.909 calc(var(--saturation-factor, 1)*68.465%) 52.745%;
--role-blue: hsl(var(--role-blue-hsl)/1);
--role-blue-hsl: 203.793 calc(var(--saturation-factor, 1)*64.444%) 35.294%;
--role-dark-blue: hsl(var(--role-dark-blue-hsl)/1);
--role-dark-blue-hsl: 198.947 calc(var(--saturation-factor, 1)*18.447%) 40.392%;
--role-light-blue: hsl(var(--role-light-blue-hsl)/1);
--role-light-blue-hsl: 203.571 calc(var(--saturation-factor, 1)*15.909%) 65.49%;
--role-sky-blue: hsl(var(--role-sky-blue-hsl)/1);
--role-sky-blue-hsl: 204.072 calc(var(--saturation-factor, 1)*69.874%) 53.137%;
--blue-new-1: hsl(var(--blue-new-1-hsl)/1);
--blue-new-1-hsl: 216.923 calc(var(--saturation-factor, 1)*100%) 94.902%;
--blue-new-2: hsl(var(--blue-new-2-hsl)/1);
--blue-new-2-hsl: 216.774 calc(var(--saturation-factor, 1)*100%) 93.922%;
--blue-new-3: hsl(var(--blue-new-3-hsl)/1);
--blue-new-3-hsl: 216 calc(var(--saturation-factor, 1)*100%) 93.137%;
--blue-new-4: hsl(var(--blue-new-4-hsl)/1);
--blue-new-4-hsl: 216 calc(var(--saturation-factor, 1)*100%) 92.157%;
--blue-new-5: hsl(var(--blue-new-5-hsl)/1);
--blue-new-5-hsl: 215.455 calc(var(--saturation-factor, 1)*100%) 91.373%;
--blue-new-6: hsl(var(--blue-new-6-hsl)/1);
--blue-new-6-hsl: 214.286 calc(var(--saturation-factor, 1)*100%) 90.392%;
--blue-new-7: hsl(var(--blue-new-7-hsl)/1);
--blue-new-7-hsl: 215.094 calc(var(--saturation-factor, 1)*100%) 89.608%;
--blue-new-8: hsl(var(--blue-new-8-hsl)/1);
--blue-new-8-hsl: 214.138 calc(var(--saturation-factor, 1)*100%) 88.627%;
--blue-new-9: hsl(var(--blue-new-9-hsl)/1);
--blue-new-9-hsl: 213.871 calc(var(--saturation-factor, 1)*100%) 87.843%;
--blue-new-10: hsl(var(--blue-new-10-hsl)/1);
--blue-new-10-hsl: 214.545 calc(var(--saturation-factor, 1)*100%) 87.059%;
--blue-new-11: hsl(var(--blue-new-11-hsl)/1);
--blue-new-11-hsl: 213.803 calc(var(--saturation-factor, 1)*100%) 86.078%;
--blue-new-12: hsl(var(--blue-new-12-hsl)/1);
--blue-new-12-hsl: 214.4 calc(var(--saturation-factor, 1)*100%) 85.294%;
--blue-new-13: hsl(var(--blue-new-13-hsl)/1);
--blue-new-13-hsl: 214.177 calc(var(--saturation-factor, 1)*100%) 84.51%;
--blue-new-14: hsl(var(--blue-new-14-hsl)/1);
--blue-new-14-hsl: 214.286 calc(var(--saturation-factor, 1)*100%) 83.529%;
--blue-new-15: hsl(var(--blue-new-15-hsl)/1);
--blue-new-15-hsl: 213.793 calc(var(--saturation-factor, 1)*97.753%) 82.549%;
--blue-new-16: hsl(var(--blue-new-16-hsl)/1);
--blue-new-16-hsl: 213.333 calc(var(--saturation-factor, 1)*95.745%) 81.569%;
--blue-new-17: hsl(var(--blue-new-17-hsl)/1);
--blue-new-17-hsl: 213.83 calc(var(--saturation-factor, 1)*95.918%) 80.784%;
--blue-new-18: hsl(var(--blue-new-18-hsl)/1);
--blue-new-18-hsl: 213.402 calc(var(--saturation-factor, 1)*94.175%) 79.804%;
--blue-new-19: hsl(var(--blue-new-19-hsl)/1);
--blue-new-19-hsl: 213.861 calc(var(--saturation-factor, 1)*94.393%) 79.02%;
--blue-new-20: hsl(var(--blue-new-20-hsl)/1);
--blue-new-20-hsl: 213.143 calc(var(--saturation-factor, 1)*92.92%) 77.843%;
--blue-new-21: hsl(var(--blue-new-21-hsl)/1);
--blue-new-21-hsl: 213.333 calc(var(--saturation-factor, 1)*91.525%) 76.863%;
--blue-new-22: hsl(var(--blue-new-22-hsl)/1);
--blue-new-22-hsl: 213.214 calc(var(--saturation-factor, 1)*91.803%) 76.078%;
--blue-new-23: hsl(var(--blue-new-23-hsl)/1);
--blue-new-23-hsl: 213.391 calc(var(--saturation-factor, 1)*90.551%) 75.098%;
--blue-new-24: hsl(var(--blue-new-24-hsl)/1);
--blue-new-24-hsl: 213.051 calc(var(--saturation-factor, 1)*89.394%) 74.118%;
--blue-new-25: hsl(var(--blue-new-25-hsl)/1);
--blue-new-25-hsl: 213.443 calc(var(--saturation-factor, 1)*89.706%) 73.333%;
--blue-new-26: hsl(var(--blue-new-26-hsl)/1);
--blue-new-26-hsl: 213.12 calc(var(--saturation-factor, 1)*88.652%) 72.353%;
--blue-new-27: hsl(var(--blue-new-27-hsl)/1);
--blue-new-27-hsl: 213.281 calc(var(--saturation-factor, 1)*87.671%) 71.373%;
--blue-new-28: hsl(var(--blue-new-28-hsl)/1);
--blue-new-28-hsl: 212.977 calc(var(--saturation-factor, 1)*86.755%) 70.392%;
--blue-new-29: hsl(var(--blue-new-29-hsl)/1);
--blue-new-29-hsl: 213.333 calc(var(--saturation-factor, 1)*87.097%) 69.608%;
--blue-new-30: hsl(var(--blue-new-30-hsl)/1);
--blue-new-30-hsl: 213.043 calc(var(--saturation-factor, 1)*86.25%) 68.627%;
--blue-new-31: hsl(var(--blue-new-31-hsl)/1);
--blue-new-31-hsl: 213.191 calc(var(--saturation-factor, 1)*85.455%) 67.647%;
--blue-new-32: hsl(var(--blue-new-32-hsl)/1);
--blue-new-32-hsl: 212.917 calc(var(--saturation-factor, 1)*84.706%) 66.667%;
--blue-new-33: hsl(var(--blue-new-33-hsl)/1);
--blue-new-33-hsl: 213.061 calc(var(--saturation-factor, 1)*84%) 65.686%;
--blue-new-34: hsl(var(--blue-new-34-hsl)/1);
--blue-new-34-hsl: 212.98 calc(var(--saturation-factor, 1)*84.358%) 64.902%;
--blue-new-35: hsl(var(--blue-new-35-hsl)/1);
--blue-new-35-hsl: 213.117 calc(var(--saturation-factor, 1)*83.696%) 63.922%;
--blue-new-36: hsl(var(--blue-new-36-hsl)/1);
--blue-new-36-hsl: 212.866 calc(var(--saturation-factor, 1)*83.069%) 62.941%;
--blue-new-37: hsl(var(--blue-new-37-hsl)/1);
--blue-new-37-hsl: 212.795 calc(var(--saturation-factor, 1)*82.564%) 61.765%;
--blue-new-38: hsl(var(--blue-new-38-hsl)/1);
--blue-new-38-hsl: 212.927 calc(var(--saturation-factor, 1)*82%) 60.784%;
--blue-new-39: hsl(var(--blue-new-39-hsl)/1);
--blue-new-39-hsl: 212.695 calc(var(--saturation-factor, 1)*81.463%) 59.804%;
--blue-new-40: hsl(var(--blue-new-40-hsl)/1);
--blue-new-40-hsl: 212.791 calc(var(--saturation-factor, 1)*81.905%) 58.824%;
--blue-new-41: hsl(var(--blue-new-41-hsl)/1);
--blue-new-41-hsl: 212.571 calc(var(--saturation-factor, 1)*81.395%) 57.843%;
--blue-new-42: hsl(var(--blue-new-42-hsl)/1);
--blue-new-42-hsl: 212.514 calc(var(--saturation-factor, 1)*80.995%) 56.667%;
--blue-new-43: hsl(var(--blue-new-43-hsl)/1);
--blue-new-43-hsl: 212.459 calc(var(--saturation-factor, 1)*80.617%) 55.49%;
--blue-new-44: hsl(var(--blue-new-44-hsl)/1);
--blue-new-44-hsl: 212.086 calc(var(--saturation-factor, 1)*80.258%) 54.314%;
--blue-new-45: hsl(var(--blue-new-45-hsl)/1);
--blue-new-45-hsl: 211.875 calc(var(--saturation-factor, 1)*80%) 52.941%;
--blue-new-46: hsl(var(--blue-new-46-hsl)/1);
--blue-new-46-hsl: 211.515 calc(var(--saturation-factor, 1)*80.488%) 51.765%;
--blue-new-47: hsl(var(--blue-new-47-hsl)/1);
--blue-new-47-hsl: 211.176 calc(var(--saturation-factor, 1)*80.315%) 50.196%;
--blue-new-48: hsl(var(--blue-new-48-hsl)/1);
--blue-new-48-hsl: 210.711 calc(var(--saturation-factor, 1)*85.425%) 48.431%;
--blue-new-49: hsl(var(--blue-new-49-hsl)/1);
--blue-new-49-hsl: 209.327 calc(var(--saturation-factor, 1)*95.708%) 45.686%;
--blue-new-50: hsl(var(--blue-new-50-hsl)/1);
--blue-new-50-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--blue-new-51: hsl(var(--blue-new-51-hsl)/1);
--blue-new-51-hsl: 209.189 calc(var(--saturation-factor, 1)*100%) 43.529%;
--blue-new-52: hsl(var(--blue-new-52-hsl)/1);
--blue-new-52-hsl: 209.309 calc(var(--saturation-factor, 1)*100%) 42.549%;
--blue-new-53: hsl(var(--blue-new-53-hsl)/1);
--blue-new-53-hsl: 209.151 calc(var(--saturation-factor, 1)*100%) 41.569%;
--blue-new-54: hsl(var(--blue-new-54-hsl)/1);
--blue-new-54-hsl: 209.126 calc(var(--saturation-factor, 1)*99.038%) 40.784%;
--blue-new-55: hsl(var(--blue-new-55-hsl)/1);
--blue-new-55-hsl: 209.4 calc(var(--saturation-factor, 1)*98.039%) 40%;
--blue-new-56: hsl(var(--blue-new-56-hsl)/1);
--blue-new-56-hsl: 209.388 calc(var(--saturation-factor, 1)*98%) 39.216%;
--blue-new-57: hsl(var(--blue-new-57-hsl)/1);
--blue-new-57-hsl: 209.684 calc(var(--saturation-factor, 1)*96.939%) 38.431%;
--blue-new-58: hsl(var(--blue-new-58-hsl)/1);
--blue-new-58-hsl: 209.514 calc(var(--saturation-factor, 1)*96.859%) 37.451%;
--blue-new-59: hsl(var(--blue-new-59-hsl)/1);
--blue-new-59-hsl: 209.503 calc(var(--saturation-factor, 1)*96.791%) 36.667%;
--blue-new-60: hsl(var(--blue-new-60-hsl)/1);
--blue-new-60-hsl: 209.492 calc(var(--saturation-factor, 1)*97.79%) 35.49%;
--blue-new-61: hsl(var(--blue-new-61-hsl)/1);
--blue-new-61-hsl: 209.48 calc(var(--saturation-factor, 1)*97.74%) 34.706%;
--blue-new-62: hsl(var(--blue-new-62-hsl)/1);
--blue-new-62-hsl: 209.294 calc(var(--saturation-factor, 1)*98.837%) 33.725%;
--blue-new-63: hsl(var(--blue-new-63-hsl)/1);
--blue-new-63-hsl: 209.455 calc(var(--saturation-factor, 1)*98.802%) 32.745%;
--blue-new-64: hsl(var(--blue-new-64-hsl)/1);
--blue-new-64-hsl: 209.259 calc(var(--saturation-factor, 1)*100%) 31.765%;
--blue-new-65: hsl(var(--blue-new-65-hsl)/1);
--blue-new-65-hsl: 209.241 calc(var(--saturation-factor, 1)*100%) 30.98%;
--blue-new-66: hsl(var(--blue-new-66-hsl)/1);
--blue-new-66-hsl: 209.221 calc(var(--saturation-factor, 1)*100%) 30.196%;
--blue-new-67: hsl(var(--blue-new-67-hsl)/1);
--blue-new-67-hsl: 209.6 calc(var(--saturation-factor, 1)*100%) 29.412%;
--blue-new-68: hsl(var(--blue-new-68-hsl)/1);
--blue-new-68-hsl: 209.589 calc(var(--saturation-factor, 1)*100%) 28.627%;
--blue-new-69: hsl(var(--blue-new-69-hsl)/1);
--blue-new-69-hsl: 209.577 calc(var(--saturation-factor, 1)*100%) 27.843%;
--blue-new-70: hsl(var(--blue-new-70-hsl)/1);
--blue-new-70-hsl: 209.565 calc(var(--saturation-factor, 1)*100%) 27.059%;
--blue-new-71: hsl(var(--blue-new-71-hsl)/1);
--blue-new-71-hsl: 210 calc(var(--saturation-factor, 1)*100%) 26.275%;
--blue-new-72: hsl(var(--blue-new-72-hsl)/1);
--blue-new-72-hsl: 210 calc(var(--saturation-factor, 1)*100%) 25.49%;
--blue-new-73: hsl(var(--blue-new-73-hsl)/1);
--blue-new-73-hsl: 210 calc(var(--saturation-factor, 1)*100%) 24.706%;
--blue-new-74: hsl(var(--blue-new-74-hsl)/1);
--blue-new-74-hsl: 210 calc(var(--saturation-factor, 1)*100%) 23.922%;
--blue-new-75: hsl(var(--blue-new-75-hsl)/1);
--blue-new-75-hsl: 210.508 calc(var(--saturation-factor, 1)*100%) 23.137%;
--blue-new-76: hsl(var(--blue-new-76-hsl)/1);
--blue-new-76-hsl: 210.783 calc(var(--saturation-factor, 1)*100%) 22.549%;
--blue-new-77: hsl(var(--blue-new-77-hsl)/1);
--blue-new-77-hsl: 210.811 calc(var(--saturation-factor, 1)*100%) 21.765%;
--blue-new-78: hsl(var(--blue-new-78-hsl)/1);
--blue-new-78-hsl: 210.841 calc(var(--saturation-factor, 1)*100%) 20.98%;
--blue-new-79: hsl(var(--blue-new-79-hsl)/1);
--blue-new-79-hsl: 211.154 calc(var(--saturation-factor, 1)*100%) 20.392%;
--blue-new-80: hsl(var(--blue-new-80-hsl)/1);
--blue-new-80-hsl: 211.2 calc(var(--saturation-factor, 1)*100%) 19.608%;
--blue-new-81: hsl(var(--blue-new-81-hsl)/1);
--blue-new-81-hsl: 211.25 calc(var(--saturation-factor, 1)*100%) 18.824%;
--blue-new-82: hsl(var(--blue-new-82-hsl)/1);
--blue-new-82-hsl: 212.258 calc(var(--saturation-factor, 1)*100%) 18.235%;
--blue-new-83: hsl(var(--blue-new-83-hsl)/1);
--blue-new-83-hsl: 212.36 calc(var(--saturation-factor, 1)*100%) 17.451%;
--blue-new-84: hsl(var(--blue-new-84-hsl)/1);
--blue-new-84-hsl: 212.791 calc(var(--saturation-factor, 1)*100%) 16.863%;
--blue-new-85: hsl(var(--blue-new-85-hsl)/1);
--blue-new-85-hsl: 212.927 calc(var(--saturation-factor, 1)*100%) 16.078%;
--blue-new-86: hsl(var(--blue-new-86-hsl)/1);
--blue-new-86-hsl: 213.418 calc(var(--saturation-factor, 1)*100%) 15.49%;
--blue-new-87: hsl(var(--blue-new-87-hsl)/1);
--blue-new-87-hsl: 213.6 calc(var(--saturation-factor, 1)*100%) 14.706%;
--blue-new-88: hsl(var(--blue-new-88-hsl)/1);
--blue-new-88-hsl: 214.167 calc(var(--saturation-factor, 1)*100%) 14.118%;
--blue-new-89: hsl(var(--blue-new-89-hsl)/1);
--blue-new-89-hsl: 214.783 calc(var(--saturation-factor, 1)*100%) 13.529%;
--blue-new-90: hsl(var(--blue-new-90-hsl)/1);
--blue-new-90-hsl: 215.077 calc(var(--saturation-factor, 1)*100%) 12.745%;
--blue-new-91: hsl(var(--blue-new-91-hsl)/1);
--blue-new-91-hsl: 215.806 calc(var(--saturation-factor, 1)*100%) 12.157%;
--blue-new-92: hsl(var(--blue-new-92-hsl)/1);
--blue-new-92-hsl: 216.61 calc(var(--saturation-factor, 1)*100%) 11.569%;
--blue-new-93: hsl(var(--blue-new-93-hsl)/1);
--blue-new-93-hsl: 217.091 calc(var(--saturation-factor, 1)*100%) 10.784%;
--blue-new-94: hsl(var(--blue-new-94-hsl)/1);
--blue-new-94-hsl: 217.647 calc(var(--saturation-factor, 1)*100%) 10%;
--blue-new-95: hsl(var(--blue-new-95-hsl)/1);
--blue-new-95-hsl: 219.574 calc(var(--saturation-factor, 1)*100%) 9.216%;
--blue-new-96: hsl(var(--blue-new-96-hsl)/1);
--blue-new-96-hsl: 221.429 calc(var(--saturation-factor, 1)*100%) 8.235%;
--blue-new-97: hsl(var(--blue-new-97-hsl)/1);
--blue-new-97-hsl: 223.333 calc(var(--saturation-factor, 1)*100%) 7.059%;
--blue-new-98: hsl(var(--blue-new-98-hsl)/1);
--blue-new-98-hsl: 227.586 calc(var(--saturation-factor, 1)*100%) 5.686%;
--blue-new-99: hsl(var(--blue-new-99-hsl)/1);
--blue-new-99-hsl: 231 calc(var(--saturation-factor, 1)*100%) 3.922%;
--blue-new-100: hsl(var(--blue-new-100-hsl)/1);
--blue-new-100-hsl: 240 calc(var(--saturation-factor, 1)*100%) 1.373%;
--opacity-blue-1: hsl(var(--opacity-blue-1-hsl)/0.0196078431372549);
--opacity-blue-1-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-4: hsl(var(--opacity-blue-4-hsl)/0.0392156862745098);
--opacity-blue-4-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-8: hsl(var(--opacity-blue-8-hsl)/0.0784313725490196);
--opacity-blue-8-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-12: hsl(var(--opacity-blue-12-hsl)/0.12156862745098039);
--opacity-blue-12-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-16: hsl(var(--opacity-blue-16-hsl)/0.1607843137254902);
--opacity-blue-16-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-20: hsl(var(--opacity-blue-20-hsl)/0.2);
--opacity-blue-20-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-24: hsl(var(--opacity-blue-24-hsl)/0.23921568627450981);
--opacity-blue-24-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-28: hsl(var(--opacity-blue-28-hsl)/0.2784313725490196);
--opacity-blue-28-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-32: hsl(var(--opacity-blue-32-hsl)/0.3215686274509804);
--opacity-blue-32-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-36: hsl(var(--opacity-blue-36-hsl)/0.3607843137254902);
--opacity-blue-36-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-40: hsl(var(--opacity-blue-40-hsl)/0.4);
--opacity-blue-40-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-44: hsl(var(--opacity-blue-44-hsl)/0.4392156862745098);
--opacity-blue-44-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-48: hsl(var(--opacity-blue-48-hsl)/0.47843137254901963);
--opacity-blue-48-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-52: hsl(var(--opacity-blue-52-hsl)/0.5215686274509804);
--opacity-blue-52-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-56: hsl(var(--opacity-blue-56-hsl)/0.5607843137254902);
--opacity-blue-56-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-60: hsl(var(--opacity-blue-60-hsl)/0.6);
--opacity-blue-60-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-64: hsl(var(--opacity-blue-64-hsl)/0.6392156862745098);
--opacity-blue-64-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-68: hsl(var(--opacity-blue-68-hsl)/0.6784313725490196);
--opacity-blue-68-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-72: hsl(var(--opacity-blue-72-hsl)/0.7215686274509804);
--opacity-blue-72-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-76: hsl(var(--opacity-blue-76-hsl)/0.7607843137254902);
--opacity-blue-76-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-80: hsl(var(--opacity-blue-80-hsl)/0.8);
--opacity-blue-80-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-84: hsl(var(--opacity-blue-84-hsl)/0.8392156862745098);
--opacity-blue-84-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-88: hsl(var(--opacity-blue-88-hsl)/0.8784313725490196);
--opacity-blue-88-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-92: hsl(var(--opacity-blue-92-hsl)/0.9215686274509803);
--opacity-blue-92-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--opacity-blue-96: hsl(var(--opacity-blue-96-hsl)/0.9607843137254902);
--opacity-blue-96-hsl: 209.339 calc(var(--saturation-factor, 1)*100%) 44.51%;
--blue-100: hsl(var(--blue-100-hsl)/1);
--blue-100-hsl: 210 calc(var(--saturation-factor, 1)*80%) 98.039%;
--blue-130: hsl(var(--blue-130-hsl)/1);
--blue-130-hsl: 210 calc(var(--saturation-factor, 1)*87.5%) 96.863%;
--blue-160: hsl(var(--blue-160-hsl)/1);
--blue-160-hsl: 208.889 calc(var(--saturation-factor, 1)*87.097%) 93.922%;
--blue-200: hsl(var(--blue-200-hsl)/1);
--blue-200-hsl: 206.25 calc(var(--saturation-factor, 1)*92.308%) 89.804%;
--blue-230: hsl(var(--blue-230-hsl)/1);
--blue-230-hsl: 205.135 calc(var(--saturation-factor, 1)*92.5%) 84.314%;
--blue-260: hsl(var(--blue-260-hsl)/1);
--blue-260-hsl: 204.231 calc(var(--saturation-factor, 1)*94.545%) 78.431%;
--blue-300: hsl(var(--blue-300-hsl)/1);
--blue-300-hsl: 202.649 calc(var(--saturation-factor, 1)*97.419%) 69.608%;
--blue-330: hsl(var(--blue-330-hsl)/1);
--blue-330-hsl: 200.957 calc(var(--saturation-factor, 1)*100%) 59.02%;
--blue-345: hsl(var(--blue-345-hsl)/1);
--blue-345-hsl: 199.524 calc(var(--saturation-factor, 1)*100%) 49.412%;
--blue-360: hsl(var(--blue-360-hsl)/1);
--blue-360-hsl: 202.562 calc(var(--saturation-factor, 1)*100%) 47.451%;
--blue-400: hsl(var(--blue-400-hsl)/1);
--blue-400-hsl: 206.809 calc(var(--saturation-factor, 1)*100%) 46.078%;
--blue-430: hsl(var(--blue-430-hsl)/1);
--blue-430-hsl: 212.208 calc(var(--saturation-factor, 1)*100%) 45.294%;
--blue-460: hsl(var(--blue-460-hsl)/1);
--blue-460-hsl: 213.589 calc(var(--saturation-factor, 1)*100%) 40.98%;
--blue-500: hsl(var(--blue-500-hsl)/1);
--blue-500-hsl: 213.297 calc(var(--saturation-factor, 1)*100%) 35.686%;
--blue-530: hsl(var(--blue-530-hsl)/1);
--blue-530-hsl: 212.129 calc(var(--saturation-factor, 1)*100%) 30.392%;
--blue-560: hsl(var(--blue-560-hsl)/1);
--blue-560-hsl: 211.765 calc(var(--saturation-factor, 1)*100%) 26.667%;
--blue-600: hsl(var(--blue-600-hsl)/1);
--blue-600-hsl: 211.017 calc(var(--saturation-factor, 1)*100%) 23.137%;
--blue-630: hsl(var(--blue-630-hsl)/1);
--blue-630-hsl: 211.132 calc(var(--saturation-factor, 1)*100%) 20.784%;
--blue-660: hsl(var(--blue-660-hsl)/1);
--blue-660-hsl: 211.579 calc(var(--saturation-factor, 1)*100%) 18.627%;
--blue-700: hsl(var(--blue-700-hsl)/1);
--blue-700-hsl: 211.765 calc(var(--saturation-factor, 1)*100%) 16.667%;
--blue-730: hsl(var(--blue-730-hsl)/1);
--blue-730-hsl: 210.833 calc(var(--saturation-factor, 1)*100%) 14.118%;
--blue-760: hsl(var(--blue-760-hsl)/1);
--blue-760-hsl: 211.429 calc(var(--saturation-factor, 1)*100%) 12.353%;
--blue-800: hsl(var(--blue-800-hsl)/1);
--blue-800-hsl: 211.111 calc(var(--saturation-factor, 1)*100%) 10.588%;
--blue-830: hsl(var(--blue-830-hsl)/1);
--blue-830-hsl: 212.5 calc(var(--saturation-factor, 1)*100%) 9.412%;
--blue-860: hsl(var(--blue-860-hsl)/1);
--blue-860-hsl: 213.488 calc(var(--saturation-factor, 1)*100%) 8.431%;
--blue-900: hsl(var(--blue-900-hsl)/1);
--blue-900-hsl: 213.333 calc(var(--saturation-factor, 1)*100%) 7.059%;
```

## Breakpoints

| Name | Value | Type |
|------|-------|------|
| 240px | 240px | min-width |
| xs | 270px | min-width |
| xs | 300px | min-width |
| xs | 310px | min-width |
| xs | 340px | max-width |
| xs | 349px | max-width |
| xs | 350px | min-width |
| 399px | 399px | max-width |
| 400px | 400px | min-width |
| sm | 426px | min-width |
| sm | 449px | max-width |
| sm | 450px | min-width |
| sm | 476px | max-width |
| sm | 479px | max-width |
| sm | 499px | max-width |
| sm | 500px | min-width |
| sm | 530px | max-width |
| 549px | 549px | max-width |
| 550px | 550px | min-width |
| sm | 599px | max-width |
| sm | 600px | min-width |
| sm | 649px | max-width |
| sm | 650px | min-width |
| sm | 699px | max-width |
| sm | 700px | min-width |
| md | 749px | max-width |
| md | 750px | min-width |
| md | 767px | max-width |
| md | 768px | min-width |
| md | 769px | min-width |
| md | 799px | max-width |
| md | 800px | min-width |
| 848px | 848px | max-width |
| 849px | 849px | max-width |
| 850px | 850px | min-width |
| 896px | 896px | max-width |
| 899px | 899px | max-width |
| 900px | 900px | min-width |
| 949px | 949px | max-width |
| 950px | 950px | min-width |
| lg | 991px | max-width |
| lg | 992px | min-width |
| lg | 1015px | max-width |
| lg | 1016px | min-width |
| lg | 1023px | max-width |
| lg | 1024px | max-width |
| lg | 1049px | max-width |
| lg | 1050px | min-width |
| 1099px | 1099px | max-width |
| 1100px | 1100px | min-width |
| 1149px | 1149px | max-width |
| 1150px | 1150px | min-width |
| 1199px | 1199px | max-width |
| 1200px | 1200px | min-width |
| xl | 1249px | max-width |
| xl | 1250px | min-width |
| xl | 1279px | max-width |
| xl | 1280px | max-width |
| xl | 1281px | min-width |
| xl | 1299px | max-width |
| xl | 1300px | min-width |
| 1349px | 1349px | max-width |
| 1350px | 1350px | min-width |
| 1399px | 1399px | max-width |
| 1400px | 1400px | min-width |
| 1439px | 1439px | max-width |
| 1440px | 1440px | min-width |
| 1441px | 1441px | min-width |
| 1449px | 1449px | max-width |
| 1450px | 1450px | min-width |
| 2xl | 1499px | max-width |
| 2xl | 1500px | min-width |
| 2xl | 1549px | max-width |
| 2xl | 1550px | min-width |
| 2xl | 1599px | max-width |
| 2xl | 1600px | min-width |
| 1649px | 1649px | max-width |
| 1650px | 1650px | min-width |
| 1680px | 1680px | min-width |
| 1699px | 1699px | max-width |
| 1700px | 1700px | min-width |
| 1749px | 1749px | max-width |
| 1750px | 1750px | min-width |
| 1799px | 1799px | max-width |
| 1800px | 1800px | min-width |
| 1919px | 1919px | max-width |
| 1920px | 1920px | min-width |
| 1991px | 1991px | min-width |

## Transitions & Animations

**Easing functions:** `ease`

**Durations:** `0.25s`, `0.4s`, `0.35s`, `0.3s`, `0.2s`, `0.5s`

### Common Transitions

```css
transition: all;
transition: transform 0.25s, opacity 0.25s;
transition: background-color 0.4s;
transition: opacity 0.35s;
transition: transform 0.3s;
transition: background-color 0.25s;
transition: background-color 0.2s;
transition: width 0.3s;
transition: background-color 0.5s;
transition: opacity 0.4s, visibility 0.4s;
```

### Keyframe Animations

**spin**
```css
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
```

**spinner-wandering-cubes-E8DV84**
```css
@keyframes spinner-wandering-cubes-E8DV84 {
  25% { transform: translateX(22px) rotate(-90deg) scale(0.5); }
  50% { transform: translateX(22px) translateY(22px) rotate(-180deg); }
  75% { transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5); }
  100% { transform: rotate(-1turn); }
}
```

**spinner-wandering-cubes-E8DV84**
```css
@keyframes spinner-wandering-cubes-E8DV84 {
  25% { transform: translateX(22px) rotate(-90deg) scale(0.5); }
  50% { transform: translateX(22px) translateY(22px) rotate(-180deg); }
  75% { transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5); }
  100% { transform: rotate(-1turn); }
}
```

**spinner-chasing-dots-rotate-1FNFlo**
```css
@keyframes spinner-chasing-dots-rotate-1FNFlo {
  100% { transform: rotate(1turn); }
}
```

**spinner-chasing-dots-rotate-1FNFlo**
```css
@keyframes spinner-chasing-dots-rotate-1FNFlo {
  100% { transform: rotate(1turn); }
}
```

**spinner-chasing-dots-bounce-1u5AiH**
```css
@keyframes spinner-chasing-dots-bounce-1u5AiH {
  0%, 100% { transform: scale(0); }
  50% { transform: scale(1); }
}
```

**spinner-chasing-dots-bounce-1u5AiH**
```css
@keyframes spinner-chasing-dots-bounce-1u5AiH {
  0%, 100% { transform: scale(0); }
  50% { transform: scale(1); }
}
```

**spinner-pulsing-ellipsis-Zju_Ib**
```css
@keyframes spinner-pulsing-ellipsis-Zju_Ib {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.8); opacity: 0.3; }
  100% { transform: scale(1); opacity: 1; }
}
```

**spinner-pulsing-ellipsis-Zju_Ib**
```css
@keyframes spinner-pulsing-ellipsis-Zju_Ib {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.8); opacity: 0.3; }
  100% { transform: scale(1); opacity: 1; }
}
```

**spinner-spinning-circle-rotate-377lhj**
```css
@keyframes spinner-spinning-circle-rotate-377lhj {
  100% { transform: rotate(1turn); }
}
```

## Component Patterns

Detected UI component patterns and their most common styles:

### Buttons (27 instances)

```css
.buttons {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-right: 16px;
  border-radius: 12px;
}
```

### Links (135 instances)

```css
.links {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}
```

### Navigation (287 instances)

```css
.navigation {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: static;
}
```

### Footer (53 instances)

```css
.footer {
  background-color: rgba(221, 221, 221, 0);
  color: rgb(255, 255, 255);
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
}
```

### Dropdowns (133 instances)

```css
.dropdowns {
  background-color: rgba(221, 221, 221, 0);
  border-radius: 16px;
  border-color: rgb(0, 0, 0);
  padding-top: 0px;
}
```

### Switches (17 instances)

```css
.switches {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border-color: rgb(255, 255, 255);
}
```

## Component Clusters

Reusable component instances grouped by DOM structure and style similarity:

### Button — 1 instance, 1 variant

**Variant 1** (1 instance)

```css
  background: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  border: 0px none rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
```

### Button — 2 instances, 1 variant

**Variant 1** (2 instances)

```css
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 10px 16px 10px 16px;
  border-radius: 16px;
  border: 0px none rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
```

### Button — 1 instance, 1 variant

**Variant 1** (1 instance)

```css
  background: rgb(255, 255, 255);
  color: rgb(35, 39, 42);
  padding: 15px 24px 15px 24px;
  border-radius: 12px;
  border: 0px none rgb(35, 39, 42);
  font-size: 18px;
  font-weight: 400;
```

### Button — 1 instance, 1 variant

**Variant 1** (1 instance)

```css
  background: rgb(88, 101, 242);
  color: rgb(255, 255, 255);
  padding: 16.7px 24px 16.7px 24px;
  border-radius: 12px;
  border: 0px none rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
```

### Button — 1 instance, 1 variant

**Variant 1** (1 instance)

```css
  background: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  border: 0px none rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
```

## Layout System

**13 grid containers** and **201 flex containers** detected.

### Container Widths

| Max Width | Padding |
|-----------|---------|
| 1080px | 0px |
| 448px | 0px |
| 1300px | 0px |
| 760px | 0px |
| 384px | 0px |
| 944px | 0px |
| 943px | 0px |
| 344px | 0px |
| 1762px | 40px |

### Grid Column Patterns

| Columns | Usage Count |
|---------|-------------|
| 3-column | 6x |
| 1-column | 4x |
| 2-column | 2x |
| 12-column | 1x |

### Grid Templates

```css
grid-template-columns: 81.6562px 81.6719px 81.6562px 81.6719px 81.6719px 81.6562px 81.6719px 81.6719px 81.6562px 81.6719px 81.6719px 81.6562px;
gap: 20px;
grid-template-columns: auto;
gap: 30px;
grid-template-columns: auto 1fr;
gap: 40px;
grid-template-columns: auto;
gap: 30px;
grid-template-columns: auto;
gap: 30px;
```

### Flex Patterns

| Direction/Wrap | Count |
|----------------|-------|
| row/nowrap | 157x |
| row/wrap | 3x |
| column/nowrap | 41x |

**Gap values:** `12px`, `16px`, `16px normal`, `20px`, `30px`, `34.6px`, `36px`, `40px`, `42px`, `48px`, `4px`, `56px`, `5px`, `8px`, `normal 0px`

## Accessibility (WCAG 2.1)

**Overall Score: 100%** — 7 passing, 0 failing color pairs

### Passing Color Pairs

| Foreground | Background | Ratio | Level |
|------------|------------|-------|-------|
| `#000000` | `#ffffff` | 21:1 | AAA |
| `#ffffff` | `#5865f2` | 4.61:1 | AAA |
| `#23272a` | `#ffffff` | 15.05:1 | AAA |

## Design System Score

**Overall: 78/100 (Grade: C)**

| Category | Score |
|----------|-------|
| Color Discipline | 100/100 |
| Typography Consistency | 50/100 |
| Spacing System | 70/100 |
| Shadow Consistency | 85/100 |
| Border Radius Consistency | 90/100 |
| Accessibility | 100/100 |
| CSS Tokenization | 100/100 |

**Strengths:** Tight, disciplined color palette, Clean elevation system, Consistent border radii, Strong accessibility compliance, Good CSS variable tokenization

**Issues:**
- 5 font families — consider limiting to 2 (heading + body)
- 181 !important rules — prefer specificity over overrides
- 91% of CSS is unused — consider purging
- 68526 duplicate CSS declarations

## Gradients

**2 unique gradients** detected.

| Type | Direction | Stops | Classification |
|------|-----------|-------|----------------|
| linear | — | 2 | brand |
| linear | 135deg | 5 | complex |

```css
background: linear-gradient(rgba(88, 101, 242, 0) 43%, rgb(88, 101, 242) 77%);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 83%, rgba(255, 255, 255, 0.2));
```

## Z-Index Map

**17 unique z-index values** across 4 layers.

| Layer | Range | Elements |
|-------|-------|----------|
| modal | 2147483646,2147483646 | div.o.n.e.t.r.u.s.t.-.p.c.-.d.a.r.k.-.f.i.l.t.e.r. .o.t.-.h.i.d.e. .o.t.-.f.a.d.e.-.i.n |
| dropdown | 100,900 | a.s.k.i.p.-.l.i.n.k. .w.-.i.n.l.i.n.e.-.b.l.o.c.k. .w.-.-.c.u.r.r.e.n.t, div.n.a.v._.b.u.r.g.e.r._.l.i.s.t, div.r.e.l.a.t.i.v.e.-.2.0.2.5 |
| sticky | 10,99 | div.d.i.s.c.o.r.t._.r.o.b.o.t. .d.i.s.c.o.r.d._.r.o.b.o.t. .i.s._.2.0.2.5, div.n.a.v._.b.u.r.g.e.r._.b.o.t.t.o.m._.g.r.a.d, div.n.a.v._.b.u.r.g.e.r._.b.o.t.t.o.m._.g.r.a.d |
| base | -100,7 | video, video, video |

**Issues:**
- Very high z-index values: 2147483646

## SVG Icons

**3 unique SVG icons** detected. Dominant style: **filled**.

| Size Class | Count |
|------------|-------|
| sm | 1 |
| md | 1 |
| xl | 1 |

**Icon colors:** `white`, `currentColor`, `rgb(0, 0, 0)`, `url(#__lottie_element_7)`, `url(#__lottie_element_14)`, `url(#__lottie_element_19)`, `url(#__lottie_element_22)`, `url(#__lottie_element_20)`, `url(#__lottie_element_35)`, `url(#__lottie_element_6)`

## Font Files

| Family | Source | Weights | Styles |
|--------|--------|---------|--------|
| webflow-icons | self-hosted | 400 | normal |
| gg sans | self-hosted | 400, 500, 600, 700, 800 | normal, italic |
| Ggsans | self-hosted | 400, 500, 600, 700 | normal, italic |
| Abcgintonord 800 | self-hosted | 700 | italic, normal |
| Abcgintodiscord | self-hosted | 400, 500 | normal |
| Abcgintodiscordnord | self-hosted | 700 | normal, italic |
| ABCGintoNormal-Bold | self-hosted | 400 | normal |
| Abcgintodiscordnord-italic | self-hosted | 900 | italic |
| Source Code Pro | self-hosted | 400, 700 | normal |
| ABC Ginto Normal | self-hosted | 100 900, 300, 400, 500, 700, 800 | normal, italic |
| Ggsansmono | self-hosted | 400, 700 | normal |
| ABC Ginto Nord | self-hosted | 800 | normal, italic |
| ABC Ginto Nord Discord | self-hosted | 700 | normal, italic |
| ABC Ginto Discord | self-hosted | 400, 500 | normal |
| gg mono | self-hosted | 400, 700 | normal |
| Noto Sans | self-hosted | 400, 500, 600, 700, 800 | normal, italic |
| Corinthia | self-hosted | 400 | normal |
| Fraunces | self-hosted | 300 800 | normal |
| Munro | self-hosted | 400 | normal |
| Delicious Handrawn | self-hosted | 400 | normal |
| Sakura | self-hosted | 400 | normal |
| Jellybean | self-hosted | 400 | normal |
| Medieval | self-hosted | 400 | normal |
| Modern | self-hosted | 500 | normal |
| 8Bit | self-hosted | 400 | normal |
| Vampyre | self-hosted | 400 | normal |
| Tempo | self-hosted | 600 | normal |

**Google Fonts URL:** `https://fonts.googleapis.com/`

## Image Style Patterns

| Pattern | Count | Key Styles |
|---------|-------|------------|
| thumbnail | 99 | objectFit: fill, borderRadius: 0px, shape: square |
| general | 4 | objectFit: fill, borderRadius: 0px, shape: square |
| gallery | 1 | objectFit: fill, borderRadius: 0px, shape: square |

**Aspect ratios:** 1:1 (77x), 4:3 (17x), 3.65:1 (1x), 6.07:1 (1x), 3.64:1 (1x), 3.84:1 (1x), 3:4 (1x), 3.11:1 (1x)

## Motion Language

**Feel:** smooth · **Scroll-linked:** yes

### Duration Tokens

| name | value | ms |
|---|---|---|
| `sm` | `200ms` | 200 |
| `md` | `300ms` | 300 |
| `lg` | `500ms` | 500 |

### Easing Families

- **ease-in-out** (1 uses) — `ease`

### Keyframes In Use

| name | kind | properties | uses |
|---|---|---|---|
| `onetrust-fade-in` | fade | opacity | 1 |

## Component Anatomy

### button — 6 instances

**Slots:** label
**Variants:** primary

| variant | count | sample label |
|---|---|---|
| default | 5 | Log In |
| primary | 1 | Download for Mac |

## Brand Voice

**Tone:** friendly · **Pronoun:** you-only · **Headings:** Title Case (balanced)

### Top CTA Verbs

- **download** (3)
- **log** (2)
- **open** (1)

### Button Copy Patterns

- "download for mac" (3×)
- "log in" (2×)
- "open discord in your browser" (1×)

### Sample Headings

> GROUP CHAT THAT’S ALL FUN & GAMES
> find your friends on discord.
> MAKE YOUR GROUP CHATS MORE FUN
> STREAM LIKE YOU’RE IN THE SAME ROOM
> HOP IN WHEN YOU'RE FREE, NO NEED TO CALL

## Page Intent

**Type:** `landing` (confidence 0.45)
**Description:** Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.

## Section Roles

Reading order (top→bottom): nav → nav → nav → nav → nav → nav → nav → nav → nav → nav → nav → nav → nav → pricing → nav → sidebar → footer → nav → nav → nav → nav

| # | Role | Heading | Confidence |
|---|------|---------|------------|
| 0 | nav | — | 0.9 |
| 1 | nav | — | 0.9 |
| 2 | nav | — | 0.9 |
| 3 | nav | — | 0.9 |
| 4 | nav | — | 0.9 |
| 5 | nav | — | 0.9 |
| 6 | nav | — | 0.9 |
| 7 | nav | — | 0.9 |
| 8 | nav | — | 0.9 |
| 9 | nav | — | 0.9 |
| 10 | nav | — | 0.9 |
| 11 | nav | — | 0.9 |
| 12 | nav | — | 0.9 |
| 13 | pricing | GROUP CHAT THAT’S ALL FUN & GAMES | 0.4 |
| 14 | sidebar | — | 0.4 |
| 15 | footer | — | 0.95 |
| 16 | nav | — | 0.9 |
| 17 | nav | — | 0.9 |
| 18 | nav | — | 0.9 |
| 19 | nav | — | 0.9 |

## Material Language

**Label:** `flat` (confidence 0)

| Metric | Value |
|--------|-------|
| Avg saturation | 0.408 |
| Shadow profile | none |
| Avg shadow blur | 0px |
| Max radius | 88px |
| backdrop-filter in use | no |
| Gradients | 2 |

## Imagery Style

**Label:** `flat-illustration` (confidence 0.037)
**Counts:** total 104, svg 74, icon 88, screenshot-like 0, photo-like 6
**Dominant aspect:** square-ish
**Radius profile on images:** square

## Quick Start

To recreate this design in a new project:

1. **Install fonts:** Add `Ggsans` from Google Fonts or your font provider
2. **Import CSS variables:** Copy `variables.css` into your project
3. **Tailwind users:** Use the generated `tailwind.config.js` to extend your theme
4. **Design tokens:** Import `design-tokens.json` for tooling integration
