Ivory Dreams カラーパレット

美しいIvory Dreamsカラーパレットをご紹介します。linen (#f9f0e6), pearl bush (#e9e0d3), sisal (#d4cfbf), malta (#bea89d) and barley corn (#a57d5f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ivory Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f9f0e6;
}
.color-2 {
color: #e9e0d3;
}
.color-3 {
color: #d4cfbf;
}
.color-4 {
color: #bea89d;
}
.color-5 {
color: #a57d5f;
}

/* CSS Variables */
:root {
--color-1: #f9f0e6;
--color-2: #e9e0d3;
--color-3: #d4cfbf;
--color-4: #bea89d;
--color-5: #a57d5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0e6, #e9e0d3, #d4cfbf, #bea89d, #a57d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0e6, #e9e0d3, #d4cfbf, #bea89d, #a57d5f);
}

Ivory Dreams color palette created on .