Mechanical Dreams カラーパレット

美しいMechanical Dreamsカラーパレットをご紹介します。biscay (#1e396c), wedgewood (#497b9c), glacier (#80b0c6), powder blue (#b4e1e9) and citrine white (#f9f3d2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Mechanical Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1e396c;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #80b0c6;
}
.color-4 {
color: #b4e1e9;
}
.color-5 {
color: #f9f3d2;
}

/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #497b9c;
--color-3: #80b0c6;
--color-4: #b4e1e9;
--color-5: #f9f3d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}

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