dev.magicjones.com · Brand foundation

Magic Jones
brand swatch

Colors and type pulled from the professional logo and YouTube channel. The old site palette is included only as a legacy reference — don’t lead with it.

Mint green is the brand. Keep it.
Magic Jones logo — mint green wordmark on white

Core palette

Use these as the site’s CSS variables. Brand green for identity and CTAs; forest tones for atmosphere; ink/paper for readable surfaces.

Brand

Primary / logo green

#00D28C

Brand bright

Highlights, hover glow

#27E27F

Brand deep

Text on light / pressed

#00B96A

Forest

Dark surfaces / banners

#2C3925

Forest deep

Near-black green

#242E1D

Mid green

Secondary accents

#61A470

Soft green

Soft accents / charts

#7ED685

Mist

Tinted backgrounds

#E0F9F2

Ink

Body text

#1A1F1C

Paper

Page / cards

#FFFFFF

Paper warm

Page wash

#F4F7F5

Line

Borders / dividers

#D5DED9

How to use it (non-designer cheat sheet)

Do

  • DoLead with the mint logo green — it’s the designed brand mark.
  • DoPut brand name large and early; one headline, one short line, one CTA.
  • DoUse forest greens for dark heroes / video backdrops so mint still pops.
  • DoKeep body text dark ink on paper — readability over “mood.”
  • DoUse mist (#E0F9F2) for soft section washes instead of pure gray.

Don’t

  • Don’tLead with the old slate / taupe / gold palette — it fights the logo.
  • Don’tUse the Mobirise hot pink (#FF3366) anywhere — not part of the brand.
  • Don’tPut mint text on white for small body copy (contrast is weak).
  • Don’tStack lots of competing greens + yellow + gold in one viewport.
  • Don’tDefault to purple gradients, glow stacks, or pill-badge clutter.

Typography

Road Rage (Habchi) echoes the logo — short display moments only. Raleway handles UI, headlines, and body. Drop licensed files in /fonts/RoadRage/; until then the display sample falls back to Impact.

Display · Road Rage (--font-display)

Magic
Jones

Placeholder path: /fonts/RoadRage/Road_Rage.woff2

Headline · Raleway 700

Make it great — new songs, albums, and live streams.

Body · Raleway 400

Music is like water. It’s everywhere and necessary for survival. Hundreds of songs, music videos, and stories — collected in one place.

Caption / eyebrow · Raleway 500–700

Live Mon–Sat · Mountain Time

Quick composition check

A rough “does this feel like Magic Jones?” mock using only the core palette. If you removed the wordmark, the mint + forest should still feel like the brand.

Magic
Jones

Songs worth staying for

Originals, covers, and the stories behind them.

Listen Watch on YouTube
Album

Remnants of Truth

Eleven tracks. Cover art, notes, and video for each song.

Supporter

Download library

Account-gated MP3s — better home than a secret URL.

CSS variables (copy/paste)

:root {
  --brand: #00D28C;
  --brand-bright: #27E27F;
  --brand-deep: #00B96A;
  --brand-dark: #2C3925;
  --brand-forest: #242E1D;
  --brand-mid: #61A470;
  --brand-soft: #7ED685;
  --brand-mist: #E0F9F2;
  --ink: #1A1F1C;
  --ink-soft: #3A433E;
  --paper: #FFFFFF;
  --paper-warm: #F4F7F5;
  --line: #D5DED9;
  --font: "Raleway", system-ui, sans-serif;
  --font-display: "Road Rage", Impact, sans-serif;
}

Legacy palette (old magicjones.com — don’t lead with these)

From the Mobirise theme. Fine as occasional neutrals if needed; skip the pink.

Slate

Old primary

#465052

Taupe

Old nav / info

#82786E

Gold

Old accent

#B1A374

Yellow

Old success

#F7ED4A

Cool gray

Old warning

#879A9F

Hot pink

Avoid

#FF3366
Copied