Neon Orchard Noon

Soft neon meets warm cream, a light-struck moment where synthetic brightness dissolves into natural pastels.

Colors

~Watermelon#FF5263
~Plastic Veggie#1DFF1A
~Cashew Nut#EACBAF
~Frozen Turquoise#61EDFF
~Cloud of Cream#F2E2C1

Psychology

The palette anchors vivid complementary accents (watermelon pink and acid green) within a bed of neutral, desaturated warmth, creating visual interest without harsh contrast. The low saturation of cream and cashew tones grounds the bright neons, preventing sensory overload while the cool turquoise recedes, allowing warm hues to advance and command attention. This combination triggers both playful energy and gentle approachability, balancing boldness with restraint through strategic lightness and muted undertones.

Usage

Well-suited for beauty and wellness packaging that needs contemporary edge without aggression, children's book illustration and toy design where safety and vibrancy coexist, and startup branding and web interfaces seeking approachable innovation. Projects benefiting from low contrast with high visual personality, plus warm-leaning palettes that still incorporate cool accents for dimension, thrive with this combination.
Hospitality menus, fashion lookbooks, and editorial layouts also leverage the soft boldness to create memorable, youthful impressions without demanding viewer strain.

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,
    #ff5263 0%,
    #1dff1a 25%,
    #eacbaf 50%,
    #61edff 75%,
    #f2e2c1 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ff5263;
  --color-gradient-2: #1dff1a;
  --color-gradient-3: #eacbaf;
  --color-gradient-4: #61edff;
  --color-gradient-5: #f2e2c1;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ff5263;
--color-2: #1dff1a;
--color-3: #eacbaf;
--color-4: #61edff;
--color-5: #f2e2c1;
Hex values
#ff5263, #1dff1a, #eacbaf, #61edff, #f2e2c1

Building something? Get this palette via the REST API.

History

Similar palettes

Celadon Reverie
Pastel Lagoon
Teal Linen Afternoon
Blackberry Bakery Noon
Butter Meadow Soft
Kiln Ember Dusk
Velvet Bakery Rest