#16A34A · EB Garamond · 200ms
tokens
Color + type
GolfAPI uses tournament green as information, warm paper as atmosphere, and type that moves naturally from editorial story to technical detail.
A measured approach.
Fairway conditions remain firm. Plan the landing area before choosing the club.
PAR 4 / 418 YDS / WIND +08
| Token | Value |
|---|---|
| green500 | #16A34A |
| page | #F3F3EE |
| display | 'EB Garamond', Georgia, serif |
| easePutt | cubic-bezier(.4, 0, .2, 1) |
CSS starter
:root {
--golfapi-color-green-500: #16A34A;
--golfapi-color-page: #F3F3EE;
--golfapi-font-display: 'EB Garamond', Georgia, serif;
--golfapi-motion-ease-putt: cubic-bezier(.4, 0, .2, 1);
}