Curated textile palette

Electric Petal textile color palette

Electric Petal is designed for maximum floral charge: violet, magenta, hot pink, and sweet highlight tones. It is useful for graphics, youth capsules, limited drops, and packaging moments where the color story should be instantly visible in a feed or on a retail wall.

vividgraphicyouthfulhigh-energy

Textile Direction

How to use Electric Petal

Best For

  • youth capsules
  • active graphics
  • beauty packaging
  • statement prints

Materials

  • performance jersey
  • mesh
  • coated canvas
  • printed cotton

Color Roles

  • Use the violet shades to keep the palette from becoming too sweet.
  • Use magenta and hot pink as the main expressive colors.
  • Use the two pale pinks for highlights, grounds, and softer product variants.

Color Specs

Palette values and contrast notes

Use these values as digital starting points, then approve final textile standards on the real fabric or substrate.

6 colors
SwatchRoleHEXRGBHSLApprox CMYKText Contrast
Anchor
Depth
Mid tone
Bridge
Ground
Highlight

Developer Handoff

CSS variables

Copy the palette as CSS custom properties.

--palette-1: #3B114E;
--palette-2: #7C21B7;
--palette-3: #BE34F4;
--palette-4: #F05CC8;
--palette-5: #FF93C2;
--palette-6: #FFD2E4;

Tailwind v4 theme

Use these tokens as palette utilities like bg-palette-1 and text-palette-1.

Copy the palette as Tailwind v4 theme color tokens.

@theme {
  --color-palette-1: #3B114E;
  --color-palette-2: #7C21B7;
  --color-palette-3: #BE34F4;
  --color-palette-4: #F05CC8;
  --color-palette-5: #FF93C2;
  --color-palette-6: #FFD2E4;
}