Crystal
Crystallizations

Crystallizations Overview

Crystal's 5 shape personality presets — the second axis of the design system.

Crystallizations are Crystal's Axis 2: Shape Personality. While themes control color (Axis 1), crystallizations control the physical characteristics of components — border radius, shadow depth, border width, backdrop blur, and motion timing.

The Five Presets

Crystallization Tokens

TokenVariableValue
Radius
--crystal-radius...
Shadow
--crystal-shadow...
Border Width
--crystal-border-width...
Blur
--crystal-blur...
Motion Easing
--crystal-motion-easing...
Motion Duration
--crystal-motion-duration...

Values update live with theme changes. Click any row to copy the CSS variable.

PresetRadiusShadowBlurMotionCharacter
Clean8pxSubtle8px200ms ease-outProfessional, balanced
Dream16pxDiffused24px300ms ease-outSoft, ethereal
Edge4pxMinimal0px100ms easeSharp, technical
Luxe12pxDeep16px500ms easeRefined, premium
Bold8pxProminent4px100ms bounceStrong, confident

Applying a Crystallization

<html data-crystal="sapphire" data-crystallization="edge">
// In CSS
.my-card {
  border-radius: var(--crystal-radius);
  box-shadow: var(--crystal-shadow);
  border-width: var(--crystal-border-width);
  backdrop-filter: blur(var(--crystal-blur));
  transition: all var(--crystal-motion-duration) var(--crystal-motion-easing);
}

Combinatorial Range

Any theme works with any crystallization:

13 themes x 5 crystallizations = 65 visual combinations

Crystal components automatically read both data-crystal and data-crystallization to resolve their appearance.

Portfolio Pairings

BrandThemeCrystallizationWhy
OpsCenterOnyxEdgeDeveloper tool: sharp, precise, minimal
MademoiselleAmethystDreamFashion: soft, ethereal, luxurious
ACModelsRubyBoldTalent: confident, energetic, impactful
artasce.comDiamondCleanAgency: professional, balanced, trustworthy
VoyaVacationsCitrineCleanTravel: friendly, approachable
SyncFocusSapphireEdgeAudio tech: precise, modern