Shades of Yellow カラーパレット

美しいShades of Yellowカラーパレットをご紹介します。buddha gold (#a7b300), earls green (#c7d03e), manz (#e3e76e), texas (#f9f99f) and mustard (#ffe95c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #a7b300;
}
.color-2 {
color: #c7d03e;
}
.color-3 {
color: #e3e76e;
}
.color-4 {
color: #f9f99f;
}
.color-5 {
color: #ffe95c;
}

/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #c7d03e;
--color-3: #e3e76e;
--color-4: #f9f99f;
--color-5: #ffe95c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
}

Shades of Yellowカラーパレットはに作成されました。