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

美しい Kaya'aton'myカラーパレットをご紹介します。pirate gold (#bf7b00), chelsea gem (#ab6800), brown (#855700), verdun green (#5a4b00) and verdun green (#3b4200)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #bf7b00;
}
.color-2 {
color: #ab6800;
}
.color-3 {
color: #855700;
}
.color-4 {
color: #5a4b00;
}
.color-5 {
color: #3b4200;
}

/* CSS Variables */
:root {
--color-1: #bf7b00;
--color-2: #ab6800;
--color-3: #855700;
--color-4: #5a4b00;
--color-5: #3b4200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf7b00, #ab6800, #855700, #5a4b00, #3b4200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf7b00, #ab6800, #855700, #5a4b00, #3b4200);
}

Kaya'aton'my color palette created on .