Official colors, logos, and guidelines for using YSF Utils branding in your server, website, or promotional materials.
Primary Blue
#5865F2
Success Green
#57F287
Warning Yellow
#FEE75C
Danger Red
#ED4245
Accent Pink
#EB459E
Background
#0B0F19
Surface
#111827
Text
#E2E8F0
Full Mark
For main branding
Icon Mark
For small spaces
Light Variant
For dark backgrounds
Primary — Inter
Aa Bb Cc
The quick brown fox
jumps over the lazy dog.
Monospace — JetBrains Mono
0123456789
const bot = new YSFUtils()
// Used for code, stats, IDs
Do
Don't
:root { --ysf-primary: #5865F2; --ysf-success: #57F287; --ysf-warning: #FEE75C; --ysf-danger: #ED4245; --ysf-accent: #EB459E; --ysf-bg: #0B0F19; --ysf-surface: #111827; --ysf-text: #E2E8F0; }