This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>HQ 색감 시안 v2 — 세원 Steel 입체감 유지 + 색만</title> | |
| <style> | |
| /* ===== 세원 Steel UI 실제 토큰 그대로 (입체감 유지) ===== */ | |
| /* 그림자/하이라이트/라운드는 시안 공통 = 세원과 동일 입체 질감. | |
| 색(그라데이션 hex)만 시안별로 변수 치환. */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>HQ 색감 시안 — A/B/C 비교</title> | |
| <style> | |
| /* ===== 공통 Steel UI 구조 (세원과 동일: 네오모피즘/라운드/그림자) ===== */ | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| body { |