Creamy Delight カラーパレット

美しいCreamy Delightカラーパレットをご紹介します。wheat (#f5e1b2), zombie (#e8cca1), whiskey (#d2a679), twine (#c48a54) and cape palliser (#a86f3e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Creamy Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d2a679;
}
.color-4 {
color: #c48a54;
}
.color-5 {
color: #a86f3e;
}

/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #e8cca1;
--color-3: #d2a679;
--color-4: #c48a54;
--color-5: #a86f3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #e8cca1, #d2a679, #c48a54, #a86f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #e8cca1, #d2a679, #c48a54, #a86f3e);
}

Creamy Delight color palette created on .