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: #a8d3e1;
}
.color-2 {
color: #66b3d6;
}
.color-3 {
color: #4c99c2;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #66b3d6;
--color-3: #4c99c2;
--color-4: #0095c7;
--color-5: #007a99;
}

Icy Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #66b3d6, #4c99c2, #0095c7, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #66b3d6, #4c99c2, #0095c7, #007a99);
}

Similar color palettes

Icy Blue color palette created on .