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: #004fa3;
}
.color-2 {
color: #1e7c9f;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #004fa3;
--color-2: #1e7c9f;
--color-3: #f1c40e;
--color-4: #f39c12;
--color-5: #e77e23;
}

Warm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004fa3, #1e7c9f, #f1c40e, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004fa3, #1e7c9f, #f1c40e, #f39c12, #e77e23);
}

Warm Blue color palette created on .