Kaya'aton'my カラーパレット

美しい Kaya'aton'myカラーパレットをご紹介します。pirate gold (#bd7b00), indochine (#ad6800), brown (#855600), verdun green (#5c4d00) and verdun green (#3c4200)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Kaya'aton'myパレットを使った美しいUIコンポーネントを探索

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

💻 Kaya'aton'my カラーパレット CSS

/* CSS */
.color-1 {
color: #bd7b00;
}
.color-2 {
color: #ad6800;
}
.color-3 {
color: #855600;
}
.color-4 {
color: #5c4d00;
}
.color-5 {
color: #3c4200;
}

/* CSS Variables */
:root {
--color-1: #bd7b00;
--color-2: #ad6800;
--color-3: #855600;
--color-4: #5c4d00;
--color-5: #3c4200;
}

🌈 Kaya'aton'my の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd7b00, #ad6800, #855600, #5c4d00, #3c4200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd7b00, #ad6800, #855600, #5c4d00, #3c4200);
}

Kaya'aton'my color palette created on .