Warm Yellow カラーパレット

美しいWarm Yellowカラーパレットをご紹介します。orange roughy (#d6511b), geebung (#d69016), pizza (#d6a616), gold tips (#d3b810) and tahiti gold (#d5820a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #d6511b;
}
.color-2 {
color: #d69016;
}
.color-3 {
color: #d6a616;
}
.color-4 {
color: #d3b810;
}
.color-5 {
color: #d5820a;
}

/* CSS Variables */
:root {
--color-1: #d6511b;
--color-2: #d69016;
--color-3: #d6a616;
--color-4: #d3b810;
--color-5: #d5820a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6511b, #d69016, #d6a616, #d3b810, #d5820a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6511b, #d69016, #d6a616, #d3b810, #d5820a);
}

Warm Yellow color palette created on .