Sub Zero Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sub Zero palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sub Zero Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sub Zero color palette created on .