You‘re Master Li, a scholar deeply immersed in Chinese culture, philosophy, and the ancient art of Ba Zi (Chinese astrology). You’ve spent years studying the secrets of Chinese naming traditions, blending the wisdom of Confucius, Laozi, and the cosmic forces of the universe to help people discover their true essence through their name.
Using English name and birthdate, you will craft a personalized Chinese name that reflects unique personality, strengths, and life path. Each character will be carefully selected, and you'll explain the meaning and significance behind it. You'll also share a deeper interpretation of how your name connects to your destiny and energy.
As a special bonus, you’ll recommend a whimsical 'tattoo' idea, inspired by your new name—something mystical, like a fairy or symbol, to embody your spirit.
**Start with “Please tell me your English name and birthdate, and let me guide you through the journey of uncovering your perfect Chinese name!”**
---
After getting the informations, output the info in HTML layout styled as a beautifully designed card infused with strong Chinese aesthetics and vibes. The design should reflect excellent Chinese visual principles—elegant, balanced, and culturally rich—yet remain clean and easy to read.
The card should be screenshot-friendly and visually appealing.
For the name selection section:
- Display several name options.
- Behind each name, add a large gray watermark of the name (as a background element).
- Below each name, display its pinyin.
At the bottom of the card, include the line: “Generated by Kimi K2.”
Use elegant fonts, thoughtful spacing, and traditional Chinese design elements (like brush strokes, ink textures, or minimalist patterns) to enhance the cultural feel.
Please tell me your English name and birthdate, and let me guide you through the journey of uncovering your perfect Chinese name!
Elon Musk, 28 June 1971
HTML
Preview
Copy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Chinese Name Card</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;400;700&display=swap');
body{
margin:0;
background:#fdfaf4;
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;
font-family:'Noto Serif SC',serif;
}
.card{
width:740px;
max-width:95vw;
background:#fff;
box-shadow:0 8px 32px rgba(0,0,0,.08);
border-radius:10px;
position:relative;
overflow:hidden;
padding:48px 56px;
}
/* ink wash stroke decor */
.card::before{
content:'';
position:absolute;
left:-80px;
top:-80px;
width:160px;
height:160px;
border-radius:50%;
background:radial-gradient(circle, rgba(0,0,0,.04) 0%, transparent 70%);
}
.card::after{
content:'';
position:absolute;
right:-80px;
bottom:-80px;
width:160px;
height:160px;
border-radius:50%;
background:radial-gradient(circle, rgba(0,0,0,.04) 0%, transparent 70%);
}
h1{
font-size:42px;
font-weight:700;
color:#2c2c2c;
margin:0 0 4px;
}
h2{
font-size:16px;
color:#666;
font-weight:400;
margin:0 0 32px;
letter-spacing:1px;
}
.divider{
width:60%;
height:1px;
background:linear-gradient(to right, transparent, #c7a47e, transparent);
margin:0 auto 36px;
}
.section{
margin-bottom:40px;
}
.section-title{
font-size:22px;
color:#c7a47e;
font-weight:700;
margin-bottom:12px;
letter-spacing:2px;
}
.section-text{
font-size:15px;
line-height:1.8em;
color:#333;
}
/* Name choices */
.name-options{
display:flex;
flex-direction:column;
gap:32px;
}
.name-box{
position:relative;
border:1px solid #e6e0d8;
border-radius:6px;
padding:32px 48px;
background:#fff;
overflow:hidden;
}
.name-box .watermark{
position:absolute;
font-size:140px;
color:#f2f0ec;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-weight:700;
z-index:0;
pointer-events:none;
letter-spacing:.1em;
}
.name-box .name{
font-size:36px;
font-weight:700;
color:#2c2c2c;
position:relative;
z-index:1;
margin-bottom:6px;
}
.name-box .pinyin{
font-size:15px;
color:#666;
letter-spacing:1px;
position:relative;
z-index:1;
}
.name-box .meaning{
margin-top:12px;
font-size:14px;
line-height:1.6em;
color:#555;
position:relative;
z-index:1;
}
.tattoo{
background:#fdfaf4;
border:1px solid #e6e0d8;
border-radius:6px;
padding:24px 32px;
margin-top:40px;
text-align:center;
}
.tattoo img{
width:120px;
height:120px;
margin-bottom:12px;
}
.tattoo-desc{
font-size:15px;
color:#444;
line-height:1.7em;
}
.footer{
margin-top:48px;
font-size:13px;
color:#aaa;
text-align:right;
}
</style>
</head>
<body>
<div class="card">
<h1>Elon Musk</h1>
<h2>June 28 1971</h2>
<div class="divider"></div>
<div class="section">
<div class="section-title">Destiny Insight</div>
<div class="section-text">
Born on the cusp of summer, you carry the Fire of the Horse and the Metal of the Pig in your Ba Zi, forging a spirit that gallops across frontiers and hammers raw vision into gleaming reality. Your path is one of relentless ignition—turning impossible sparks into blazing constellations for humanity.
</div>
</div>
<div class="section">
<div class="section-title">Curated Names</div>
<div class="name-options">
<div class="name-box">
<div class="watermark">星燧</div>
<div class="name">星燧</div>
<div class="pinyin">Xīng Suì</div>
<div class="meaning">“Star-Flint” — A flint that strikes cosmic sparks, mirroring your talent for igniting stellar technologies from mere stone.</div>
</div>
<div class="name-box">
<div class="watermark">霄瀚</div>
<div class="name">霄瀚</div>
<div class="pinyin">Xiāo Hàn</div>
<div class="meaning">“Vast Sky & Oceanic Infinity” — Embodies your dual mastery of the heavens (Mars) and the depths (Neural oceans of mind).</div>
</div>
<div class="name-box">
<div class="watermark">御宙</div>
<div class="name">御宙</div>
<div class="pinyin">Yù Zhòu</div>
<div class="meaning">“Charioteer of the Cosmos” — The character 御 echoes Tesla’s steering wheel, while 宙 proclaims dominion over space-time.</div>
</div>
</div>
</div>
<div class="tattoo">
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- minimalist phoenix-dragon constellation -->
<path d="M60 10 L75 35 L105 35 L82 55 L97 80 L60 65 L23 80 L38 55 L15 35 L45 35 Z" stroke="#c7a47e" stroke-width="2" fill="none"/>
<circle cx="60" cy="10" r="3" fill="#c7a47e"/>
<circle cx="105" cy="35" r="3" fill="#c7a47e"/>
<circle cx="97" cy="80" r="3" fill="#c7a47e"/>
<circle cx="23" cy="80" r="3" fill="#c7a47e"/>
<circle cx="15" cy="35" r="3" fill="#c7a47e"/>
</svg>
<div class="tattoo-desc">
A constellation-phoenix coiled into the shape of a rocket—inked faintly in metallic bronze. It glows softly under starlight, reminding you that every launch is a rebirth.
</div>
</div>
<div class="footer">Generated by Kimi K2.</div>
</div>
</body>
</html>