The Lion King カラーパレット

美しいThe Lion Kingカラーパレットをご紹介します。ronchi (#f1c84b), tulip tree (#e8a83b), hokey pokey (#d69c29), fuzzy wuzzy brown (#c66e4e) and cognac (#a7391b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

The Lion Kingパレットを使った美しいUIコンポーネントを探索

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

💻 The Lion King カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e8a83b;
}
.color-3 {
color: #d69c29;
}
.color-4 {
color: #c66e4e;
}
.color-5 {
color: #a7391b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e8a83b;
--color-3: #d69c29;
--color-4: #c66e4e;
--color-5: #a7391b;
}

🌈 The Lion King の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e8a83b, #d69c29, #c66e4e, #a7391b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e8a83b, #d69c29, #c66e4e, #a7391b);
}

The Lion King color palette created on .