Lion's Mane カラーパレット

美しいLion's Maneカラーパレットをご紹介します。maize (#f6d7a2), ronchi (#f1b74b), carrot orange (#f28c26), copper (#c77d3d) and mule fawn (#8d5a2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Lion's Mane カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f28c26;
}
.color-4 {
color: #c77d3d;
}
.color-5 {
color: #8d5a2a;
}

/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f1b74b;
--color-3: #f28c26;
--color-4: #c77d3d;
--color-5: #8d5a2a;
}

🌈 Lion's Mane の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f1b74b, #f28c26, #c77d3d, #8d5a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f1b74b, #f28c26, #c77d3d, #8d5a2a);
}

Lion's Mane color palette created on .