Cold Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cold Blue palette

Share this palette to:

Cold Blue color palette CSS

/* CSS */
.color-1 {
color: #e6e6e6;
}
.color-2 {
color: #b1c3d3;
}
.color-3 {
color: #a3d3e0;
}
.color-4 {
color: #6f9cc8;
}
.color-5 {
color: #4a7cba;
}

/* CSS Variables */
:root {
--color-1: #e6e6e6;
--color-2: #b1c3d3;
--color-3: #a3d3e0;
--color-4: #6f9cc8;
--color-5: #4a7cba;
}

Cold Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e6e6, #b1c3d3, #a3d3e0, #6f9cc8, #4a7cba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e6e6, #b1c3d3, #a3d3e0, #6f9cc8, #4a7cba);
}

Cold Blue color palette created on .