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: #a3c7e0;
}
.color-2 {
color: #6b9cd1;
}
.color-3 {
color: #4b8dc3;
}
.color-4 {
color: #3f7c9d;
}
.color-5 {
color: #2f4b65;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6b9cd1;
--color-3: #4b8dc3;
--color-4: #3f7c9d;
--color-5: #2f4b65;
}

Calm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6b9cd1, #4b8dc3, #3f7c9d, #2f4b65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6b9cd1, #4b8dc3, #3f7c9d, #2f4b65);
}

Calm Blue color palette created on .