{"id":36162,"date":"2025-12-10T15:16:38","date_gmt":"2025-12-10T15:16:38","guid":{"rendered":"https:\/\/metaverseplanet.net\/blog\/?p=36162"},"modified":"2025-12-30T07:41:57","modified_gmt":"2025-12-30T07:41:57","slug":"cyberpunk-color-palette-generator","status":"publish","type":"post","link":"https:\/\/metaverseplanet.net\/blog\/cyberpunk-color-palette-generator\/","title":{"rendered":"Cyberpunk Color Palette Generator: Neon &amp; Glitch Hex Codes"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Cyberpunk Palette Generator<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;700;900&#038;family=Orbitron:wght@700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* --- ANA KAPSAYICI --- *\/\n  #cp-tool-wrapper {\n    width: 100%;\n    \/* Derin Cyberpunk Arka Plan\u0131 *\/\n    background: linear-gradient(135deg, #000000 0%, #11001c 50%, #0a0a12 100%);\n    color: #fff;\n    font-family: 'Inter', sans-serif;\n    padding: 50px 30px;\n    box-sizing: border-box;\n    border-radius: 30px; \/* Oval Kenarlar *\/\n    border: 1px solid rgba(255,255,255,0.1);\n    position: relative;\n    overflow: hidden;\n    margin: 20px auto;\n    max-width: 1200px;\n    box-shadow: 0 20px 60px rgba(0,0,0,0.8);\n  }\n\n  \/* Scanline Efekti (Retro TV Havas\u0131) *\/\n  #cp-tool-wrapper::before {\n    content: \" \";\n    display: block;\n    position: absolute;\n    top: 0; left: 0; bottom: 0; right: 0;\n    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%);\n    z-index: 1;\n    background-size: 100% 4px;\n    pointer-events: none;\n  }\n\n  .cp-header {\n    text-align: center;\n    margin-bottom: 40px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .cp-header h2 {\n    margin: 0;\n    font-family: 'Orbitron', sans-serif; \/* F\u00fct\u00fcristik Font *\/\n    font-size: 36px;\n    letter-spacing: 2px;\n    background: linear-gradient(90deg, #00f3ff, #ff00ff);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    text-transform: uppercase;\n    text-shadow: 0 0 20px rgba(0, 243, 255, 0.5);\n  }\n\n  .cp-header p {\n    color: #a0a0a0;\n    font-size: 16px;\n    margin-top: 10px;\n  }\n\n  \/* --- RENK KARTLARI ALANI --- *\/\n  .palette-container {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 40px;\n    position: relative;\n    z-index: 2;\n    height: 250px;\n  }\n\n  \/* Mobil Uyumluluk *\/\n  @media (max-width: 768px) {\n    .palette-container {\n      flex-direction: column;\n      height: auto;\n    }\n  }\n\n  .color-card {\n    flex: 1;\n    border-radius: 20px;\n    position: relative;\n    cursor: pointer;\n    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 20px;\n    overflow: hidden;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.3);\n    min-height: 100px; \/* Mobil i\u00e7in minimum y\u00fckseklik *\/\n  }\n\n  .color-card:hover {\n    transform: translateY(-10px) scale(1.02);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.5);\n    z-index: 5;\n  }\n\n  \/* Kopyaland\u0131 Yaz\u0131s\u0131 (Gizli) *\/\n  .copy-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: rgba(0,0,0,0.7);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    opacity: 0;\n    transition: opacity 0.2s;\n  }\n  \n  .copy-text {\n    font-family: 'Orbitron', sans-serif;\n    color: #fff;\n    font-weight: bold;\n    font-size: 18px;\n    letter-spacing: 2px;\n  }\n\n  \/* Hex Kodu Yaz\u0131s\u0131 *\/\n  .hex-code {\n    background: rgba(0, 0, 0, 0.6);\n    backdrop-filter: blur(5px);\n    color: #fff;\n    padding: 10px 15px;\n    border-radius: 12px;\n    text-align: center;\n    font-family: 'Orbitron', sans-serif;\n    font-size: 14px;\n    letter-spacing: 1px;\n    transition: 0.2s;\n    border: 1px solid rgba(255,255,255,0.1);\n  }\n\n  .color-card:hover .hex-code {\n    background: rgba(255, 255, 255, 1);\n    color: #000;\n    box-shadow: 0 0 15px rgba(255,255,255,0.8);\n  }\n\n  \/* --- BUTON ALANI --- *\/\n  .cp-btn-area {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  .glitch-btn {\n    padding: 22px 60px;\n    background: linear-gradient(90deg, #ff00ff 0%, #00f3ff 100%);\n    color: #000;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    border: none;\n    border-radius: 50px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 0 20px rgba(255, 0, 255, 0.5), 0 0 40px rgba(0, 243, 255, 0.3);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .glitch-btn:hover {\n    transform: scale(1.05);\n    box-shadow: 0 0 40px rgba(255, 0, 255, 0.7), 0 0 80px rgba(0, 243, 255, 0.5);\n    color: #fff;\n  }\n\n  \/* K\u00dc\u00c7\u00dcK \u0130PUCU NOTU *\/\n  .tip-text {\n    text-align: center;\n    color: #555;\n    font-size: 12px;\n    margin-top: 20px;\n    position: relative;\n    z-index: 2;\n  }\n\n<\/style>\n<\/head>\n<body>\n\n<div id=\"cp-tool-wrapper\">\n  <div class=\"cp-header\">\n    <h2>Cyberpunk Palette Generator<\/h2>\n    <p>Generate high-contrast neon aesthetics for your next project.<\/p>\n  <\/div>\n\n  <div class=\"palette-container\" id=\"palette-box\">\n    <\/div>\n\n  <div class=\"cp-btn-area\">\n    <button class=\"glitch-btn\" onclick=\"generateCyberpunk()\">GENERATE NEW<\/button>\n  <\/div>\n\n  <div class=\"tip-text\">Click on any color to copy HEX code.<\/div>\n<\/div>\n\n<script>\n\/\/ Cyberpunk Renk Havuzu (\u00d6zenle Se\u00e7ilmi\u015f)\nconst neonColors = [\n  \"#FF00FF\", \"#00F3FF\", \"#39FF14\", \"#FFEE00\", \"#FF3131\", \"#BC13FE\", \n  \"#00FFFF\", \"#FF1493\", \"#CCFF00\", \"#FE019A\", \"#7DF9FF\", \"#FF6EC7\"\n];\n\nconst darkColors = [\n  \"#050505\", \"#0B0B15\", \"#120012\", \"#001212\", \"#1A1A2E\", \"#0F0F1A\", \n  \"#16213E\", \"#222222\", \"#0F0418\", \"#02020A\", \"#1C1C1C\", \"#2D002D\"\n];\n\nconst accentColors = [\n  \"#7B2CBF\", \"#480CA8\", \"#4CC9F0\", \"#4361EE\", \"#F72585\", \"#560BAD\", \n  \"#B5179E\", \"#5F0A87\", \"#2A9D8F\", \"#E9C46A\", \"#F4A261\", \"#E76F51\"\n];\n\nfunction generateCyberpunk() {\n  const container = document.getElementById(\"palette-box\");\n  container.innerHTML = \"\"; \/\/ Temizle\n\n  \/\/ Algoritma: 2 Koyu Zemin + 2 Neon + 1 Ara Ton (Accent)\n  let palette = [];\n  \n  \/\/ 1. Renk: \u00c7ok Koyu Ana Zemin\n  palette.push(darkColors[Math.floor(Math.random() * darkColors.length)]);\n  \n  \/\/ 2. Renk: Biraz daha a\u00e7\u0131k Koyu\n  palette.push(darkColors[Math.floor(Math.random() * darkColors.length)]);\n\n  \/\/ 3. Renk: Parlak Neon (Vurgu)\n  palette.push(neonColors[Math.floor(Math.random() * neonColors.length)]);\n\n  \/\/ 4. Renk: \u0130kinci Parlak Neon (Z\u0131tl\u0131k i\u00e7in)\n  palette.push(neonColors[Math.floor(Math.random() * neonColors.length)]);\n\n  \/\/ 5. Renk: Ara Ton (Tamamlay\u0131c\u0131)\n  palette.push(accentColors[Math.floor(Math.random() * accentColors.length)]);\n\n  \/\/ Kartlar\u0131 Olu\u015ftur\n  palette.forEach(color => {\n    const card = document.createElement(\"div\");\n    card.className = \"color-card\";\n    card.style.backgroundColor = color;\n    \n    \/\/ T\u0131klay\u0131nca kopyalama fonksiyonu\n    card.onclick = function() {\n      navigator.clipboard.writeText(color).then(() => {\n        \/\/ Kopyaland\u0131 efekti\n        const overlay = card.querySelector(\".copy-overlay\");\n        overlay.style.opacity = \"1\";\n        setTimeout(() => { overlay.style.opacity = \"0\"; }, 1000);\n      });\n    };\n\n    \/\/ \u0130\u00e7erik (Hex Kodu ve Overlay)\n    card.innerHTML = `\n      <div class=\"copy-overlay\">\n        <span class=\"copy-text\">COPIED!<\/span>\n      <\/div>\n      <div class=\"hex-code\">${color}<\/div>\n    `;\n\n    container.appendChild(card);\n  });\n}\n\n\/\/ Sayfa ilk a\u00e7\u0131ld\u0131\u011f\u0131nda \u00e7al\u0131\u015ft\u0131r\ngenerateCyberpunk();\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83c\udfa8 Why Cyberpunk Aesthetics Rule the Metaverse?<\/h2>\n\n\n\n<p>The visual language of the future is here. Whether you are designing a <strong><em><a href=\"https:\/\/metaverseplanet.net\/blog\/web3-blog-and-news\/\" data-type=\"category\" data-id=\"131\">Web3 website<\/a><\/em><\/strong>, a futuristic game UI, or just looking for that perfect Instagram theme, <strong>Cyberpunk colors<\/strong> are the key to grabbing attention.<\/p>\n\n\n\n<p>Our <strong>Cyberpunk Palette Generator<\/strong> tool above is designed to help you find that perfect balance between darkness and light. But what makes a color palette truly &#8220;Cyberpunk&#8221;?<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. High Contrast is King<\/h3>\n\n\n\n<p>Cyberpunk design isn&#8217;t just about bright colors; it&#8217;s about the contrast. You need <strong>Deep Blacks<\/strong> and <strong>Midnight Blues<\/strong> (representing the night sky of a dystopic city) to make the <strong>Neon Pinks<\/strong> and <strong>Electric Cyans<\/strong> (the holographic advertisements) pop.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tip:<\/strong> Never use pure white (#FFFFFF) in cyberpunk design. Use a very light cyan or pink for text instead.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. The &#8220;Acid&#8221; Factor<\/h3>\n\n\n\n<p>Unlike modern flat design which uses soft pastels, Cyberpunk loves &#8220;unnatural&#8221; colors.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Acid Green (#39FF14):<\/strong> Reminiscent of old computer terminals and toxic waste.<\/li>\n\n\n\n<li><strong>Hot Pink (#FF00FF):<\/strong> The color of neon signs in a rainy alleyway.<\/li>\n\n\n\n<li><strong>Cyan (#00F3FF):<\/strong> The glow of holographic interfaces.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. How to Use These Palettes?<\/h3>\n\n\n\n<p>When you generate a palette using our tool on <strong>Metaverse Planet<\/strong>, try to follow the <strong>60-30-10 rule<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>60% Primary Color:<\/strong> Use the darkest color in the palette for your background.<\/li>\n\n\n\n<li><strong>30% Secondary Color:<\/strong> Use the darker purple or blue for cards, sections, and sidebars.<\/li>\n\n\n\n<li><strong>10% Accent Color:<\/strong> Use the brightest Neon colors ONLY for buttons, headlines, and glowing effects. This creates the &#8220;glowing in the dark&#8221; effect.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Perfect for Web3 and Gaming<\/h3>\n\n\n\n<p>The Metaverse is built on digital ownership and futuristic concepts. Using a palette generated here instantly signals to your users that they are in a high-tech, forward-thinking environment.<\/p>\n\n\n\n<p>Click <strong>&#8220;GENERATE NEW&#8221;<\/strong> above until you find the vibe that matches your vision. Don&#8217;t forget to click on the color strip to copy the <strong>Hex Code<\/strong> instantly!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cyberpunk Palette Generator Cyberpunk Palette Generator Generate high-contrast neon aesthetics for your next project. GENERATE NEW Click on any color to copy HEX code. \ud83c\udfa8 Why Cyberpunk Aesthetics Rule the Metaverse? The visual language of the future is here. Whether you are designing a Web3 website, a futuristic game UI, or just looking for that &hellip;<\/p>\n","protected":false},"author":1,"featured_media":36164,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAown96uCw:productID":"","footnotes":""},"categories":[322],"tags":[319,307],"class_list":["post-36162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-metaverse1","tag-metaverse-blog","tag-tools"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/36162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/comments?post=36162"}],"version-history":[{"count":0,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/posts\/36162\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media\/36164"}],"wp:attachment":[{"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/media?parent=36162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/categories?post=36162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/metaverseplanet.net\/blog\/wp-json\/wp\/v2\/tags?post=36162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}