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: #a3d7e0;
}
.color-2 {
color: #80c3d0;
}
.color-3 {
color: #5cb4c1;
}
.color-4 {
color: #3d8b9e;
}
.color-5 {
color: #1b5974;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #80c3d0;
--color-3: #5cb4c1;
--color-4: #3d8b9e;
--color-5: #1b5974;
}

Calm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #80c3d0, #5cb4c1, #3d8b9e, #1b5974);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #80c3d0, #5cb4c1, #3d8b9e, #1b5974);
}

Calm Blue color palette created on .