Icy Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Icy Blue palette

Share this palette to:

Icy Blue color palette CSS

/* CSS */
.color-1 {
color: #d4f2fc;
}
.color-2 {
color: #bceefb;
}
.color-3 {
color: #97e8f7;
}
.color-4 {
color: #77ebf3;
}
.color-5 {
color: #66e4f0;
}

/* CSS Variables */
:root {
--color-1: #d4f2fc;
--color-2: #bceefb;
--color-3: #97e8f7;
--color-4: #77ebf3;
--color-5: #66e4f0;
}

Icy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4f2fc, #bceefb, #97e8f7, #77ebf3, #66e4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4f2fc, #bceefb, #97e8f7, #77ebf3, #66e4f0);
}

Icy Blue color palette created on .