Signal Meridian

Crisp, high-contrast moments where cool light cuts through warm depth, anchored by solid shadow.

Colors

~Black#000000
~Noble Black#202124
~Pool Water#4285F4
~Nacho Cheese#FBBC04
~Leapfrog#34A853

Tags

Psychology

The vivid blue and green tones create forward momentum and clarity, while the warm yellow introduces tension and visual interest through complementary opposition.
Deep blacks provide visual anchor points that amplify contrast without overwhelming, allowing the bright hues to maintain their intensity and draw attention without fatigue.
This high-contrast pairing activates attention and engagement, typical of signal-driven design where hierarchy and clarity are essential.

Usage

Suited for tech product interfaces, startup branding systems, and digital editorial layouts where crisp hierarchy and bold visual statements drive user engagement.
The palette's strong contrast and cool-dominant character support mobile app design, SaaS dashboards, and modern packaging for premium consumer goods.
Projects requiring immediate visual impact and accessible readability benefit from this combination's natural emphasis on form and function.

Code

CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
    90deg,
    #000000 0%,
    #202124 25%,
    #4285f4 50%,
    #fbbc04 75%,
    #34a853 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #202124;
  --color-gradient-3: #4285f4;
  --color-gradient-4: #fbbc04;
  --color-gradient-5: #34a853;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #202124;
--color-3: #4285f4;
--color-4: #fbbc04;
--color-5: #34a853;
Hex values
#000000, #202124, #4285f4, #fbbc04, #34a853

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Abyssal Hearth
Shallow Waters
Slate & Honey Hour
Indigo Hour Study
Lavender Milk Hour
Midnight Brass
Frosted Lavender Drift
Buttercream Lagoon