Yield Yak is an easy-to-use tool to earn more yield from defi farming on the Avalanche network. Learn more:
Description | Large | Small |
---|---|---|
Main | ||
Use in | Ecosystem maps, web previews, square images | Round profile images, favicon |
Alt versions | White, without Link | Black, White |
✅ Do: Use Gradient version on dark backgrounds.
❌ Do not: Include dark background (#7a7a7a) on black.
✅ Do: Use black version on light backgrounds.
❌ Do not: Use gradient on light background.
Dark
#58595b
Light
#F0F0F0
Green
#00c864
Dark
#7a7a7a
Green
#00FB7E
Red
#C80055
Yellow
#FFDC14
Headline text, for use on dark background
.is-gradient {
background: -webkit-linear-gradient(right, #00FB7E 0%, #00c864 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}