generated from noclocks/template-client-repo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
325 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Color Palette</title> | ||
</head> | ||
|
||
<body> | ||
<table id="colorTable"> | ||
<tbody> | ||
<!-- Table rows will be inserted here --> | ||
</tbody> | ||
</table> | ||
|
||
<template id="colorCell"> | ||
<td style="padding:10px; text-align:center;"> | ||
<span class="color-name"></span><br> | ||
<code class="color-hex"></code><br> | ||
Brightness: <span class="brightness"></span> | ||
</td> | ||
</template> | ||
|
||
<script src="../scripts/brand-colors.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
const colors = [ | ||
{ name: 'Accent', hex: '#0E2B4C', brightness: 39 }, | ||
{ name: 'Dark', hex: '#142A49', brightness: 40 }, | ||
{ name: 'Light', hex: '#FFFFFF', brightness: 255 } | ||
]; | ||
|
||
const table = document.getElementById('colorTable'); | ||
const template = document.getElementById('colorCell'); | ||
const row = document.createElement('tr'); | ||
|
||
colors.forEach(color => { | ||
const clone = template.content.cloneNode(true); | ||
const cell = clone.querySelector('td'); | ||
|
||
cell.style.backgroundColor = color.hex; | ||
cell.style.color = color.brightness < 128 ? '#FFFFFF' : '#000000'; | ||
|
||
cell.querySelector('.color-name').textContent = color.name; | ||
cell.querySelector('.color-hex').textContent = color.hex; | ||
cell.querySelector('.brightness').textContent = color.brightness; | ||
|
||
row.appendChild(cell); | ||
}); | ||
|
||
table.querySelector('tbody').appendChild(row); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,272 @@ | ||
# GMH Communities Brand Report | ||
|
||
> [!NOTE] | ||
> *This report was generated by fetching GMH Communities' brand assets via the [Brandfetch API](https://brandfetch.com) for | ||
> the GMH Communities domain: [gmhcommunities.com](https://gmhcommunities.com).* | ||
## Contents | ||
|
||
## Company Overview | ||
|
||
GMH Communities is a privately owned real estate company specializing in the acquisition, development, and management of exceptional living communities across the United States. With over 35 years of experience, GMH Communities has established itself as a leader and innovator in the industry since 1985. | ||
|
||
## Brand Identity | ||
|
||
### Logos | ||
|
||
![Company Logo](https://cdn.brandfetch.io/gmhcommunities.com/w/512/h/139/logo?c=1idD1Ep0IvCNcUa3_E3) | ||
|
||
### Icons | ||
|
||
![Company Icon](https://cdn.brandfetch.io/gmhcommunities.com/w/512/h/512?c=1idD1Ep0IvCNcUa3_E3) | ||
|
||
### Colors | ||
|
||
```html | ||
<table> | ||
<tr> | ||
<td style="background-color:{{color_hex}}; color: {{text_color_black}}; padding:10px; text-align:center;">{{color_name}}<br>{{color_hex}}</td> | ||
</tr> | ||
<td style="background-color:{{color_hex}}; color: {{text_color_white}}; padding:10px; text-align:center;">{{color_name}}<br>{{color_hex}}</td> | ||
</tr> | ||
</table> | ||
``` | ||
|
||
<table> | ||
<tr> | ||
<td style="background-color:#0E2B4C; color:#fff; padding:10px; text-align:center;">Accent<br><code>#0E2B4C</code><br>Brightness: 39</td> | ||
<td style="background-color:#142A49; color:#fff; padding:10px; text-align:center;">Dark<br><code>#142A49</code><br>Brightness: 40</td> | ||
<td style="background-color:#FFFFFF; color:#000; padding:10px; text-align:center;">Light<br><code>#FFFFFF</code><br>Brightness: 255</td> | ||
</tr> | ||
</table> | ||
|
||
## Overview | ||
|
||
## Company | ||
|
||
## Logos | ||
|
||
![GMH Communities](C:\Users\jimmy\Downloads\GMH Communities.svg) | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="Layer_1" x="0px" y="0px" viewBox="0 0 554.7 150.6" style="enable-background:new 0 0 554.7 150.6;" xml:space="preserve" width="554.7" height="150.6"> | ||
<style type="text/css"> | ||
.st0{fill:#0E2B4C;} | ||
.st1{fill:#FFFFFF;} | ||
</style> | ||
<g> | ||
<g> | ||
<rect class="st0" width="150.6" height="150.6"></rect> | ||
<g> | ||
<g> | ||
<path class="st1" d="M46.1,88.5l-0.3,0.4c-0.4,0.5-1,1.1-1.8,1.7c-0.7,0.6-1.6,1.1-2.6,1.6c-1,0.5-2.1,0.8-3.3,1.2 c-1.2,0.3-2.5,0.5-3.9,0.5c-2.5,0-4.8-0.4-7-1.3c-2.2-0.9-4.1-2.1-5.7-3.7c-1.6-1.6-2.9-3.5-3.9-5.8c-0.9-2.2-1.4-4.7-1.4-7.3 c0-2.6,0.5-5.1,1.4-7.3c0.9-2.2,2.2-4.2,3.9-5.8c1.6-1.6,3.6-2.8,5.8-3.7c2.2-0.9,4.5-1.3,7-1.3c3.5,0.1,6.7,0.9,9.4,2.5 s4.9,3.8,6.4,6.6l-5.6,1.5c-1-1.6-2.5-2.9-4.3-3.9c-1.8-0.9-3.8-1.4-5.9-1.4c-1.8,0-3.4,0.3-5,0.9c-1.5,0.6-2.8,1.4-3.9,2.6 s-1.9,2.5-2.5,4s-0.9,3.2-0.9,5.1c0,1.9,0.3,3.7,1,5.2s1.5,2.9,2.7,4c1.1,1.1,2.5,1.9,4,2.5c1.5,0.6,3.2,0.9,5,0.9 c1.6,0,3-0.2,4.3-0.6c1.3-0.4,2.4-0.9,3.4-1.6c0.9-0.6,1.7-1.3,2.4-2.1c0.6-0.7,1.1-1.5,1.4-2.2v-2.9H36v-4.5h14.9V93h-4.8 c0-1.7,0-2.9,0-3.5C46.2,88.9,46.2,88.6,46.1,88.5L46.1,88.5z"></path> | ||
<path class="st1" d="M93.8,58l-0.2,34.9h-5.4V79.7c0-1.6,0-3.1,0-4.6s0.1-2.8,0.1-3.9c0-1.1,0-2,0.1-2.7l0-1h0l-0.3,0.6 c-0.3,0.4-0.5,0.9-0.8,1.4c-0.3,0.5-0.6,1.1-1,1.7l-0.8,1.5l-6.8,11.7h-2.9l-6.8-11.7c-0.3-0.4-0.5-0.9-0.9-1.5 c-0.3-0.6-0.7-1.2-1-1.7c-0.3-0.5-0.6-1-0.9-1.4l-0.3-0.6h0l0,1c0,0.7,0,1.6,0,2.7c0,1.1,0,2.4,0.1,3.9c0,1.5,0,3,0,4.6v13.3 h-5.4V58h5.2l7.9,13.4c0.7,1.2,1.3,2.2,1.8,3c0.4,0.8,0.8,1.4,1,1.8c0.3,0.4,0.4,0.7,0.5,0.9l0.1,0.2h0.1l0.1-0.2 c0.1-0.1,0.2-0.4,0.5-0.9c0.2-0.4,0.6-1,1-1.8c0.4-0.8,1-1.8,1.7-3L88.7,58H93.8z"></path> | ||
<path class="st1" d="M133.2,58v34.9h-5.5V77.6h-17v15.3h-5.5V58h5.5v14.5h17V58H133.2z"></path> | ||
</g> | ||
</g> | ||
</g> | ||
<g> | ||
<g> | ||
<path class="st0" d="M200.8,69.2l-0.3,0c-1.2-1.9-2.8-3.5-4.9-4.6c-2.1-1.1-4.3-1.6-6.8-1.6c-2,0-3.8,0.3-5.5,1 c-1.7,0.7-3.1,1.6-4.4,2.9c-1.2,1.2-2.2,2.7-2.9,4.5c-0.7,1.7-1,3.6-1,5.7c0,2.1,0.3,4,1,5.7c0.7,1.7,1.7,3.2,2.9,4.5 c1.2,1.2,2.7,2.2,4.4,2.9c1.7,0.7,3.5,1,5.5,1c2.7,0,5.1-0.6,7.3-1.9c2.2-1.3,3.9-3,5-5.2l4,1.1c-0.7,1.5-1.6,2.9-2.7,4.2 c-1.1,1.2-2.3,2.3-3.7,3.2c-1.4,0.9-2.9,1.6-4.6,2c-1.6,0.5-3.4,0.7-5.2,0.7c-2.5,0-4.8-0.4-7-1.3c-2.2-0.9-4.1-2.1-5.7-3.7 c-1.6-1.6-2.9-3.5-3.9-5.8c-0.9-2.2-1.4-4.7-1.4-7.3s0.5-5.1,1.4-7.3c0.9-2.2,2.2-4.2,3.9-5.8c1.6-1.6,3.6-2.8,5.8-3.7 c2.2-0.9,4.5-1.3,7-1.3c1.7,0,3.3,0.2,4.9,0.6c1.6,0.4,3.1,1,4.4,1.8c1.3,0.8,2.6,1.7,3.7,2.9c1.1,1.1,2,2.4,2.8,3.8L200.8,69.2z "></path> | ||
<path class="st0" d="M211.1,77.3c0-2.6,0.5-5.1,1.4-7.3c0.9-2.2,2.2-4.2,3.9-5.8c1.6-1.6,3.6-2.8,5.8-3.7c2.2-0.9,4.5-1.3,7-1.3 s4.8,0.4,7,1.3c2.2,0.9,4.1,2.1,5.8,3.7c1.6,1.6,2.9,3.5,3.9,5.7c0.9,2.2,1.4,4.7,1.4,7.3s-0.4,5.1-1.4,7.3 c-0.9,2.2-2.2,4.1-3.9,5.7c-1.6,1.6-3.6,2.8-5.8,3.7c-2.2,0.8-4.5,1.3-7,1.3c-2.5,0-4.8-0.4-7-1.3c-2.2-0.9-4.1-2.1-5.7-3.7 c-1.6-1.6-2.9-3.5-3.9-5.8c-0.9-2.2-1.4-4.7-1.4-7.3L211.1,77.3z M215.5,77.2c0,2.1,0.3,4,1,5.7c0.7,1.7,1.7,3.2,2.9,4.5 c1.2,1.2,2.7,2.2,4.4,2.9c1.7,0.7,3.5,1,5.5,1c1.9,0,3.8-0.3,5.5-1c1.7-0.7,3.2-1.6,4.4-2.9c1.2-1.2,2.2-2.7,2.9-4.5 c0.7-1.7,1-3.7,1-5.8c0-2.1-0.3-4.1-1-5.8c-0.7-1.7-1.7-3.2-2.9-4.5c-1.2-1.2-2.7-2.2-4.4-2.9c-1.7-0.7-3.5-1-5.5-1 c-2,0-3.8,0.3-5.5,1c-1.7,0.7-3.1,1.6-4.4,2.9c-1.2,1.2-2.2,2.7-2.9,4.5c-0.7,1.7-1,3.7-1,5.8L215.5,77.2z"></path> | ||
<path class="st0" d="M289.2,59.7v35h-4V79.1c0-1.3,0-2.7,0-4.2s0.1-2.8,0.1-4s0-2.2,0-3l0-1.2h0l-0.3,0.5 c-0.2,0.3-0.4,0.8-0.7,1.3c-0.3,0.5-0.6,1.1-0.9,1.7c-0.3,0.6-0.6,1.1-0.9,1.7l-8.1,14.1h-2.1L263.9,72c-0.3-0.5-0.6-1.1-1-1.7 c-0.3-0.6-0.7-1.2-1-1.7c-0.3-0.5-0.5-1-0.7-1.3l-0.3-0.5h0l0,1.1c0,0.8,0,1.8,0,3c0,1.2,0,2.5,0.1,4c0,1.4,0,2.8,0,4.2v15.7h-4 V59.7h3.8l8.7,14.7c0.7,1.2,1.3,2.3,1.8,3.1c0.4,0.8,0.8,1.5,1,2c0.2,0.5,0.4,0.8,0.5,1l0.2,0.3h0l0.1-0.3c0.1-0.2,0.3-0.5,0.5-1 c0.2-0.5,0.6-1.1,1-2c0.4-0.8,1-1.9,1.8-3.1l8.7-14.7H289.2z"></path> | ||
<path class="st0" d="M333.1,59.7v35h-4V79.1c0-1.3,0-2.7,0-4.2c0-1.4,0.1-2.8,0.1-4s0-2.2,0-3l0-1.2h0l-0.3,0.5 c-0.2,0.3-0.4,0.8-0.7,1.3c-0.3,0.5-0.6,1.1-0.9,1.7c-0.3,0.6-0.6,1.1-0.9,1.7l-8.1,14.1h-2.1L307.9,72c-0.3-0.5-0.6-1.1-1-1.7 c-0.3-0.6-0.7-1.2-1-1.7c-0.3-0.5-0.5-1-0.7-1.3l-0.3-0.5h0l0,1.1c0,0.8,0,1.8,0,3c0,1.2,0,2.5,0.1,4c0,1.4,0,2.8,0,4.2v15.7h-4 V59.7h3.8l8.7,14.7c0.7,1.2,1.3,2.3,1.8,3.1c0.4,0.8,0.8,1.5,1,2c0.2,0.5,0.4,0.8,0.5,1l0.2,0.3h0l0.1-0.3c0.1-0.2,0.3-0.5,0.5-1 c0.2-0.5,0.6-1.1,1-2c0.4-0.8,1-1.9,1.8-3.1l8.7-14.7H333.1z"></path> | ||
<path class="st0" d="M372.6,59.7l0,20.4c0,4.9-1.2,8.7-3.7,11.3c-2.5,2.6-6,3.8-10.6,3.8c-4.6,0-8.1-1.2-10.6-3.8 c-2.5-2.6-3.7-6.4-3.7-11.3V59.7h4.1v20.5c0,7.5,3.4,11.3,10.2,11.3c6.8,0,10.3-3.8,10.3-11.3V59.7H372.6z"></path> | ||
<path class="st0" d="M412,59.7v34.9h-3.8l-15.5-20.8c-0.7-1-1.4-2-2.1-2.9c-0.6-0.9-1.2-1.7-1.6-2.3c-0.4-0.6-0.8-1.1-1-1.5 l-0.4-0.6h0v0.7c0,0.5,0,1.2,0,2.1c0,0.9,0,1.9,0,3.1s0,2.5,0,3.9v18.3h-4.1V59.7h3.8l15.5,20.8c0.6,0.9,1.3,1.7,1.9,2.6 c0.6,0.8,1.1,1.6,1.6,2.3c0.5,0.7,0.9,1.2,1.2,1.6l0.4,0.6h0v-0.8c0-0.5,0-1.2,0-2.1c0-0.9,0-1.9,0-3.1s0-2.3,0-3.6V59.7H412z"></path> | ||
<path class="st0" d="M423.8,94.6V59.7h4.1v34.9H423.8z"></path> | ||
<path class="st0" d="M463.5,59.7v3.8h-11.7v31h-4v-31h-11.7v-3.8H463.5z"></path> | ||
<path class="st0" d="M471.7,94.6V59.7h4.1v34.9H471.7z"></path> | ||
<path class="st0" d="M511.1,90.8v3.8h-23.6V59.7h23.3v3.8h-19.2v10.8H507V78h-15.4v12.8H511.1z"></path> | ||
<path class="st0" d="M540.1,69.4l-0.5,0.2c-0.2-1-0.5-2-1-2.8c-0.5-0.8-1.1-1.5-1.9-2.1c-0.8-0.6-1.6-1-2.6-1.3 c-0.9-0.3-2-0.4-3.1-0.4c-2.3,0-4.2,0.5-5.6,1.5c-1.4,1-2.2,2.4-2.2,4.1c0,0.9,0.3,1.7,0.8,2.4c0.5,0.6,1.3,1.2,2.2,1.6 s1.9,0.8,3,1.2c1.1,0.3,2.3,0.7,3.4,1c1.2,0.3,2.5,0.8,3.9,1.3c1.3,0.5,2.6,1.1,3.7,1.9c1.1,0.8,2.1,1.7,2.8,2.9 c0.7,1.1,1.1,2.6,1.1,4.3c0,1.4-0.3,2.8-0.9,4c-0.6,1.2-1.4,2.3-2.5,3.2c-1.1,0.9-2.4,1.6-4,2.1c-1.5,0.4-3.3,0.7-5.2,0.7 c-1.8,0-3.5-0.2-5.1-0.7c-1.5-0.5-2.8-1.2-3.9-2.1c-1.1-0.9-2-2-2.7-3.2c-0.7-1.2-1.2-2.6-1.5-4l3.9-1c0.1,1,0.4,1.9,0.9,2.9 c0.4,0.9,1.1,1.7,1.9,2.4c0.8,0.7,1.7,1.2,2.8,1.6c1.1,0.4,2.4,0.6,3.8,0.6c2.6,0,4.6-0.6,6.1-1.8c1.5-1.2,2.2-2.7,2.2-4.6 c0-1.2-0.3-2.3-1-3.1c-0.7-0.8-1.5-1.5-2.6-2c-1-0.5-2.2-1-3.5-1.3c-1.3-0.3-2.5-0.7-3.8-1.1c-1-0.3-2-0.6-3.2-1.1 c-1.1-0.4-2.2-1-3.2-1.6c-1-0.6-1.8-1.5-2.4-2.5c-0.6-1-0.9-2.3-0.9-3.8c0-1.3,0.3-2.6,0.9-3.7c0.6-1.1,1.4-2.1,2.5-3 c1-0.8,2.3-1.5,3.8-2c1.5-0.5,3.1-0.7,4.9-0.7c1.6,0,3.1,0.2,4.5,0.6c1.4,0.4,2.6,1.1,3.7,1.9c1.1,0.8,2,1.8,2.7,2.9 c0.7,1.1,1.2,2.4,1.5,3.8L540.1,69.4z"></path> | ||
</g> | ||
</g> | ||
</g> | ||
<g> | ||
<path class="st0" d="M546.8,46v1h-2v5.1h-1.2V47h-2v-1H546.8z M553.5,52.1l-0.2-3.6c0-0.5,0-1.1,0-1.7h-0.1 c-0.2,0.5-0.3,1.3-0.5,1.8l-1.1,3.4h-1.3l-1.1-3.5c-0.1-0.5-0.3-1.2-0.4-1.7h-0.1c0,0.6,0,1.2,0,1.7l-0.2,3.6h-1.2l0.5-6.2h1.8 l1.1,3c0.1,0.5,0.3,0.9,0.4,1.6h0c0.2-0.6,0.3-1.1,0.4-1.5l1.1-3h1.8l0.5,6.2H553.5z"></path> | ||
</g> | ||
</svg> | ||
|
||
## Icons | ||
|
||
![microbe-com](C:\Users\jimmy\Downloads\microbe-com-icons\microbe-com.png) | ||
|
||
## Colors | ||
|
||
<table> | ||
<tr> | ||
<td style="background-color:#000000; color:#fff; padding:10px; text-align:center;">Black<br>#000000</td> | ||
<td style="background-color:#003863; color:#000; padding:10px; text-align:center;">Midnight Blue<br>#003863</td> | ||
<td style="background-color:#ffb78e; color:#000; padding:10px; text-align:center;">Peach<br>#ffb78e</td> | ||
| ||
|
||
```html | ||
<table> | ||
<tr> | ||
<td style="background-color:{{color_hex}}; color: {{text_color_black}}; padding:10px; text-align:center;">{{color_name}}<br>{{color_hex}}</td> | ||
</tr> | ||
<td style="background-color:{{color_hex}}; color: {{text_color_white}}; padding:10px; text-align:center;">{{color_name}}<br>{{color_hex}}</td> | ||
</tr> | ||
</table> | ||
``` | ||
|
||
<table> | ||
<tr> | ||
<td style="background-color:#61BDFF; color:#000; padding:10px; text-align:center;">50<br>#61BDFF</td> | ||
<td style="background-color:#2EA8FF; color:#000; padding:10px; text-align:center;">100<br>#2EA8FF</td> | ||
<td style="background-color:#0092FA; color:#000; padding:10px; text-align:center;">200<br>#0092FA</td> | ||
<td style="background-color:#0074C7; color:#fff; padding:10px; text-align:center;">300<br>#0074C7</td> | ||
<td style="background-color:#005694; color:#fff; padding:10px; text-align:center;">400<br>#005694</td> | ||
<td style="background-color:#003961; color:#fff; padding:10px; text-align:center;">500<br>#003961</td> | ||
</tr> | ||
<tr> | ||
<td style="background-color:#001B2E; color:#fff; padding:10px; text-align:center;">600<br>#001B2E</td> | ||
<td style="background-color:#000000; color:#fff; padding:10px; text-align:center;">700<br>#000000</td> | ||
<td style="background-color:#000000; color:#fff; padding:10px; text-align:center;">800<br>#000000</td> | ||
<td style="background-color:#000000; color:#fff; padding:10px; text-align:center;">900<br>#000000</td> | ||
<td style="background-color:#000000; color:#fff; padding:10px; text-align:center;">950<br>#000000</td> | ||
</tr> | ||
</table> | ||
|
||
|
||
|
||
<details><summary>View CSS</summary><p> | ||
|
||
```css | ||
:root { | ||
/* CALL TO ACTION */ | ||
--call-to-action-color-50: #61bdff; | ||
--call-to-action-color-100: #2ea8ff; | ||
--call-to-action-color-200: #0092fa; | ||
--call-to-action-color-300: #0074c7; | ||
--call-to-action-color-400: #005694; | ||
--call-to-action-color-500: #003961; | ||
--call-to-action-color-600: #001b2e; | ||
--call-to-action-color-700: #000000; | ||
--call-to-action-color-800: #000000; | ||
--call-to-action-color-900: #000000; | ||
--call-to-action-color-950: #000000; | ||
|
||
--call-to-action-color-50: #ffffff; | ||
--call-to-action-color-100: #ffffff; | ||
--call-to-action-color-200: #ffffff; | ||
--call-to-action-color-300: #ffffff; | ||
--call-to-action-color-400: #ffffff; | ||
--call-to-action-color-500: #ffffff; | ||
--call-to-action-color-600: #e6e6e6; | ||
--call-to-action-color-700: #cccccc; | ||
--call-to-action-color-800: #b3b3b3; | ||
--call-to-action-color-900: #999999; | ||
--call-to-action-color-950: #808080; | ||
|
||
/* HERO */ | ||
--hero-color-50: #61bdff; | ||
--hero-color-100: #2ea8ff; | ||
--hero-color-200: #0092fa; | ||
--hero-color-300: #0074c7; | ||
--hero-color-400: #005694; | ||
--hero-color-500: #003961; | ||
--hero-color-600: #001b2e; | ||
--hero-color-700: #000000; | ||
--hero-color-800: #000000; | ||
--hero-color-900: #000000; | ||
--hero-color-950: #000000; | ||
|
||
--hero-color-50: #ffffff; | ||
--hero-color-100: #ffffff; | ||
--hero-color-200: #ffffff; | ||
--hero-color-300: #ffffff; | ||
--hero-color-400: #ffffff; | ||
--hero-color-500: #ffffff; | ||
--hero-color-600: #e6e6e6; | ||
--hero-color-700: #cccccc; | ||
--hero-color-800: #b3b3b3; | ||
--hero-color-900: #999999; | ||
--hero-color-950: #808080; | ||
|
||
/* ACCENT */ | ||
--accent-color-50: #ffffff; | ||
--accent-color-100: #e8f4dc; | ||
--accent-color-200: #cfe8b5; | ||
--accent-color-300: #b5dc8f; | ||
--accent-color-400: #9ccf68; | ||
--accent-color-500: #82c341; | ||
--accent-color-600: #699f32; | ||
--accent-color-700: #4f7826; | ||
--accent-color-800: #36511a; | ||
--accent-color-900: #1c2b0d; | ||
--accent-color-950: #030401; | ||
|
||
--accent-color-50: #ffffff; | ||
--accent-color-100: #ffffff; | ||
--accent-color-200: #ffffff; | ||
--accent-color-300: #ffffff; | ||
--accent-color-400: #ffffff; | ||
--accent-color-500: #ffffff; | ||
--accent-color-600: #e6e6e6; | ||
--accent-color-700: #cccccc; | ||
--accent-color-800: #b3b3b3; | ||
--accent-color-900: #999999; | ||
--accent-color-950: #808080; | ||
|
||
/* BACKGROUND */ | ||
--background-color-50: #ffffff; | ||
--background-color-100: #ffffff; | ||
--background-color-200: #ffffff; | ||
--background-color-300: #ffffff; | ||
--background-color-400: #ffffff; | ||
--background-color-500: #ffffff; | ||
--background-color-600: #e6e6e6; | ||
--background-color-700: #cccccc; | ||
--background-color-800: #b3b3b3; | ||
--background-color-900: #999999; | ||
--background-color-950: #808080; | ||
|
||
--background-color-50: #ababab; | ||
--background-color-100: #919191; | ||
--background-color-200: #787878; | ||
--background-color-300: #5e5e5e; | ||
--background-color-400: #454545; | ||
--background-color-500: #2b2b2b; | ||
--background-color-600: #121212; | ||
--background-color-700: #000000; | ||
--background-color-800: #000000; | ||
--background-color-900: #000000; | ||
--background-color-950: #000000; | ||
|
||
/* SURFACE */ | ||
--surface-color-50: #ffffff; | ||
--surface-color-100: #fdebe2; | ||
--surface-color-200: #fbc9b2; | ||
--surface-color-300: #f8a782; | ||
--surface-color-400: #f58551; | ||
--surface-color-500: #f26321; | ||
--surface-color-600: #d44c0c; | ||
--surface-color-700: #a43a0a; | ||
--surface-color-800: #742907; | ||
--surface-color-900: #431804; | ||
--surface-color-950: #130701; | ||
|
||
--surface-color-50: #ffffff; | ||
--surface-color-100: #ffffff; | ||
--surface-color-200: #ffffff; | ||
--surface-color-300: #ffffff; | ||
--surface-color-400: #ffffff; | ||
--surface-color-500: #ffffff; | ||
--surface-color-600: #e6e6e6; | ||
--surface-color-700: #cccccc; | ||
--surface-color-800: #b3b3b3; | ||
--surface-color-900: #999999; | ||
--surface-color-950: #808080; | ||
} | ||
``` | ||
|
||
</details> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## Typography | ||
|
||
- `Ubuntu - 400 - Normal` |
Empty file.
Empty file.