Fantasma カラーパレット

美しいFantasmaカラーパレットをご紹介します。periwinkle gray (#c0c1e3), rock blue (#a2b2d2), polo blue (#7d9bcf), steel blue (#5a7fbf) and san marino (#3b66b0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fantasma カラーパレット CSS

/* CSS */
.color-1 {
color: #c0c1e3;
}
.color-2 {
color: #a2b2d2;
}
.color-3 {
color: #7d9bcf;
}
.color-4 {
color: #5a7fbf;
}
.color-5 {
color: #3b66b0;
}

/* CSS Variables */
:root {
--color-1: #c0c1e3;
--color-2: #a2b2d2;
--color-3: #7d9bcf;
--color-4: #5a7fbf;
--color-5: #3b66b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c1e3, #a2b2d2, #7d9bcf, #5a7fbf, #3b66b0);
}

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