1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Visuals
## Font
A geometric sans-serif font named [outfit][]. It is [SIL OFL][] licensed.
[outfit]: https://outfit.io/outfit-font
[SIL OFL]: https://github.com/Outfitio/Outfit-Fonts/blob/main/OFL.txt
## Colors
The color codes are:
- \#FAF9F5, rgba(250, 249, 245, 1)
- \#333333, rgba(51, 51, 51, 1)
- \#DB4D2C, rgba(219, 77, 44, 1)
- \#581303, rgba(219, 77, 44, 1)
- \#6B60E3, rgba(107, 96, 227, 1)
A brief demo is available in [pdf form](/media/colors.pdf).
## Logo
Available as an [svg file](/media/logo.svg). It is [CC BY-SA 4.0][] licensed.
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
|