Whispers of Cream カラーパレット

美しいWhispers of Creamカラーパレットをご紹介します。albescent white (#f5e8d1), cashmere (#e8c8a1), straw (#d6b88a), twine (#c39969) and cape palliser (#a76d49)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e8c8a1;
}
.color-3 {
color: #d6b88a;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #a76d49;
}

/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e8c8a1;
--color-3: #d6b88a;
--color-4: #c39969;
--color-5: #a76d49;
}

🌈 Whispers of Cream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e8c8a1, #d6b88a, #c39969, #a76d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e8c8a1, #d6b88a, #c39969, #a76d49);
}

Whispers of Cream color palette created on .