Play has no limits

Cinematic hardware, game art, and precise pill-shaped commerce.

A PlayStation preview built from SST-like light headlines, uppercase feature copy, blue actions, orange purchase CTAs, cover tiles, PS Plus tiers, and support glow modules.

+
29Color tokens
11Type levels
13Component classes
4Signature modules

01 / Colors

Action blue, commerce orange, PS Plus gold, and quiet surfaces

Everyday UI stays white and neutral; high-signal color is reserved for action, purchase, subscription, support, and footer moments.

primary#0070CC
primaryHover#0064B7
primaryPressed#0059A3
accent#D53B00
accentHover#C03500
accentPressed#AA2F00
ink#000000
body#1F1F1F
muted#6B6B6B
canvas#FFFFFF
surfaceAlt#F5F7FA
link#0068BD
blue-deep#003697
footer-blue#00439C
dark-canvas#121314
dark-surface#1F2024
ps-plus-gold#FCC71D
success#007A62

02 / Typography

Light SST marketing voice with uppercase Mont feature bursts

Scale is calm; product energy comes from uppercase feature copy and large imagery.

Discover PlayStation Plus
display — 43px / 300 / 1.25 / -0.002em / SST fallback
WHICH PS5 CONSOLE IS RIGHT FOR YOU?
feature-display — 43px / 600 / 0.94 / 0em / Mont fallback
The latest news from PlayStation Blog
headline-lg — 34px / 300 / 1.25 / 0.003em / SST fallback
PlayStation Plus Premium
title-md — 22px / 300 / 1.25 / 0.005em / SST fallback
STUNNING GAMES
feature-title — 22px / 600 / 0.94 / 0em / Mont fallback
Experience lightning-fast loading, deeper immersion, and a new generation of games.
body — 14px / 400 / 1.50 / 0.007em / SST fallback
nav — 11.375px / 500 / 1.85 / 0em / SST fallback

03 / Buttons

Pill-shaped actions with separate blue utility and orange purchase roles

button-primary
button-primary-active
button-commerce
button-commerce-hover
button-secondary
button-tertiary-tab
button-icon/search
on dark shelf

04 / Cards & Surfaces

Low-shadow cards, cover-art tiles, and dark shelves

Product information stays quiet, game art gets tactile shadow, and Premium cards use gold.

PlayStation 5 Console

Clean white product card with low elevation and light heading weight.

Learn more

PlayStation Plus Premium

Premium tier surface with gold emphasis and structured benefits.

Subscribe

Great games out now

Dark campaign card for cinematic editorial shelves.

Browse

Game cover tile

Art-forward tile with compact caption and strong dark shadow.

Support category

Utility surfaces stay compact and scan-friendly.

Get help

PS Store savings

Purchase-focused module that reserves orange for the transaction.

Shop deals

05 / Brand-Specific Product Patterns

Console, game discovery, subscription tiers, support, and product nav

Game Catalog Rail

Cover-art browsing with dark shelf and compact captions.

ARC Raiders
Astro Bot
Premium
Helldivers

PS Plus Tier Selector

Premium
Classics catalog
Game trials
Extra
Game catalog
Monthly games
Essential
Online play
Cloud storage

Support Category Tiles

Account
PS Store
Repairs

Sticky Product Nav

Buy now

Support Search Banner

PlayStation Support
Search support articles

Feature Band

IMMERSIVE PLAY WITH DUALSENSE

06 / Forms

Rounded utility fields and blue focus treatment

07 / Spacing

Seven-pixel rhythm with 14px card padding and 42px gutters

xxs
2px
xs
7px
sm
14px
md
21px
lg
28px
xl
42px
section
56px

08 / Radius

Small card radii with fully rounded pills

sm

6px / game covers

md

8px / media cards

lg

11px / support tiles

xl

12px / cards

pill

9999px / CTAs

09 / Elevation

Low card depth, dark cover depth, and blue support glow

Low card

0 4px 7px rgba(0,0,0,.08)

Cover tile

0 4px 7px rgba(0,0,0,.80)

Support glow

0 0 4px rgba(16,88,226,.20), inset highlight

10 / Extracted Component Tokens

CSS custom properties

Core properties used by this preview.

:root {
  --brand-primary: #0070CC;
  --brand-primary-hover: #0064B7;
  --brand-primary-pressed: #0059A3;
  --brand-accent: #D53B00;
  --brand-accent-hover: #C03500;
  --brand-accent-pressed: #AA2F00;
  --brand-ink: #000000;
  --brand-body: #1F1F1F;
  --brand-muted: #6B6B6B;
  --brand-canvas: #FFFFFF;
  --brand-surface-alt: #F5F7FA;
  --brand-link: #0068BD;
  --brand-blue-deep: #003697;
  --brand-footer-blue: #00439C;
  --brand-dark-canvas: #121314;
  --brand-dark-surface: #1F2024;
  --brand-ps-plus-gold: #FCC71D;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 11px;
  --r-xl: 12px;
  --r-pill: 9999px;
  --s-sm: 14px;
  --s-xl: 42px;
  --s-section: 56px;
  --shadow-low: 0 4px 7px rgba(0,0,0,.08);
}