Blue Future Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Future palette

Share this palette to:

Blue Future color palette CSS

/* CSS */
.color-1 {
color: #599bd4;
}
.color-2 {
color: #a1d6e2;
}
.color-3 {
color: #f6d9a2;
}
.color-4 {
color: #f07b3d;
}
.color-5 {
color: #e54d38;
}

/* CSS Variables */
:root {
--color-1: #599bd4;
--color-2: #a1d6e2;
--color-3: #f6d9a2;
--color-4: #f07b3d;
--color-5: #e54d38;
}

Blue Future background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #599bd4, #a1d6e2, #f6d9a2, #f07b3d, #e54d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #599bd4, #a1d6e2, #f6d9a2, #f07b3d, #e54d38);
}

Blue Future color palette created on .