Tears of the Kingdom カラーパレット
美しいTears of the Kingdomカラーパレットをご紹介します。moss green (#a9d9a1), silver tree (#69ab8d), viridian (#4c907a), sea green (#2e7f63) and green pea (#1d5e4d)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Tears of the Kingdomパレットを使った美しいUIコンポーネントを探索
💻 Tears of the Kingdom カラーパレット CSS
/* CSS */
.color-1 {
color: #a9d9a1;
}
.color-2 {
color: #69ab8d;
}
.color-3 {
color: #4c907a;
}
.color-4 {
color: #2e7f63;
}
.color-5 {
color: #1d5e4d;
}
/* CSS Variables */
:root {
--color-1: #a9d9a1;
--color-2: #69ab8d;
--color-3: #4c907a;
--color-4: #2e7f63;
--color-5: #1d5e4d;
} 🌈 Tears of the Kingdom の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a1, #69ab8d, #4c907a, #2e7f63, #1d5e4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a1, #69ab8d, #4c907a, #2e7f63, #1d5e4d);
} 🔗 似たようなカラーパレットを探索
Tears of the Kingdom color palette created on .