Yellow Eclipse カラーパレット

美しいYellow Eclipseカラーパレットをご紹介します。rob roy (#eccf79), porsche (#e7a56f), japonica (#da765e), lochinvar (#349388) and pickled bluewood (#2b4550)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Yellow Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #eccf79;
}
.color-2 {
color: #e7a56f;
}
.color-3 {
color: #da765e;
}
.color-4 {
color: #349388;
}
.color-5 {
color: #2b4550;
}

/* CSS Variables */
:root {
--color-1: #eccf79;
--color-2: #e7a56f;
--color-3: #da765e;
--color-4: #349388;
--color-5: #2b4550;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eccf79, #e7a56f, #da765e, #349388, #2b4550);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eccf79, #e7a56f, #da765e, #349388, #2b4550);
}

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