Skip to content

Instantly share code, notes, and snippets.

View lifeengine's full-sized avatar

DG lifeengine

View GitHub Profile
@lifeengine
lifeengine / index.html
Created May 16, 2026 13:37
HQ preview v2 - steel depth
<!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)만 시안별로 변수 치환. */
@lifeengine
lifeengine / index.html
Created May 16, 2026 13:32
HQ color preview
<!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 {