Poopy the Poop カラーパレット

美しいPoopy the Poopカラーパレットをご紹介します。ferra (#6a4e4e), leather (#9c7a5e), laser (#c4a66e), gold sand (#e2c18d) and wheat (#f4e3b3)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Brown, Earthy, Fun, Warm, Light, Neutral, Beige, Autumnカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Poopy the Poop カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #9c7a5e;
}
.color-3 {
color: #c4a66e;
}
.color-4 {
color: #e2c18d;
}
.color-5 {
color: #f4e3b3;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #9c7a5e;
--color-3: #c4a66e;
--color-4: #e2c18d;
--color-5: #f4e3b3;
}

🌈 Poopy the Poop の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #9c7a5e, #c4a66e, #e2c18d, #f4e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #9c7a5e, #c4a66e, #e2c18d, #f4e3b3);
}

Poopy the Poop color palette created on .