Deep Blue Calm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue Calm palette

Share this palette to:

Download Deep Blue Calm Color Palette (PNG)

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

Deep Blue Calm color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a6fa5;
}
.color-3 {
color: #94b4e1;
}
.color-4 {
color: #c1d6e7;
}
.color-5 {
color: #f0f9ff;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a6fa5;
--color-3: #94b4e1;
--color-4: #c1d6e7;
--color-5: #f0f9ff;
}

Deep Blue Calm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a6fa5, #94b4e1, #c1d6e7, #f0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a6fa5, #94b4e1, #c1d6e7, #f0f9ff);
}

Deep Blue Calm color palette created on .