SF and Fantasy カラーパレット

美しい SF and Fantasyカラーパレットをご紹介します。blumine (#1d4e72), hippie blue (#4a9ab0), aquamarine blue (#80d3e0), sea buckthorn (#f8b42a) and red damask (#e07c3e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 SF and Fantasy カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4e72;
}
.color-2 {
color: #4a9ab0;
}
.color-3 {
color: #80d3e0;
}
.color-4 {
color: #f8b42a;
}
.color-5 {
color: #e07c3e;
}

/* CSS Variables */
:root {
--color-1: #1d4e72;
--color-2: #4a9ab0;
--color-3: #80d3e0;
--color-4: #f8b42a;
--color-5: #e07c3e;
}

🌈 SF and Fantasy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4e72, #4a9ab0, #80d3e0, #f8b42a, #e07c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4e72, #4a9ab0, #80d3e0, #f8b42a, #e07c3e);
}

SF and Fantasyカラーパレットはに作成されました。