Yellow Earth カラーパレット

美しいYellow Earthカラーパレットをご紹介します。saffron (#f6b83c), energy yellow (#f6d55a), marzipan (#f8e9a0), ocean green (#3cb97f) and amazon (#2e6b50)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Yellow Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #f8e9a0;
}
.color-4 {
color: #3cb97f;
}
.color-5 {
color: #2e6b50;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6d55a;
--color-3: #f8e9a0;
--color-4: #3cb97f;
--color-5: #2e6b50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6d55a, #f8e9a0, #3cb97f, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6d55a, #f8e9a0, #3cb97f, #2e6b50);
}

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