Shades of Yellow カラーパレット

美しいShades of Yellowカラーパレットをご紹介します。khaki (#f0e78e), tacha (#d7c570), husk (#b3aa4d), wasabi (#8e8d29) and himalaya (#6e701a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d7c570;
}
.color-3 {
color: #b3aa4d;
}
.color-4 {
color: #8e8d29;
}
.color-5 {
color: #6e701a;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d7c570;
--color-3: #b3aa4d;
--color-4: #8e8d29;
--color-5: #6e701a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d7c570, #b3aa4d, #8e8d29, #6e701a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d7c570, #b3aa4d, #8e8d29, #6e701a);
}

Shades of Yellow color palette created on .