Biophilic design

바이오필릭 디자인

A design principle that actively brings plants, daylight and natural materials indoors to restore a felt connection between people and nature.

Also known as: Biophilia in interiors
···
html
<div class="room">
<svg viewBox="0 0 400 250">
  <rect width="400" height="250" fill="#f2efe6"/>
  <rect y="206" width="400" height="44" fill="#cdbfa0"/>
  <rect x="20" y="20" width="180" height="150" fill="#bcd9c4" stroke="#8a9a86" stroke-width="6"/>
  <line x1="110" y1="20" x2="110" y2="170" stroke="#8a9a86" stroke-width="4"/>
  <line x1="20" y1="95" x2="200" y2="95" stroke="#8a9a86" stroke-width="4"/>
  <circle cx="60" cy="130" r="30" fill="#7fae82"/>
  <circle cx="160" cy="60" r="26" fill="#8fbb8f"/>
  <rect x="330" y="20" width="52" height="150" fill="#3c4a34"/>
  <rect x="336" y="30" width="10" height="10" fill="#557a4c"/>
  <rect x="352" y="46" width="10" height="10" fill="#6b8f57"/>
  <rect x="368" y="34" width="10" height="10" fill="#557a4c"/>
  <rect x="340" y="66" width="10" height="10" fill="#6b8f57"/>
  <rect x="360" y="80" width="10" height="10" fill="#4d6e46"/>
  <rect x="336" y="100" width="10" height="10" fill="#6b8f57"/>
  <rect x="356" y="116" width="10" height="10" fill="#557a4c"/>
  <rect x="372" y="94" width="10" height="10" fill="#4d6e46"/>
  <rect x="344" y="140" width="10" height="10" fill="#6b8f57"/>
  <rect x="366" y="150" width="10" height="10" fill="#557a4c"/>
  <g id="plantL">
    <line x1="246" y1="206" x2="246" y2="170" stroke="#6b4a2e" stroke-width="4"/>
    <path d="M246,182 q-24,-8 -30,-30 q26,2 30,30" fill="#5f9a63"/>
    <path d="M246,176 q24,-10 32,-30 q-28,0 -32,30" fill="#6fac72"/>
    <path d="M246,166 q-4,-24 8,-40 q10,20 -8,40" fill="#79b57c"/>
  </g>
  <g id="plantR">
    <line x1="290" y1="0" x2="290" y2="26" stroke="#6b4a2e" stroke-width="2"/>
    <path d="M290,26 q-22,10 -18,34 q20,-4 18,-34" fill="#6fac72"/>
    <path d="M290,26 q22,10 18,34 q-20,-4 -18,-34" fill="#5f9a63"/>
  </g>
</svg>
</div>
css
.room{width:min(92%,480px);aspect-ratio:400/250}
.room svg{width:100%;height:100%;display:block}
#plantL{animation:sway 4s ease-in-out infinite;transform-origin:246px 206px}
#plantR{animation:sway 4.6s ease-in-out infinite reverse;transform-origin:290px 20px}
@keyframes sway{0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}

The term "biophilia" — literally "love of life" — is generally attributed to biologist E. O. Wilson's hypothesis that people have an innate pull toward nature; architecture and interior design later turned that idea into concrete design principles. The point goes beyond potting a few plants: daylight, ventilation and material choice all get treated as ways to bring nature in.

Plants get placed at varying heights, with a floor-to-ceiling planter or a small living wall adding density where there's room. Windows stay as unobstructed as possible so the day's changing light actually reaches the interior, and finishes lean toward less-processed materials like raw wood and stone. Irregular natural patterns — leaves, water ripples — sometimes show up in a rug or wallpaper too.

Without confidence in plant care, the effect backfires fast — overwatered or light-starved plants left to wilt look worse than no plants at all. Starting with a few low-maintenance species and adding more over time is the safer path.

When to use

Use it in a well-lit space where you want to emphasize a felt connection to nature. Without confidence in plant care, start small with low-maintenance species rather than filling the room at once.