Deep Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Blue palette

Share this palette to:

Deep Blue color palette CSS

/* CSS */
.color-1 {
color: #378beb;
}
.color-2 {
color: #2d6cbe;
}
.color-3 {
color: #1d4f8b;
}
.color-4 {
color: #1a396b;
}
.color-5 {
color: #0f243e;
}

/* CSS Variables */
:root {
--color-1: #378beb;
--color-2: #2d6cbe;
--color-3: #1d4f8b;
--color-4: #1a396b;
--color-5: #0f243e;
}

Deep Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #378beb, #2d6cbe, #1d4f8b, #1a396b, #0f243e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #378beb, #2d6cbe, #1d4f8b, #1a396b, #0f243e);
}

Deep Blue color palette created on .