Prancing Pony カラーパレット

美しいPrancing Ponyカラーパレットをご紹介します。sandwisp (#f5e0a3), mandys pink (#f3ccb4), tacao (#f39d8c), can can (#d48cba) and wisteria (#a677b6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Prancing Pony カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #f3ccb4;
}
.color-3 {
color: #f39d8c;
}
.color-4 {
color: #d48cba;
}
.color-5 {
color: #a677b6;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f3ccb4;
--color-3: #f39d8c;
--color-4: #d48cba;
--color-5: #a677b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f3ccb4, #f39d8c, #d48cba, #a677b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f3ccb4, #f39d8c, #d48cba, #a677b6);
}

Prancing Pony color palette created on .