Crimson Stark Ink
Stark contrast of hot coral against absolute darkness, like neon against a sealed midnight room.
Psychology
The high contrast between pure black and vivid warm red creates immediate visual tension and commands attention without requiring saturation or complexity. Black's achromatic neutrality grounds the palette while the red's forward-advancing warmth and high lightness value establish a dynamic hierarchy that guides the eye. This pairing triggers both energetic response from the red's warmth and stability from black's grounding effect, making it emotionally balanced despite visual boldness.
Usage
Apply to luxury tech packaging, modern restaurant branding, and editorial magazine covers where stark contrast and warm accent are needed without visual noise. The palette excels in projects requiring minimal color interference, such as high-contrast typography, icon systems, and dark mode interfaces that need a single accent color to signal interactivity. Best suited for bold, confident brands that prioritize clarity and immediate visual impact over softness.
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%,
#ff6b6b 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #ff6b6b;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #ff6b6b;
Hex values
#000000, #ff6b6b
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