BetaPublic beta — Read the release notes
Documentation

Ocean Theme

A deep teal and cyan palette inspired by ocean depths.

Status
published

Preview

Light

Palette

border

border#9DB4C0
border-active#0B7285
border-muted#C2D4DF

intent

destructive#DC2626

focus

focus-ring#0B7285
focus-ring-width2px

typography

font-size-base0.875rem
font-size-lg1.25rem
font-size-md1.125rem
font-size-sm0.875rem
font-size-xl1.875rem
font-size-xs0.75rem

foreground

foreground#0C2D48
foreground-inverse#F0F9FF
foreground-muted#334E68
foreground-subtle#5F7592
line-height-base1.25rem
line-height-lg1.5rem
line-height-md1.5rem
line-height-sm1.25rem
line-height-xl2.25rem
line-height-xs1rem
primary#0B7285
primary-foreground#FFFFFF
primary-hover#0A5F71

radius

radius12px
radius-full999px
radius-lg16px
radius-sm8px
secondary#0284C7
success#059669

surface

surface#F0F9FF
surface-overlay#FFFFFF
surface-raised#FFFFFF
surface-sunken#E0F2FE
warning#D97706

UI Preview

DefaultSuccessWarningError

Card Title

This card uses theme tokens.

Every color, border, and radius is driven by CSS custom properties from this theme.
Info message.
Changes saved.
Session expiring soon.
Failed to save.
60%
Dark

Palette

border

border#234666
border-active#22D3EE
border-muted#132F4C

intent

destructive#F87171

focus

focus-ring#22D3EE
focus-ring-width2px

typography

font-size-base0.875rem
font-size-lg1.25rem
font-size-md1.125rem
font-size-sm0.875rem
font-size-xl1.875rem
font-size-xs0.75rem

foreground

foreground#E0F2FE
foreground-inverse#0A1929
foreground-muted#9DB4C0
foreground-subtle#5F7592
line-height-base1.25rem
line-height-lg1.5rem
line-height-md1.5rem
line-height-sm1.25rem
line-height-xl2.25rem
line-height-xs1rem
primary#22D3EE
primary-foreground#0A1929
primary-hover#67E8F9

radius

radius12px
radius-full999px
radius-lg16px
radius-sm8px
secondary#38BDF8
success#34D399

surface

surface#0A1929
surface-overlay#132F4C
surface-raised#132F4C
surface-sunken#050D18
warning#FBBF24

UI Preview

DefaultSuccessWarningError

Card Title

This card uses theme tokens.

Every color, border, and radius is driven by CSS custom properties from this theme.
Info message.
Changes saved.
Session expiring soon.
Failed to save.
60%

A deep teal and cyan palette inspired by ocean depths.

Overview

Ocean is a preset theme that provides a complete set of design tokens for css, tailwind styling profiles. It includes light and dark mode palettes, typography scales, spacing, and interactive states.

Palette

Ocean defines a full semantic color palette including surface layers, foreground colors, primary/secondary actions, and semantic states (success, warning, destructive). The palette is designed for WCAG AA contrast compliance in both light and dark modes.

Typography

The theme inherits the project’s font configuration and applies a six-step type scale (xs, sm, base, md, lg, xl) with paired line-heights. Heading and body text follow the Solidiom typeset conventions.

Tokens

Ocean exposes semantic tokens through CSS custom properties:

  • Surface: --sol-surface, --sol-surface-raised, --sol-surface-overlay, --sol-surface-sunken
  • Foreground: --sol-foreground, --sol-foreground-muted, --sol-foreground-subtle
  • Primary: --sol-primary, --sol-primary-hover, --sol-primary-foreground
  • States: --sol-success, --sol-warning, --sol-destructive
  • Radius: --sol-radius-sm, --sol-radius, --sol-radius-lg, --sol-radius-full

Outputs

Ocean ships in the following output formats:

  • css — CSS custom properties stylesheet
  • tailwind — Tailwind CSS configuration mapping

Installation

pnpm add @solidiom/themes

Import the theme in your project’s entry point and apply it through your chosen styling profile. The theme can be used standalone or extended to create a custom theme.