Books from Poland UI

Design System

Reusable WordPress blocks for Figma colors, typography, buttons, tags, icons, tiles, and carousel controls.

Colors

Core

White

#FFFFFF

<div class="bg-white"></div>

Black 1

#000000

<div class="bg-ink-1"></div>

Black 2

#505050

<div class="bg-ink-2"></div>

Black 3

#868686

<div class="bg-ink-3"></div>

Black 4

#C0C0C0

<div class="bg-ink-4"></div>

Black 5

#F2F2F2

<div class="bg-ink-5"></div>

Brand

Blue 1

#0052FE

<div class="bg-blue"></div>

Blue 2

#0042CC

<div class="bg-blue-2"></div>

Blue 3

#0000B9

<div class="bg-blue-3"></div>

Red 1

#FF0032

<div class="bg-red"></div>

Red 2

#CF0029

<div class="bg-red-2"></div>

Red 6

#FFE8DF

<div class="bg-red-6"></div>

Green 1

#01C886

<div class="bg-green"></div>

Green 2

#00B176

<div class="bg-green-2"></div>

Beige

Beige 1

#E9E7DF

<div class="bg-beige-1"></div>

Beige 2

#E4E2D8

<div class="bg-beige-2"></div>

Beige 3

#D6D1C3

<div class="bg-beige-3"></div>

Beige 4

#D0CABB

<div class="bg-beige-4"></div>

Beige 5

#A39F92

<div class="bg-beige-5"></div>

Beige 6

#676767

<div class="bg-beige-6"></div>

Typography

H1

Books from Poland

<h1 class="type-h1">Books from Poland</h1>
H2

Polish literature abroad

<h2 class="type-h2">Polish literature abroad</h2>
H3

Global publishing community

<h3 class="type-h3">Global publishing community</h3>
H3 medium

Global publishing community

<h3 class="type-h3 type-medium">Global publishing community</h3>
H4

Exceptional Polish authors

<h4 class="type-h4">Exceptional Polish authors</h4>
H4 medium

Exceptional Polish authors

<h4 class="type-h4 type-medium">Exceptional Polish authors</h4>
H5
Rights catalogue
<h5 class="type-h5">Rights catalogue</h5>
H5 medium
Rights catalogue
<h5 class="type-h5 type-medium">Rights catalogue</h5>
H6
Fiction & Non-fiction
<h6 class="type-h6">Fiction & Non-fiction</h6>
H6 medium
Fiction & Non-fiction
<h6 class="type-h6 type-medium">Fiction & Non-fiction</h6>
H7

News

<p class="type-h7">News</p>
H7 medium

News

<p class="type-h7 type-medium">News</p>
D1

Sentient display copy

<p class="type-d1">Sentient display copy</p>
D2

Literature connects readers.

<p class="type-d2">Literature connects readers.</p>
D3

Curated titles for publishers.

<p class="type-d3">Curated titles for publishers.</p>
D3 italic

Curated titles for publishers.

<p class="type-d3-italic">Curated titles for publishers.</p>
D4

Display copy for smaller layouts.

<p class="type-d4">Display copy for smaller layouts.</p>
D5

Lead and telephone copy.

<p class="type-d5">Lead and telephone copy.</p>
D5 medium

Lead and telephone copy.

<p class="type-d5 type-medium">Lead and telephone copy.</p>
D6

Small display copy.

<p class="type-d6">Small display copy.</p>
D6 medium

Small display copy.

<p class="type-d6 type-medium">Small display copy.</p>
P1

We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.

<p class="type-p1">We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.</p>
P1 medium

We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.

<p class="type-p1 type-medium">We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.</p>
P1 bold italic

We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.

<p class="type-p1 type-bold-italic">We promote Polish literature internationally by connecting the global publishing community with exceptional Polish authors.</p>
P2

Translation grants, catalogues, events, contacts.

<p class="type-p2">Translation grants, catalogues, events, contacts.</p>
P2 medium

Translation grants, catalogues, events, contacts.

<p class="type-p2 type-medium">Translation grants, catalogues, events, contacts.</p>
P2 bold italic

Translation grants, catalogues, events, contacts.

<p class="type-p2 type-bold-italic">Translation grants, catalogues, events, contacts.</p>
P3

New books selected by editors.

<p class="type-p3">New books selected by editors.</p>
P3 medium

New books selected by editors.

<p class="type-p3 type-medium">New books selected by editors.</p>
P3 bold italic

New books selected by editors.

<p class="type-p3 type-bold-italic">New books selected by editors.</p>
P4

Read more

<p class="type-p4">Read more</p>
P4 medium

Read more

<p class="type-p4 type-medium">Read more</p>
P4 bold italic

Read more

<p class="type-p4 type-bold-italic">Read more</p>

Buttons

Primary

Learn About Us
<a class="button button--primary button--large" href="#">Learn About Us<span class="icon icon--arrow-right" aria-hidden="true"></span></a>

Secondary

Learn About Us
<a class="button button--secondary button--large" href="#">Learn About Us<span class="icon icon--arrow-right" aria-hidden="true"></span></a>

Tiles

Book

<article class="tile tile--book">
  <a class="tile__anchor" href="#">
    <span class="tile__cover"><img src="cover.jpg" alt="" width="185" height="292"></span>
    <span class="tile__content">
      <span class="tag tag--blue">Fiction</span>
      <h2 class="tile__title"><span>Title</span></h2>
      <span class="tile__subtitle">English title</span>
      <span class="tile__author">Author</span>
      <span class="tile__divider" aria-hidden="true"></span>
      <span class="tile__publisher">Publisher</span>
      <span class="tile__excerpt">Excerpt</span>
      <span class="tile__link">read more<img src="plus.svg" alt="" aria-hidden="true"></span>
    </span>
  </a>
</article>

Catalogue

<article class="tile tile--catalogue">
  <a class="tile__anchor" href="#">
    <span class="tile__cover"><img src="catalogue.jpg" alt="" width="179" height="251"></span>
    <span class="tile__content">
      <h3><span>Catalogue title</span></h3>
      <p>2025</p>
      <span class="tile__download">download PDF<img src="download.svg" alt="" aria-hidden="true"></span>
    </span>
  </a>
</article>

Person

<article class="tile tile--person">
  <a class="tile__image" href="#"><img src="person.jpg" alt="" width="375" height="488"></a>
  <div class="tile__content">
    <div class="tile__heading"><h3><a href="#">Name</a></h3><p class="tile__languages">English - Polish</p></div>
    <p class="tile__bio">Bio</p>
    <p class="tile__meta">18 books translated</p>
    <a class="tile__link" href="#">View profile<img src="plus.svg" alt="" aria-hidden="true"></a>
  </div>
</article>

Team member

<article class="team-tile">
  <div class="team-tile__image"><img src="person.jpg" alt="" width="326" height="424"></div>
  <div class="team-tile__content">
    <div class="team-tile__heading"><h3 class="team-tile__name">Name</h3><p class="team-tile__position">Position</p></div>
    <span class="team-tile__divider" aria-hidden="true"></span>
    <p class="team-tile__areas">Area of responsibility</p>
    <span class="team-tile__divider" aria-hidden="true"></span>
    <div class="team-tile__contact">
      <a class="team-tile__contact-link" href="tel:...">(+48) 12 61 71 900</a>
      <a class="team-tile__contact-link" href="mailto:...">biuro@instytutksiazki.pl</a>
    </div>
  </div>
</article>

Tags

Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction Fiction & Non-fiction
<span class="tag tag--green">Fiction & Non-fiction</span>

Select

Default

ik_select([
  'id' => 'author',
  'name' => 'author',
  'label' => 'Author',
  'placeholder' => 'Select author',
  'navigate' => false, // true to use option values as URLs
  'options' => [
    ['label' => 'Olga Tokarczuk', 'value' => 'olga-tokarczuk'],
    ['label' => 'Stanisław Lem', 'value' => 'stanislaw-lem'],
  ],
]);

Icons

<span class="icon icon--arrow-right" aria-hidden="true"></span>