Cookie カラーパレット

美しいCookieカラーパレットをご紹介します。zombie (#e8cca1), whiskey (#d8a669), tussock (#c17e4e), brown rust (#a85e3e) and nutmeg (#7e3b2a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #e8cca1;
}
.color-2 {
color: #d8a669;
}
.color-3 {
color: #c17e4e;
}
.color-4 {
color: #a85e3e;
}
.color-5 {
color: #7e3b2a;
}

/* CSS Variables */
:root {
--color-1: #e8cca1;
--color-2: #d8a669;
--color-3: #c17e4e;
--color-4: #a85e3e;
--color-5: #7e3b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8cca1, #d8a669, #c17e4e, #a85e3e, #7e3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8cca1, #d8a669, #c17e4e, #a85e3e, #7e3b2a);
}

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