Whispering Cookie Dreams カラーパレット

美しいWhispering Cookie Dreamsカラーパレットをご紹介します。akaroa (#d7c9b2), bone (#e7d3c5), parchment (#f3e4d8), gold sand (#e9b79b) and tan (#cfa68c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispering Cookie Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d7c9b2;
}
.color-2 {
color: #e7d3c5;
}
.color-3 {
color: #f3e4d8;
}
.color-4 {
color: #e9b79b;
}
.color-5 {
color: #cfa68c;
}

/* CSS Variables */
:root {
--color-1: #d7c9b2;
--color-2: #e7d3c5;
--color-3: #f3e4d8;
--color-4: #e9b79b;
--color-5: #cfa68c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c9b2, #e7d3c5, #f3e4d8, #e9b79b, #cfa68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c9b2, #e7d3c5, #f3e4d8, #e9b79b, #cfa68c);
}

Whispering Cookie Dreams color palette created on .