SF and Fantasy カラーパレット

美しいSF and Fantasyカラーパレットをご紹介します。blumine (#1f4e7a), horizon (#597e9b), polo blue (#87a7c5), ziggurat (#b7d0e1) and double colonial white (#f0e7b7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #597e9b;
}
.color-3 {
color: #87a7c5;
}
.color-4 {
color: #b7d0e1;
}
.color-5 {
color: #f0e7b7;
}

/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #597e9b;
--color-3: #87a7c5;
--color-4: #b7d0e1;
--color-5: #f0e7b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #597e9b, #87a7c5, #b7d0e1, #f0e7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #597e9b, #87a7c5, #b7d0e1, #f0e7b7);
}

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