Ice Palette
Nature Neon Ocean Sunset Retro Forest Ice
Ice
Arctic whites, crystal blues and glacial teals — cold, clean and crisp as a winter morning.
Shade Scales
#0A1828
Arctic Deep
#0A1828
#0F2840
Glacier Blue
#0F2840
#143858
Polar Night
#143858
#1A5080
Ice Blue Deep
#1A5080
#2268A0
Arctic Blue
#2268A0
#3080C0
Glacial
#3080C0
#4898D8
Ice Blue
#4898D8
#70B8E8
Frost
#70B8E8
#A0D0F0
Crystal
#A0D0F0
#C8E8F8
Ice Melt
#C8E8F8
#1A4840
Teal Glacier
#1A4840
#206858
Arctic Teal
#206858
#2C9080
Jade Ice
#2C9080
#40B0A0
Aquamarine
#40B0A0
#70C8BC
Ice Teal
#70C8BC
#E0F4F8
Snow Melt
#E0F4F8
#F0F8FC
Frost White
#F0F8FC
#F8FCFF
Pure Ice
#F8FCFF
#D8E8F0
Pale Sky
#D8E8F0
#B8D4E8
Winter Haze
#B8D4E8
CSS Variables Export
Ice Palette
:root {
  --ice-arctic_deep: #0a1828;
  --ice-glacier_blue: #0f2840;
  --ice-polar_night: #143858;
  --ice-ice_blue_deep: #1a5080;
  --ice-arctic_blue: #2268a0;
  --ice-glacial: #3080c0;
  --ice-ice_blue: #4898d8;
  --ice-frost: #70b8e8;
  --ice-crystal: #a0d0f0;
  --ice-ice_melt: #c8e8f8;
  --ice-teal_glacier: #1a4840;
  --ice-arctic_teal: #206858;
  --ice-jade_ice: #2c9080;
  --ice-aquamarine: #40b0a0;
  --ice-ice_teal: #70c8bc;
  --ice-snow_melt: #e0f4f8;
  --ice-frost_white: #f0f8fc;
  --ice-pure_ice: #f8fcff;
  --ice-pale_sky: #d8e8f0;
  --ice-winter_haze: #b8d4e8;
}