From 5526b7014473a3ba726b33aeb431a5a6bcd20e50 Mon Sep 17 00:00:00 2001 From: Godopu Date: Fri, 31 Jul 2026 11:08:37 +0900 Subject: [PATCH] style: update primary color token to #4A7CE8 and secondary to #D9342B --- refer_landing_page/app/globals.css | 4 ++-- refer_landing_page/docs/DESIGN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/refer_landing_page/app/globals.css b/refer_landing_page/app/globals.css index 21b2f05..a9189da 100644 --- a/refer_landing_page/app/globals.css +++ b/refer_landing_page/app/globals.css @@ -47,8 +47,8 @@ --line-rgb: 216 209 192; --vermillion-rgb: 217 52 43; --vermillion-dark-rgb: 168 35 28; - --cobalt-rgb: 27 58 138; - --cobalt-dark-rgb: 18 40 99; + --cobalt-rgb: 74 124 232; + --cobalt-dark-rgb: 52 98 204; --ink: rgb(var(--ink-rgb)); --ink-soft: rgb(var(--ink-soft-rgb)); diff --git a/refer_landing_page/docs/DESIGN.md b/refer_landing_page/docs/DESIGN.md index cc90823..403f05c 100644 --- a/refer_landing_page/docs/DESIGN.md +++ b/refer_landing_page/docs/DESIGN.md @@ -47,8 +47,8 @@ | `line` | `#D8D1C0` | `--line` | 헤어라인 그리드 간격(`gap-px bg-line`) | | `vermillion` (DEFAULT) | `#D9342B` | `--vermillion` | **Agent Eng / Orchestration 강조(Hot)** · 홀수 항목 | | `vermillion-dark` | `#A8231C` | — | vermillion 의 호버/심도(dim) 변형 | -| `cobalt` (DEFAULT) | `#1B3A8A` | `--cobalt` | **MCP / A2A Protocol 강조(Cool)** · 짝수 항목 | -| `cobalt-dark` | `#122863` | — | cobalt 의 호버/심도(dim) 변형 | +| `cobalt` (DEFAULT) | `#4A7CE8` | `--cobalt` | **MCP / A2A Protocol 강조(Cool)** · 짝수 항목 | +| `cobalt-dark` | `#3462CC` | — | cobalt 의 호버/심도(dim) 변형 | | `brand`, `accent` | (별칭) | — | **레거시 호환 전용.** 신규 코드에서 사용 금지 | ### 개념적 역할 매핑 (Naming note)