JSON

Fashion Styles - JSON

Fashion styles are ways of dressing that express individual personality, lifestyle, and cultural background. Various styles exist including casual, formal, streetwear, vintage, bohemian, and preppy, continuously evolving with time and trends. Each style has distinctive items, color palettes, and silhouettes, serving as an important means of self-expression.

fashion style casual formal streetwear vintage trends
[
  {
    "code": "01",
    "slug": "casual",
    "name": "Casual",
    "description": "A relaxed and comfortable everyday wear style.",
    "keyItems": [
      "Jeans",
      "T-shirts",
      "Sneakers",
      "Denim jacket",
      "Hoodie"
    ]
  },
  {
    "code": "02",
    "slug": "formal",
    "name": "Formal",
    "description": "A style for occasions requiring elegant and sophisticated attire.",
    "keyItems": [
      "Suit",
      "Dress",
      "Blouse",
      "Tailored jacket",
      "Leather shoes"
    ]
  },
  {
    "code": "03",
    "slug": "streetwear",
    "name": "Streetwear",
    "description": "An urban, edgy style reflecting youth culture.",
    "keyItems": [
      "Hoodie",
      "Logo T-shirt",
      "Cargo pants",
      "Bomber jacket",
      "Chunky sneakers"
    ]
  },
  {
    "code": "04",
    "slug": "vintage",
    "name": "Vintage",
    "description": "A style that revives fashion from past eras in modern times.",
    "keyItems": [
      "Tea dress",
      "Retro blazer",
      "Bell-bottoms",
      "Suede jacket",
      "Vintage items"
    ]
  },
  {
    "code": "05",
    "slug": "bohemian",
    "name": "Bohemian",
    "description": "A free-spirited, artistic nomadic-inspired style.",
    "keyItems": [
      "Maxi dress",
      "Fringe vest",
      "Peasant blouse",
      "Beaded jewelry",
      "Cowboy boots"
    ]
  },
  {
    "code": "06",
    "slug": "preppy",
    "name": "Preppy",
    "description": "An intellectual style originating from Ivy League student culture.",
    "keyItems": [
      "Polo shirt",
      "Cable-knit sweater",
      "Pleated skirt",
      "Blazer",
      "Loafers"
    ]
  },
  {
    "code": "07",
    "slug": "feminine",
    "name": "Feminine",
    "description": "An elegant style that maximizes femininity.",
    "keyItems": [
      "Lace blouse",
      "Frill skirt",
      "Floral dress",
      "Pastel color items",
      "Pearl accessories"
    ]
  },
  {
    "code": "08",
    "slug": "mode",
    "name": "Mode",
    "description": "An avant-garde style emphasizing artistry and originality.",
    "keyItems": [
      "Designer items",
      "Asymmetrical designs",
      "Monochrome items",
      "Layered styles",
      "Art pieces"
    ]
  },
  {
    "code": "09",
    "slug": "minimalist",
    "name": "Minimalist",
    "description": "A simple, refined style stripped of excess.",
    "keyItems": [
      "Basic T-shirt",
      "Tailored pants",
      "Simple coat",
      "Neutral color items",
      "Leather accessories"
    ]
  },
  {
    "code": "10",
    "slug": "athleisure",
    "name": "Athleisure",
    "description": "A functional style blending sportswear with everyday wear.",
    "keyItems": [
      "Leggings",
      "Sports bra",
      "Sneakers",
      "Track pants",
      "Zip-up hoodie"
    ]
  },
  {
    "code": "11",
    "slug": "elegant",
    "name": "Elegant",
    "description": "A refined style with luxury and sophistication.",
    "keyItems": [
      "Silk blouse",
      "Pencil skirt",
      "Cashmere knit",
      "Pumps",
      "Pearl necklace"
    ]
  },
  {
    "code": "12",
    "slug": "grunge",
    "name": "Grunge",
    "description": "A carefree style originating from 90s rock culture.",
    "keyItems": [
      "Flannel shirt",
      "Distressed jeans",
      "Combat boots",
      "Band T-shirt",
      "Leather jacket"
    ]
  }
]