Cornflower Butter Rise
Cool blue meets warm cream and gold, evoking sunlit studio light filtering through linen and honey.
Psychology
The vivid blue and warm yellows create complementary contrast that energizes without overwhelming, as the cool hue recedes while the lighter warm tones advance. Yellow's high saturation and lightness convey optimism and clarity, while the structured blue adds visual authority and balance. This combination triggers both approachability and confidence, making it memorable for identity work.
Usage
Effective for artisanal food branding, tech startup websites, and editorial design where moderate contrast prevents fatigue while bold yellows command attention. The warm-dominated palette suits sustainable product packaging and fashion lookbooks that need cheerful energy with visual sophistication. Light overall values work particularly well in minimal web interfaces and print collateral where legibility and modern polish matter equally.
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,
#1678fa 0%,
#fffbd0 50%,
#ffbd34 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #1678fa;
--color-gradient-2: #fffbd0;
--color-gradient-3: #ffbd34;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #1678fa; --color-2: #fffbd0; --color-3: #ffbd34;
Hex values
#1678fa, #fffbd0, #ffbd34
Building something? Get this palette via the REST API.
History
Similar palettes
Abyssal Hearth
Midnight Brass
Indigo Hour Study
Roasted Almond Bloom
Slate & Honey Hour
Buttercream Lagoon
Jade Hour Glow
Terracotta Sunrise
Midnight Pool Glow