Subnautica Color Palette
Discover the beautiful Subnautica color palette featuring cello (#1d395e), east bay (#3b5b81), steel blue (#4c8dc2), aquamarine blue (#6dd4e3) and blizzard blue (#9ce4f2).
Brightness
Saturation
Warmth
💡 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
💻 Subnautica color palette CSS
/* CSS */
.color-1 {
color: #1d395e;
}
.color-2 {
color: #3b5b81;
}
.color-3 {
color: #4c8dc2;
}
.color-4 {
color: #6dd4e3;
}
.color-5 {
color: #9ce4f2;
}
/* CSS Variables */
:root {
--color-1: #1d395e;
--color-2: #3b5b81;
--color-3: #4c8dc2;
--color-4: #6dd4e3;
--color-5: #9ce4f2;
}
🌈 Subnautica background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d395e, #3b5b81, #4c8dc2, #6dd4e3, #9ce4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d395e, #3b5b81, #4c8dc2, #6dd4e3, #9ce4f2);
}
🔗 Explore similar color palettes
Subnautica color palette created on .