Warm Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Blue palette

Share this palette to:

Warm Blue color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #496a9c;
}
.color-3 {
color: #80a6c2;
}
.color-4 {
color: #b5d5e8;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #496a9c;
--color-3: #80a6c2;
--color-4: #b5d5e8;
--color-5: #f4a462;
}

Warm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #496a9c, #80a6c2, #b5d5e8, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #496a9c, #80a6c2, #b5d5e8, #f4a462);
}

Warm Blue color palette created on .