Assets
-
CSS variables:
variables.css -
CSS @font-face:
font-face.css -
CSS @custom-media:
custom-media.css -
SCSS variables:
_variables.scss
Variables
Color
| Identifier | Value | Example |
|
#000001 |
|
|
#fffffe |
|
|
#ffffff |
|
|
#000000 |
|
|
#575757 |
|
|
#f7f7f7 |
|
|
#333333 |
|
|
#ee0011 |
|
|
#ffeef0 |
|
|
#d8d8d8 |
|
|
rgba(255, 255, 255, 0.5) |
|
|
rgba(0, 0, 0, 0.75) |
|
|
#333333 |
|
|
#edf4ff |
|
|
#2d9d78 |
|
|
#f0fff4 |
|
|
#cc0000 |
|
Font Family
| Identifier | Value | Example |
|
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' |
Aa
|
|
HelveticaLTPro-Roman, Helvetica, Arial, sans-serif |
Aa
|
|
HelveticaLTPro-Bold, Helvetica, Arial, sans-serif |
Aa
|
|
BemboMTPro-Regular, serif |
Aa
|
Font Size
| Identifier | Value | Example |
|
0.5rem /*8px*/ |
Aa
|
|
0.625rem /*10px*/ |
Aa
|
|
0.75rem /*12px*/ |
Aa
|
|
0.875rem /*14px*/ |
Aa
|
|
1rem /*16px*/ |
Aa
|
|
1.25rem /*20px*/ |
Aa
|
|
1.5rem /*24px*/ |
Aa
|
|
1.625rem /*26px*/ |
Aa
|
|
1.75rem /*28px*/ |
Aa
|
|
1.875rem /*30px*/ |
Aa
|
|
2rem /*32px*/ |
Aa
|
|
2.75rem /*44px*/ |
Aa
|
|
3.75rem /*60px*/ |
Aa
|
Letter Spacing
| Identifier | Value | Example |
|
0.0125rem /*0.2px*/ |
Tapestry is a global house of brands. |
|
0.025rem /*0.4px*/ |
Tapestry is a global house of brands. |
|
0.05rem /*0.8px*/ |
Tapestry is a global house of brands. |
|
0.0625rem /*1px*/ |
Tapestry is a global house of brands. |
|
0.078125rem /*1.25px*/ |
Tapestry is a global house of brands. |
|
0.109375rem /*1.75px*/ |
Tapestry is a global house of brands. |
Line Height
| Identifier | Value | Example |
|
1.15 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.2 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.25 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.35 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
1.5 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
Box Shadow
| Identifier | Value | Example |
|
-6px 0px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px -6px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
6px 0px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px 6px 10px -3px rgba(0, 0, 0, 0.1) |
|
|
0px -5px 10px -1px rgba(0, 0, 0, 0.05), -6px 0px 10px -5px rgba(0, 0, 0, 0.05), 6px 0px 10px -5px rgba(0, 0, 0, 0.05) |
|
|
0px 0px 20px 3px rgba(0, 0, 0, 0.35) |
Viewport
| Identifier | Value | Example |
|
screen and (min-width: 0) |
|
|
screen and (min-width: 34em) |
|
|
screen and (min-width: 48.0625em) |
|
|
screen and (min-width: 62em) |
|
|
screen and (min-width: 75em) |
Spacing
| Identifier | Value | Example |
|
0.25rem /*4px*/ |
|
|
0.5rem /*8px*/ |
|
|
0.75rem /*12px*/ |
|
|
1rem /*16px*/ |
|
|
1.5rem /*24px*/ |
|
|
2rem /*32px*/ |
|
|
3rem /*48px*/ |
|
|
6rem /*96px*/ |
Classes
Background Color
| Identifier | Value | Example |
|
background-color: #000001 |
|
|
background-color: #fffffe |
|
|
background-color: #ffffff |
|
|
background-color: #000000 |
|
|
background-color: #575757 |
|
|
background-color: #f7f7f7 |
|
|
background-color: #333333 |
|
|
background-color: #ee0011 |
|
|
background-color: #ffeef0 |
|
|
background-color: #d8d8d8 |
|
|
background-color: rgba(255, 255, 255, 0.5) |
|
|
background-color: rgba(0, 0, 0, 0.75) |
|
|
background-color: #333333 |
|
|
background-color: #edf4ff |
|
|
background-color: #2d9d78 |
|
|
background-color: #f0fff4 |
|
|
background-color: #cc0000 |
|
Border Color
| Identifier | Value | Example |
|
border-color: #000001 |
|
|
border-color: #fffffe |
|
|
border-color: #ffffff |
|
|
border-color: #000000 |
|
|
border-color: #575757 |
|
|
border-color: #f7f7f7 |
|
|
border-color: #333333 |
|
|
border-color: #ee0011 |
|
|
border-color: #ffeef0 |
|
|
border-color: #d8d8d8 |
|
|
border-color: rgba(255, 255, 255, 0.5) |
|
|
border-color: rgba(0, 0, 0, 0.75) |
|
|
border-color: #333333 |
|
|
border-color: #edf4ff |
|
|
border-color: #2d9d78 |
|
|
border-color: #f0fff4 |
|
|
border-color: #cc0000 |
|
Font Family
| Identifier | Value | Example |
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' |
Aa
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif |
Aa
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif |
Aa
|
|
font-family: BemboMTPro-Regular, serif |
Aa
|
Font Size
| Identifier | Value | Example |
|
font-size: 0.5rem |
Aa
|
|
font-size: 0.625rem |
Aa
|
|
font-size: 0.75rem |
Aa
|
|
font-size: 0.875rem |
Aa
|
|
font-size: 1rem |
Aa
|
|
font-size: 1.25rem |
Aa
|
|
font-size: 1.5rem |
Aa
|
|
font-size: 1.625rem |
Aa
|
|
font-size: 1.75rem |
Aa
|
|
font-size: 1.875rem |
Aa
|
|
font-size: 2rem |
Aa
|
|
font-size: 2.75rem |
Aa
|
|
font-size: 3.75rem |
Aa
|
Letter Spacing
| Identifier | Value | Example |
|
letter-spacing: 0.0125rem |
Tapestry is a global house of brands. |
|
letter-spacing: 0.025rem |
Tapestry is a global house of brands. |
|
letter-spacing: 0.05rem |
Tapestry is a global house of brands. |
|
letter-spacing: 0.0625rem |
Tapestry is a global house of brands. |
|
letter-spacing: 0.078125rem |
Tapestry is a global house of brands. |
|
letter-spacing: 0.109375rem |
Tapestry is a global house of brands. |
Line Height
| Identifier | Value | Example |
|
line-height: 1.15 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
line-height: 1.2 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
line-height: 1.25 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
line-height: 1.35 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
|
line-height: 1.5 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible. |
Text Color
| Identifier | Value | Example |
|
color: #000001 |
Aa
|
|
color: #fffffe |
Aa
|
|
color: #ffffff |
Aa
|
|
color: #000000 |
Aa
|
|
color: #575757 |
Aa
|
|
color: #f7f7f7 |
Aa
|
|
color: #333333 |
Aa
|
|
color: #ee0011 |
Aa
|
|
color: #ffeef0 |
Aa
|
|
color: #d8d8d8 |
Aa
|
|
color: rgba(255, 255, 255, 0.5) |
Aa
|
|
color: rgba(0, 0, 0, 0.75) |
Aa
|
|
color: #333333 |
Aa
|
|
color: #edf4ff |
Aa
|
|
color: #2d9d78 |
Aa
|
|
color: #f0fff4 |
Aa
|
|
color: #cc0000 |
Aa
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 0.75rem; letter-spacing: 0.0625rem; line-height: 1.35; text-transform: uppercase |
Aa
|
Box Shadow
| Identifier | Value | Example |
|
--tw-shadow: -6px 0px 10px -3px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
|
|
--tw-shadow: 0px -6px 10px -3px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
|
|
--tw-shadow: 6px 0px 10px -3px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
|
|
--tw-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
|
|
--tw-shadow: 0px -5px 10px -1px rgba(0, 0, 0, 0.05), -6px 0px 10px -5px rgba(0, 0, 0, 0.05), 6px 0px 10px -5px rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
|
|
--tw-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.35); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) |
Typography
| Identifier | Value | Example |
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.2 |
This is a Headline
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 1.25rem; letter-spacing: 0.0125rem; line-height: 1.2 |
This is a Headline
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 1.625rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 1.875rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.5rem; letter-spacing: 0.0625rem; line-height: 1.5; text-transform: uppercase |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.75rem; letter-spacing: 0.0125rem; line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.35 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.625rem; letter-spacing: 0.0625rem; line-height: 1.35; text-transform: uppercase |
Eyebrow Text
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.75rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
Eyebrow Text
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.625rem; letter-spacing: 0.078125rem; line-height: 1.35; text-transform: uppercase |
CTA Text
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.75rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
CTA Text
|
|
font-family: HelveticaLTPro-Roman, Helvetica, Arial, sans-serif; font-size: 0.875rem; letter-spacing: 0.078125rem; line-height: 1.15; text-transform: uppercase |
CTA Text
|
|
font-family: HelveticaLTPro-Bold, Helvetica, Arial, sans-serif; font-size: 0.625rem; letter-spacing: 0.0625rem; line-height: 1.35; text-transform: uppercase |
Badge Text
|
|
font-family: BemboMTPro-Regular, serif; font-size: 1.25rem; letter-spacing: 0.025rem; line-height: 1.2 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 1.5rem; letter-spacing: 0.025rem; line-height: 1.2 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 1.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 2rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 2.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 3.75rem; letter-spacing: 0.0125rem; line-height: 1.15 |
This is a Headline
|
|
font-family: BemboMTPro-Regular, serif; font-size: 0.875rem; letter-spacing: 0.0125rem; line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: BemboMTPro-Regular, serif; font-size: 1rem; letter-spacing: 0.0125rem; line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
|
font-family: BemboMTPro-Regular, serif; font-size: 1.25rem; letter-spacing: 0.0125rem; line-height: 1.4 |
Tapestry is a global house of brands powered by optimism, innovation, and inclusivity. We believe true luxury is a freedom of expression that ignites confidence and authenticity. At Tapestry, anyone from anywhere can have the best idea, and with hard work and dedication, anything is possible.
|
Icons
Video
Path: icon/video/*
-
volume.svg -
play.svg -
play-cta.svg -
pause.svg -
option.svg -
mute.svg -
fullscreen.svg
Utility
Path: icon/utility/*
-
close.svg -
chevron-up.svg -
chevron-right.svg -
chevron-left.svg -
chevron-down.svg -
caret-up.svg -
caret-right.svg -
caret-left.svg -
caret-down.svg -
zoom.svg -
plus.svg -
minus.svg
Social
Path: icon/social/*
-
youtube.svg -
weibo.svg -
wechat.svg -
twitter.svg -
tiktok.svg -
snapchat.svg -
pinterest.svg -
mail.svg -
instagram.svg -
facebook.svg
Review
Path: icon/review/*
-
thumb-up.svg -
thumb-down.svg -
star.svg -
star-75.svg -
star-50.svg -
star-25.svg
Object
Path: icon/object/*
-
store.svg -
phone.svg -
package.svg -
email.svg -
credit-card.svg -
call.svg -
calendar.svg -
shipping.svg -
return.svg -
repair.svg -
pickup.svg -
offer.svg -
lock.svg -
gift.svg -
gift-card.svg -
early-access.svg -
customer-care.svg -
create.svg -
community.svg -
chat.svg -
care.svg -
birthday.svg -
authenticity.svg
Navigation
Path: icon/navigation/*
-
search.svg -
location.svg -
hamburger.svg -
favorite.svg -
favorite-fill.svg -
edit.svg -
bag.svg -
bag-3digit.svg -
account.svg -
profile.svg
Form
Path: icon/form/*
-
success.svg -
info.svg -
error.svg
Flag
Path: icon/flag/*
-
usa.svg -
canada.svg
Compare
Path: icon/compare/*
-
selected.svg -
inactive.svg -
default.svg