Yellow Industrial Beach カラーパレット
美しいYellow Industrial Beachカラーパレットをご紹介します。mirage (#1e2a39), casablanca (#f3b044), manhattan (#f6c9a7), peach yellow (#f9e0ae) and citrine white (#f8ebd3)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Yellow Industrial Beachパレットを使った美しいUIコンポーネントを探索
💻 Yellow Industrial Beach カラーパレット CSS
/* CSS */
.color-1 {
color: #1e2a39;
}
.color-2 {
color: #f3b044;
}
.color-3 {
color: #f6c9a7;
}
.color-4 {
color: #f9e0ae;
}
.color-5 {
color: #f8ebd3;
}
/* CSS Variables */
:root {
--color-1: #1e2a39;
--color-2: #f3b044;
--color-3: #f6c9a7;
--color-4: #f9e0ae;
--color-5: #f8ebd3;
}
🌈 Yellow Industrial Beach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a39, #f3b044, #f6c9a7, #f9e0ae, #f8ebd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a39, #f3b044, #f6c9a7, #f9e0ae, #f8ebd3);
}
🔗 似たようなカラーパレットを探索
Yellow Industrial Beach color palette created on .