Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 954 Bytes

File metadata and controls

49 lines (37 loc) · 954 Bytes

🎨 BlackRoad Brand Guidelines

Official Colors

--sunrise-orange: #FF9D00;
--warm-orange:    #FF6B00;
--hot-pink:       #FF0066;  /* PRIMARY BRAND COLOR */
--electric-magenta: #FF006B;
--deep-magenta:   #D600AA;
--vivid-purple:   #7700FF;
--cyber-blue:     #0066FF;

Typography

Primary Font: JetBrains Mono

Gradients

BR Gradient (Orange → Pink):

linear-gradient(180deg, #FF9D00 0%, #FF0066 75%)

OS Gradient (Magenta → Blue):

linear-gradient(180deg, #FF006B 0%, #0066FF 100%)

Full Spectrum:

linear-gradient(180deg, #FF9D00 0%, #FF0066 28%, #7700FF 71%, #0066FF 100%)

Spacing (Golden Ratio φ = 1.618)

--space-xs:  8px;
--space-sm:  13px;
--space-md:  21px;
--space-lg:  34px;
--space-xl:  55px;
--space-2xl: 89px;

Usage

All BlackRoad repositories MUST use these official brand colors and typography.