Sub Zero Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sub Zero palette

Share this palette to:

Download Sub Zero Color Palette (PNG)

Download sub zero color palette PNG image (landscape)
Download sub zero color palette PNG image (square)

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 .