Teal Cyberpunk Color Palette
Discover the beautiful Teal Cyberpunk color palette featuring cod gray (#1a1a1a), fruit salad (#4f9c6e), pastel green (#7fd959), ripe lemon (#f7e81d) and rodeo dust (#c9b5a1).
Brightness
Saturation
Warmth
💡 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 Teal Cyberpunk palette
💻 Teal Cyberpunk color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #4f9c6e;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #f7e81d;
}
.color-5 {
color: #c9b5a1;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #4f9c6e;
--color-3: #7fd959;
--color-4: #f7e81d;
--color-5: #c9b5a1;
} 🌈 Teal Cyberpunk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #4f9c6e, #7fd959, #f7e81d, #c9b5a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #4f9c6e, #7fd959, #f7e81d, #c9b5a1);
} 🔗 Explore similar color palettes
Teal Cyberpunk color palette created on .