Neon Terminal Color Palette
Discover the beautiful Neon Terminal color palette featuring mirage (#1a1a2e), madison (#0f3461), persian green (#00b3aa), saffron (#f4c725) and persimmon (#ff5f57).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withProgrammer, Dark, Blue, Teal, Yellow, Red 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 Neon Terminal palette
💻 Neon Terminal color palette CSS
/* CSS */
.color-1 {
color: #1a1a2e;
}
.color-2 {
color: #0f3461;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #f4c725;
}
.color-5 {
color: #ff5f57;
}
/* CSS Variables */
:root {
--color-1: #1a1a2e;
--color-2: #0f3461;
--color-3: #00b3aa;
--color-4: #f4c725;
--color-5: #ff5f57;
} 🌈 Neon Terminal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a2e, #0f3461, #00b3aa, #f4c725, #ff5f57);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a2e, #0f3461, #00b3aa, #f4c725, #ff5f57);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Neon Terminal color palette created on .