Calm Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calm Blue palette

Share this palette to:

Calm Blue color palette CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #4bb8e7;
}
.color-3 {
color: #1a8dcb;
}
.color-4 {
color: #0a6a99;
}
.color-5 {
color: #0d4f6e;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #4bb8e7;
--color-3: #1a8dcb;
--color-4: #0a6a99;
--color-5: #0d4f6e;
}

Calm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #4bb8e7, #1a8dcb, #0a6a99, #0d4f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #4bb8e7, #1a8dcb, #0a6a99, #0d4f6e);
}

Calm Blue color palette created on .