Features
- Neon glow text
- Grid floor perspective
- Retro sun background
- Scanline overlays
Palette
- #FF00FF (Magenta)
- #00FFFF (Cyan)
- #FFE600 (Yellow)
- #2B213A (Deep Purple)
AESTHETIC // CODE // NEON
Even code needs to look cool.
const aesthetic = {
style: "Synthwave",
year: 1984,
mood: "Retro-Futuristic",
colors: ["Neon Pink", "Cyber Cyan"]
};
function driveIntoSunset() {
return "V A P O R W A V E";
}
THANK YOU