Fantasy カラーパレット

美しいFantasyカラーパレットをご紹介します。london hue (#b48cba), vanilla ice (#f1d0d3), fringy flower (#b7e1c9), sandwisp (#f6e6a2) and rose bud (#f7a1a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fantasy カラーパレット CSS

/* CSS */
.color-1 {
color: #b48cba;
}
.color-2 {
color: #f1d0d3;
}
.color-3 {
color: #b7e1c9;
}
.color-4 {
color: #f6e6a2;
}
.color-5 {
color: #f7a1a1;
}

/* CSS Variables */
:root {
--color-1: #b48cba;
--color-2: #f1d0d3;
--color-3: #b7e1c9;
--color-4: #f6e6a2;
--color-5: #f7a1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48cba, #f1d0d3, #b7e1c9, #f6e6a2, #f7a1a1);
}

Fantasy color palette created on .