Frozen Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frozen Blue palette

Share this palette to:

Frozen Blue color palette PNG image

Download frozen blue color palette PNG image (landscape)
Download frozen blue color palette PNG image (square)

Frozen Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6bc3e6;
}
.color-3 {
color: #3aaad9;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6bc3e6;
--color-3: #3aaad9;
--color-4: #0095c7;
--color-5: #007c9e;
}

Frozen Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6bc3e6, #3aaad9, #0095c7, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6bc3e6, #3aaad9, #0095c7, #007c9e);
}

Frozen Blue color palette created on .