Future Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Future palette

Share this palette to:

Future color palette PNG image

Download future color palette PNG image (landscape)
Download future color palette PNG image (square)

Future color palette CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #5d5da2;
}
.color-4 {
color: #a2b2e7;
}
.color-5 {
color: #f0f6ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #3c3c5d;
--color-3: #5d5da2;
--color-4: #a2b2e7;
--color-5: #f0f6ff;
}

Future background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #3c3c5d, #5d5da2, #a2b2e7, #f0f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #3c3c5d, #5d5da2, #a2b2e7, #f0f6ff);
}

Future color palette created on .