Warm Yellow カラーパレット

美しいWarm Yellowカラーパレットをご紹介します。web orange (#f5a300), school bus yellow (#fad900), sandwisp (#f7e6a1), brandy (#d9b58c) and flesh (#ffc29e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Warm Yellowパレットを使った美しいUIコンポーネントを探索

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

💻 Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fad900;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #d9b58c;
}
.color-5 {
color: #ffc29e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fad900;
--color-3: #f7e6a1;
--color-4: #d9b58c;
--color-5: #ffc29e;
}

🌈 Warm Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fad900, #f7e6a1, #d9b58c, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fad900, #f7e6a1, #d9b58c, #ffc29e);
}

Warm Yellow color palette created on .