Taco Bell Logo

Design System

jobs.tacobell.com

Foundations

Colors

Defined in _colors.scss as Sass variables, exposed as utility classes (.text-{name} / .bg-{name}).

$color-black
#000000
$color-grey-1
#EDEDED
$color-grey-2
#464646
$color-grey-3
#1D1D1D
$color-grey-4
#131313
page background
$color-grey-5
#202020
$color-orange-1
#FB7A00
$color-pink-1
#D60072
$color-pink-2
#FF4DAC
ADA-compliant variant
$color-purple-1
#5D2994
primary CTA / accent
$color-purple-2
#9346D7
CTA hover state
$color-purple-3
#BF75FF
ADA-compliant variant
$color-yellow-1
#FFC300
$color-white
#FFFFFF
$color-blue-1
#47B3FF

Foundations

Typography

Primary — GT America Condensed
Aa Bb Cc
Weight 700 · used on h1, h2, h3, h4, h5, h6 tags and .text-h1 / .text-h2 / .text-h5
Secondary — GT America
Aa Bb Cc
Weights 300/400/500/700 · used on body copy and .text-h3 / .text-h4 / .text-h6 / .text-h7 / .text-p1–p3

Type scale

.text-h1GT America Condensed
700 · 7.6rem

Text H1

.text-h2GT America Condensed
700 · 5rem

Text H2

.text-h5GT America Condensed
700 · 6rem

Text H5

.text-h4GT America
700 · 2.6rem

Text H4

.text-h3GT America
700 · 2.2rem

Text H3

.text-h7GT America
400 · 2.2rem

Text H7

.text-h6GT America
400 · 2rem

Text H6

.text-p1GT America
300 · 1.8rem

Text P1 — body copy at the larger size, used for intros and lead paragraphs.

.text-p2GT America
300 · 1.6rem

Text P2 — standard body copy, used throughout content blocks.

.text-p3GT America
400 · 1.3rem

Text P3 — small print, used in the footer.

Components

Buttons

Defined in _buttons.scss on the base .Button class, with modifier classes for each variant.

Default (on dark surface)

Purple variants

Outline

With icon modifier

Clear (no background/border)

Button classes: .Button + optional modifier: .Button--purple-1 / .Button--purple-2 / .Button--outline / .Button--clear / .Button--icon / .Button--scale-text

Components

Forms

The job-search form (.Form, in components/shared/form/) is tightly coupled to the appcast search filters and job feed — the markup below approximates its layout and input styling rather than reproducing the live search widget.

Search

Components

Components

.Navbar

Black background, logo left, nav links center, hamburger + .Button.Button--purple-1 CTA on the right.

.Hero

Full-width, black background. Two-column layout: copy + inline search left, image slider right (stacked on mobile). Heading uses .text-h1.

Live Mas.
Work Mas.

Find your place on Team Bell.

Find a job near me
Hero Image Slider

.Content

Simple content band. Dark background, centered or left-aligned copy block.

Content Component

This is the .Content component, using its real title and copy classes.

.Quotes

Slick carousel of testimonial quotes on a dark background.

What Team Bell Says

"This is a sample quote pulled through the real .Quotes markup."

- Team Member

Job Search Result Cards

No dedicated PHP partial exists for job cards — appcast's search JS renders results at runtime. Mock below approximates the dark surface + purple hover pattern used elsewhere in the theme.

Team Member

Irvine, CA · Posted 3 days ago

View Job
Shift Lead

Plano, TX · Posted 1 week ago

View Job
Restaurant General Manager

Remote · Posted today

View Job

.Footer

Dark background, centered social links, legal link list, and copyright.

Layout

Breakpoints

Bootstrap-compatible grid breakpoints used throughout the SCSS partials. Root font-size: 10px (1rem = 10px).

LabelMax-width
Mobilemax-width: 575px
Tabletmax-width: 767px
Small desktopmax-width: 991px
Desktopmax-width: 1199px
Large desktopmax-width: 1299px

Reference

Notes

How this page works