Subnautica Color Palette

Discover the beautiful Subnautica color palette featuring biscay (#1f3c6b), astral (#3a8e9c), puerto rico (#4ec6c2), pampas (#f7f5f2) and tan hide (#f9a85d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Fun, Ocean, Summer color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Subnautica palette

Share this palette to:

💻 Subnautica color palette CSS

/* CSS */
.color-1 {
color: #1f3c6b;
}
.color-2 {
color: #3a8e9c;
}
.color-3 {
color: #4ec6c2;
}
.color-4 {
color: #f7f5f2;
}
.color-5 {
color: #f9a85d;
}

/* CSS Variables */
:root {
--color-1: #1f3c6b;
--color-2: #3a8e9c;
--color-3: #4ec6c2;
--color-4: #f7f5f2;
--color-5: #f9a85d;
}

🌈 Subnautica background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c6b, #3a8e9c, #4ec6c2, #f7f5f2, #f9a85d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c6b, #3a8e9c, #4ec6c2, #f7f5f2, #f9a85d);
}

Subnautica color palette created on .