Ocean Palette
Nature Neon Ocean Sunset Retro Forest Ice
Ocean
Deep navy, turquoise shallows and sea-foam whites inspired by ocean depths and shores.
Shade Scales
#0A1628
Abyss
#0A1628
#0D2240
Midnight Sea
#0D2240
#0F3460
Deep Navy
#0F3460
#1A5276
Ocean Floor
#1A5276
#1A7FA0
Deep Teal
#1A7FA0
#229EC4
Sea Water
#229EC4
#38B2AC
Lagoon
#38B2AC
#4ECDC4
Turquoise
#4ECDC4
#7EDDD8
Shallow Reef
#7EDDD8
#B2EAE8
Sea Foam
#B2EAE8
#60A8D4
Sky Reflection
#60A8D4
#3D8FC4
Wave Crest
#3D8FC4
#2270A8
Blue Current
#2270A8
#1A5080
Deep Current
#1A5080
#E8F4F8
Sea Mist
#E8F4F8
#C8E8F0
Coastal Fog
#C8E8F0
#F0F8FA
Seafoam White
#F0F8FA
#C8A050
Sandy Shoal
#C8A050
#E0C080
Beach Sand
#E0C080
#F0E0B0
Pale Shore
#F0E0B0
CSS Variables Export
Ocean Palette
:root {
  --ocean-abyss: #0a1628;
  --ocean-midnight_sea: #0d2240;
  --ocean-deep_navy: #0f3460;
  --ocean-ocean_floor: #1a5276;
  --ocean-deep_teal: #1a7fa0;
  --ocean-sea_water: #229ec4;
  --ocean-lagoon: #38b2ac;
  --ocean-turquoise: #4ecdc4;
  --ocean-shallow_reef: #7eddd8;
  --ocean-sea_foam: #b2eae8;
  --ocean-sky_reflection: #60a8d4;
  --ocean-wave_crest: #3d8fc4;
  --ocean-blue_current: #2270a8;
  --ocean-deep_current: #1a5080;
  --ocean-sea_mist: #e8f4f8;
  --ocean-coastal_fog: #c8e8f0;
  --ocean-seafoam_white: #f0f8fa;
  --ocean-sandy_shoal: #c8a050;
  --ocean-beach_sand: #e0c080;
  --ocean-pale_shore: #f0e0b0;
}