Fluttershy カラーパレット

美しいFluttershyカラーパレットをご紹介します。mandys pink (#f1b6c1), corvette (#f8d0a0), khaki (#f1e98e), morning glory (#a3d7e0) and vivid tangerine (#ff9f85)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fluttershy カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b6c1;
}
.color-2 {
color: #f8d0a0;
}
.color-3 {
color: #f1e98e;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #ff9f85;
}

/* CSS Variables */
:root {
--color-1: #f1b6c1;
--color-2: #f8d0a0;
--color-3: #f1e98e;
--color-4: #a3d7e0;
--color-5: #ff9f85;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b6c1, #f8d0a0, #f1e98e, #a3d7e0, #ff9f85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b6c1, #f8d0a0, #f1e98e, #a3d7e0, #ff9f85);
}

Fluttershy color palette created on .