Construction カラーパレット

美しいConstructionカラーパレットをご紹介します。fuel yellow (#eba62d), hokey pokey (#d29e2d), brandy punch (#c88c2d), paarl (#a8552e) and nutmeg (#7e3b2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Construction カラーパレット CSS

/* CSS */
.color-1 {
color: #eba62d;
}
.color-2 {
color: #d29e2d;
}
.color-3 {
color: #c88c2d;
}
.color-4 {
color: #a8552e;
}
.color-5 {
color: #7e3b2a;
}

/* CSS Variables */
:root {
--color-1: #eba62d;
--color-2: #d29e2d;
--color-3: #c88c2d;
--color-4: #a8552e;
--color-5: #7e3b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eba62d, #d29e2d, #c88c2d, #a8552e, #7e3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eba62d, #d29e2d, #c88c2d, #a8552e, #7e3b2a);
}

🔗 似たようなカラーパレットを探索

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Construction color palette created on .