Calm Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calm Blue palette

Share this palette to:

Download Calm Blue Color Palette (PNG)

Download calm blue color palette PNG image (landscape)
Download calm blue color palette PNG image (square)

Calm Blue color palette CSS

/* CSS */
.color-1 {
color: #2a3b8d;
}
.color-2 {
color: #4e6fb1;
}
.color-3 {
color: #86a0d5;
}
.color-4 {
color: #afc8e4;
}
.color-5 {
color: #e0f0ff;
}

/* CSS Variables */
:root {
--color-1: #2a3b8d;
--color-2: #4e6fb1;
--color-3: #86a0d5;
--color-4: #afc8e4;
--color-5: #e0f0ff;
}

Calm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a3b8d, #4e6fb1, #86a0d5, #afc8e4, #e0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a3b8d, #4e6fb1, #86a0d5, #afc8e4, #e0f0ff);
}

Calm Blue color palette created on .