Shades of Yellow カラーパレット

美しいShades of Yellowカラーパレットをご紹介します。web orange (#f0a800), buddha gold (#d69d00), pirate gold (#b39200), olive (#8a7c00) and olive (#6e7000)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d69d00;
}
.color-3 {
color: #b39200;
}
.color-4 {
color: #8a7c00;
}
.color-5 {
color: #6e7000;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d69d00;
--color-3: #b39200;
--color-4: #8a7c00;
--color-5: #6e7000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d69d00, #b39200, #8a7c00, #6e7000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d69d00, #b39200, #8a7c00, #6e7000);
}

Shades of Yellow color palette created on .