Sub Zero Color Palette

Discover the beautiful Sub Zero color palette featuring morning glory (#a3d6e0), glacier (#7db9c5), boston blue (#3f9ca6), elm (#1d7d90) and blue stone (#005f6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cool, Cyan, Modern, Ocean, Spring, Teal, Vibrant 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 Sub Zero palette

Share this palette to:

💻 Sub Zero color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #7db9c5;
}
.color-3 {
color: #3f9ca6;
}
.color-4 {
color: #1d7d90;
}
.color-5 {
color: #005f6b;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #7db9c5;
--color-3: #3f9ca6;
--color-4: #1d7d90;
--color-5: #005f6b;
}

🌈 Sub Zero background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #7db9c5, #3f9ca6, #1d7d90, #005f6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #7db9c5, #3f9ca6, #1d7d90, #005f6b);
}

Sub Zero color palette created on .