Near Future Color Palette
Discover the beautiful Near Future color palette featuring port gore (#1a1e3d), east bay (#3c4c7c), smalt blue (#587d93), half baked (#8fc7c6) and gray nurse (#f1f4f2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withModern, Blue, Teal, Soft, Bright, Clear Spring, Light, Aesthetic, Scandinavian color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Near Future palette
💻 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);
}
🔗 Explore similar color palettes
Near Future color palette created on .