Art deco

아르 데코

Gold on black, symmetric geometric ornament and sunburst patterns — a 1920s–30s style that reads as glamorous but disciplined.

Also known as: Art Deco style
···
html
<div class="frame">
  <div class="sun" id="sun"></div>
  <div class="ring"></div>
  <h1>SOIRÉE</h1>
</div>
css
body{background:#0e0e10}
.frame{position:relative;width:min(78%,260px);aspect-ratio:1;display:grid;place-items:center;
  border:2px solid #cfa96b;overflow:hidden}
.frame::before{content:'';position:absolute;inset:8px;border:1px solid #cfa96b}
.sun{position:absolute;left:50%;top:50%;width:220%;aspect-ratio:1;
  background:repeating-conic-gradient(from 0deg,#cfa96b 0 7deg,transparent 7deg 15deg);
  transform:translate(-50%,-50%);opacity:.55;animation:spin 16s linear infinite}
.ring{position:absolute;width:46%;aspect-ratio:1;border-radius:50%;border:2px solid #cfa96b}
h1{position:relative;color:#f2e4c8;font-family:Georgia,"Times New Roman",serif;font-size:clamp(16px,4.4vmin,22px);
  letter-spacing:.42em;font-weight:400;text-indent:.42em}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}

The name comes from the 1925 Paris Exposition des Arts Décoratifs. It blends optimism about machine-age civilization, a boom of interest in Egyptian and Aztec archaeology, and Jazz Age glamour. New York's Chrysler Building and the exterior ornament of the Empire State Building are its defining examples.

Visually: precise symmetry, stepped-tapering forms (a ziggurat motif), fan-shaped sunburst patterns, and gold or silver metallics set against black, deep green or burgundy. Type runs either bold geometric sans-serif or thin, elongated decorative serifs.

It's used, scoped narrowly, for branding that needs a luxurious, dramatic impression — hotels, casinos, awards shows — and for event pages themed around jazz or cocktail culture. A gold gradient plus a sunburst pattern alone can carry a strong art deco impression.