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: #a1dff7;
}
.color-2 {
color: #7acdeb;
}
.color-3 {
color: #49b8e4;
}
.color-4 {
color: #2a9cf4;
}
.color-5 {
color: #0077b3;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7acdeb;
--color-3: #49b8e4;
--color-4: #2a9cf4;
--color-5: #0077b3;
}

Cool Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7acdeb, #49b8e4, #2a9cf4, #0077b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7acdeb, #49b8e4, #2a9cf4, #0077b3);
}

Cool Blue color palette created on .