This document details the visual identity guidelines for AOSSIE (Australian Open Source Software Innovation and Education).
The AOSSIE color scheme is inspired by Australia's national colors and reflects the organization's roots.
| Color Name | Color Sample | HEX Code | RGB Code | Role |
|---|---|---|---|---|
| Golden Wallet | π‘ | #FFCD00 |
rgb(255, 205, 0) |
Primary Brand Color |
| Baggy Green | π’ | #00843D |
rgb(0, 132, 61) |
Secondary Brand Color |
| Neutral Dark | β¬ | #121212 |
rgb(18, 18, 18) |
Dark Layouts & Text |
| Neutral Light | β¬ | #FFFFFF |
rgb(255, 255, 255) |
Light Layouts & Text |
| Neutral Muted | π | #7A7A7A |
rgb(122, 122, 122) |
Borders & Muted Text |
The official vector logo is stored in the repository in SVG format:
- Project Folder: logo.svg
- Web App Asset: aossie_logo.svg
The standard web browser tab icon is stored as a multi-resolution ICO file:
- Project Folder: favicon.ico
- Web App Asset: favicon.ico
- Default Font Family: Inter
- Fallback Stack:
ui-sans-serif, system-ui, sans-serif - Configuration: Set globally via Tailwind CSS v4 custom theme bindings inside
globals.cssand loaded asynchronously in the root layout via Next.js Google Font optimizer.