Near Future Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Near Future palette
Near Future color palette PNG image
Near Future color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3c4c7c;
}
.color-3 {
color: #587d93;
}
.color-4 {
color: #8fc7c6;
}
.color-5 {
color: #f1f4f2;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3c4c7c;
--color-3: #587d93;
--color-4: #8fc7c6;
--color-5: #f1f4f2;
}
Near Future background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}
Similar color palettes
Scroll down to explore 300+ Modern color palettes
Near Future color palette created on .