Tears of the Kingdom カラーパレット

美しいTears of the Kingdomカラーパレットをご紹介します。apple (#4f8c31), conifer (#9acf54), caper (#d3e9a5), sandwisp (#f4e39f) and mandys pink (#f0b19e)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Earthy, Green, Legendary, Summer, Yellowカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Tears of the Kingdomパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Tears of the Kingdom カラーパレット CSS

/* CSS */
.color-1 {
color: #4f8c31;
}
.color-2 {
color: #9acf54;
}
.color-3 {
color: #d3e9a5;
}
.color-4 {
color: #f4e39f;
}
.color-5 {
color: #f0b19e;
}

/* CSS Variables */
:root {
--color-1: #4f8c31;
--color-2: #9acf54;
--color-3: #d3e9a5;
--color-4: #f4e39f;
--color-5: #f0b19e;
}

🌈 Tears of the Kingdom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c31, #9acf54, #d3e9a5, #f4e39f, #f0b19e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c31, #9acf54, #d3e9a5, #f4e39f, #f0b19e);
}

Tears of the Kingdomカラーパレットはに作成されました。