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: #f6b83c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f5b8a3;
}
.color-4 {
color: #d7a3c3;
}
.color-5 {
color: #6b8acc;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c572;
--color-3: #f5b8a3;
--color-4: #d7a3c3;
--color-5: #6b8acc;
}

Warm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c572, #f5b8a3, #d7a3c3, #6b8acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c572, #f5b8a3, #d7a3c3, #6b8acc);
}

Warm Blue color palette created on .