Cool Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Blue palette

Share this palette to:

Cool Blue color palette CSS

/* CSS */
.color-1 {
color: #a2b1b3;
}
.color-2 {
color: #a7c0c3;
}
.color-3 {
color: #b8d4d6;
}
.color-4 {
color: #d4e8e8;
}
.color-5 {
color: #dff1f1;
}

/* CSS Variables */
:root {
--color-1: #a2b1b3;
--color-2: #a7c0c3;
--color-3: #b8d4d6;
--color-4: #d4e8e8;
--color-5: #dff1f1;
}

Cool Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b1b3, #a7c0c3, #b8d4d6, #d4e8e8, #dff1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b1b3, #a7c0c3, #b8d4d6, #d4e8e8, #dff1f1);
}

Similar color palettes

Cool Blue color palette created on .