Ink & Coral

The sharp collision of deep silence and warm light, where shadow meets sudden flush of warmth.

Colors

~Black#000000
~Grapefruit#FF5C5C

Tags

Psychology

Black provides visual anchor and authority, while grapefruit red commands immediate attention through its vivid warmth and high saturation. This extreme contrast in value creates psychological tension that heightens focus, making viewers instinctively pause. The warm red advances perceptually against the receding black, establishing clear hierarchy while the achromatic base prevents the palette from feeling overwhelming or chaotic.

Usage

Works well for high-impact branding where clarity and boldness are essential, such as tech startup identities, modern beverage labels, and editorial mastheads. Fashion lookbooks and luxury packaging benefit from the dramatic interplay, where black conveys sophistication and grapefruit adds contemporary energy. Projects requiring strong visual contrast and minimal color information see maximum impact from this pairing.

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%,
    #ff5c5c 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #ff5c5c;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #ff5c5c;
Hex values
#000000, #ff5c5c

Building something? Get this palette via the REST API.

History

Similar palettes

Brick & Berry Dusk
Pomegranate Cellar
Kiln Dust Glow
Flamingo Hour
Terracotta Sunrise
Ember & Cream
Forge & Honey
Kiln Fired Afternoon
Russet Orchard Noon