Construction カラーパレット
美しいConstructionカラーパレットをご紹介します。cream can (#f5c56b), flame pea (#d85b31), russet (#7f3d1a), apple (#4c8c3b) and jungle green (#2a9d90)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Construction, Yellow, Orange, Brown, Green, Bright, Earthy, Modern, Summerカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Constructionパレットを使った美しいUIコンポーネントを探索
💻 Construction カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c56b;
}
.color-2 {
color: #d85b31;
}
.color-3 {
color: #7f3d1a;
}
.color-4 {
color: #4c8c3b;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f5c56b;
--color-2: #d85b31;
--color-3: #7f3d1a;
--color-4: #4c8c3b;
--color-5: #2a9d90;
}
🌈 Construction の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c56b, #d85b31, #7f3d1a, #4c8c3b, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c56b, #d85b31, #7f3d1a, #4c8c3b, #2a9d90);
}
🔗 似たようなカラーパレットを探索
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Construction color palette created on .